Package: libgee Version: 0.6.8-1 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, Currently libgee fails to build on the new architecture, as shown in the following log for ppc64el architecture: http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libgee_0.6.8-1_ppc64el.build This is a patch that run autoreconf during the build avoiding FTBFS on the new architectures (as ppc64el). This bug provides a patch according to [1] recommendations. [1] - https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build Thank you, Breno -- 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.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: libgee-0.6.8/debian/control =================================================================== --- libgee-0.6.8.orig/debian/control 2013-05-25 15:50:50.000000000 +0000 +++ libgee-0.6.8/debian/control 2014-06-13 14:10:28.000000000 +0000 @@ -7,6 +7,7 @@ Build-Depends: cdbs (>= 0.4.93), debhelper (>= 9), autotools-dev, + dh-autoreconf, pkg-config (>= 0.14), libglib2.0-dev (>= 2.25), valac (>= 0.16), Index: libgee-0.6.8/debian/rules =================================================================== --- libgee-0.6.8.orig/debian/rules 2014-06-13 14:09:50.000000000 +0000 +++ libgee-0.6.8/debian/rules 2014-06-13 14:10:35.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk