Source: libg15 Version: 1.2.7-2 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf
Currently libg15 fails to build on ppc64el as shown in the following log: https://buildd.debian.org/status/fetch.php?pkg=libg15&arch=ppc64el&ver=1.2.7-2&stamp=1408409554 This is a simple patch to fix it, in accordance with: https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build This fix also include the fix for #702350. Thank you, Breno
Index: libg15-1.2.7/debian/control =================================================================== --- libg15-1.2.7.orig/debian/control 2014-08-24 21:25:37.000000000 +0000 +++ libg15-1.2.7/debian/control 2014-08-24 21:26:12.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Giacomo Catenazzi <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libusb-dev +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libusb-dev, dh-autoreconf Standards-Version: 3.8.3 Homepage: http://www.g15tools.com/ Index: libg15-1.2.7/debian/rules =================================================================== --- libg15-1.2.7.orig/debian/rules 2014-08-24 21:25:37.000000000 +0000 +++ libg15-1.2.7/debian/rules 2014-08-24 21:26:30.000000000 +0000 @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk common-binary-predeb-arch:: list-missing

