Source: gtkdataboxmm Version: 0.9.4-2 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, The package gtkdataboxmm fails to build from source on ppc64el. Using autoreconf in the build fixes that. For some reason dh-autoreconf is already set as build-dep, but it is not in use in debian/rules. The attached patch includes the usage of cdbs autoreconf properly. 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 gtkdataboxmm-0.9.4/debian/changelog gtkdataboxmm-0.9.4/debian/changelog --- gtkdataboxmm-0.9.4/debian/changelog 2013-05-17 13:15:29.000000000 +0000 +++ gtkdataboxmm-0.9.4/debian/changelog 2014-07-30 20:20:32.000000000 +0000 @@ -1,3 +1,9 @@ +gtkdataboxmm (0.9.4-2ppc64el1) UNRELEASED; urgency=medium + + * Added autoreconf to the build. + + -- Fernando Seiti Furusato <ferse...@br.ibm.com> Wed, 30 Jul 2014 20:20:18 +0000 + gtkdataboxmm (0.9.4-2) unstable; urgency=low * New upstream release. diff -Nru gtkdataboxmm-0.9.4/debian/rules gtkdataboxmm-0.9.4/debian/rules --- gtkdataboxmm-0.9.4/debian/rules 2013-05-17 13:15:29.000000000 +0000 +++ gtkdataboxmm-0.9.4/debian/rules 2014-07-30 20:19:55.000000000 +0000 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk