Source: babl Version: 0.1.10-1 Severity: normal Tags: patch User: debian-de...@lists.debian.org Usertags: autoreconf User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, The package babl fails to build from source on ppc64el. Please consider this patch, which includes dh-autoreconf to the build, which will also be useful for other architectures. Thanks and regards. 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
--- babl-0.1.10/debian/control 2012-05-05 17:21:34.000000000 +0000 +++ babl-0.1.10/debian/control 2014-07-15 19:09:09.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Matteo F. Vescovi <mfv.deb...@gmail.com> -Build-Depends: autotools-dev, +Build-Depends: dh-autoreconf, cdbs (>= 0.4.93~), debhelper (>= 8.1.3), gobject-introspection, diff -Nru babl-0.1.10/debian/rules babl-0.1.10/debian/rules --- babl-0.1.10/debian/rules 2012-05-05 17:21:34.000000000 +0000 +++ babl-0.1.10/debian/rules 2014-07-15 19:09:02.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk