Source: libcroco Version: 0.6.8-2 Severity: normal Tags: patch User:[email protected] Usertags: autoreconf User: [email protected] Usertags: ppc64el
Dear Maintainer, The package libcroco fails to build from source on ppc64el. Using dh-autoreconf to update configuration files fixes it and the package builds successfully. The patch attached includes dh-autoreconf to the build. Thanks. Fernando -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libcroco-0.6.8/debian/control libcroco-0.6.8/debian/control --- libcroco-0.6.8/debian/control 2013-05-17 10:06:44.000000000 +0000 +++ libcroco-0.6.8/debian/control 2014-07-08 19:32:27.000000000 +0000 @@ -10,6 +10,7 @@ Uploaders: Josselin Mouette <[email protected]>, Kilian Krause <[email protected]>, Loic Minier <[email protected]>, Martin Pitt <[email protected]>, Michael Biebl <[email protected]>, Sebastian Dröge <[email protected]> Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), + dh-autoreconf, gnome-pkg-tools (>= 0.7), libxml2-dev (>= 2.4.23), libglib2.0-dev (>= 2.0), diff -Nru libcroco-0.6.8/debian/control.in libcroco-0.6.8/debian/control.in --- libcroco-0.6.8/debian/control.in 2013-05-17 10:03:50.000000000 +0000 +++ libcroco-0.6.8/debian/control.in 2014-07-08 19:32:22.000000000 +0000 @@ -5,6 +5,7 @@ Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), + dh-autoreconf, gnome-pkg-tools (>= 0.7), libxml2-dev (>= 2.4.23), libglib2.0-dev (>= 2.0), diff -Nru libcroco-0.6.8/debian/rules libcroco-0.6.8/debian/rules --- libcroco-0.6.8/debian/rules 2012-02-10 06:13:01.000000000 +0000 +++ libcroco-0.6.8/debian/rules 2014-07-08 19:29:59.000000000 +0000 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

