On Fri, Dec 27, 2013 at 09:56:43PM -0500, Logan Rosen wrote: >Package: ntrack >Version: 016-1.2 >Severity: normal >Tags: patch >User: [email protected] >Usertags: origin-ubuntu trusty ubuntu-patch > >Dear Maintainer, > >For the ppc64el architecture in Ubuntu, since this package uses libtool, a full >autoreconf is necessary. This is because we need new libtool macros for >ppc64el. > >In Ubuntu, the attached patch was applied to achieve the following: > > * Use dh-autoreconf to fix FTBFS on ppc64el. > >Thanks for considering the patch.
I've just uploaded the attached NMU to incoming directly, to fix building on both arm64 and ppc64el. I'd normally have uploaded to DELAYED/n, but this patch has been unacknowledged in the BTS for most of a year at this point. And this is blocking us building quite a number of other packages AFAICS. -- Steve McIntyre, Cambridge, UK. [email protected] Is there anybody out there?
diff -u ntrack-016/debian/changelog ntrack-016/debian/changelog --- ntrack-016/debian/changelog +++ ntrack-016/debian/changelog @@ -1,3 +1,13 @@ +ntrack (016-1.3) unstable; urgency=medium + + [ Steve McIntyre ] + * Non-maintainer upload. + + [ Logan Rosen ] + * use dh-autoreconf to fix FTBFS on ppc64el and arm64. Closes: #733284 + + -- Steve McIntyre <[email protected]> Wed, 24 Sep 2014 18:45:42 +0100 + ntrack (016-1.2) unstable; urgency=medium [ Dimitri John Ledkov ] diff -u ntrack-016/debian/control ntrack-016/debian/control --- ntrack-016/debian/control +++ ntrack-016/debian/control @@ -6,6 +6,7 @@ libglib2.0-dev, libnl-route-3-dev, python-gtk2-dev, + dh-autoreconf, libqt4-dev Standards-Version: 3.9.1 Homepage: http://launchpad.net/ntrack diff -u ntrack-016/debian/rules ntrack-016/debian/rules --- ntrack-016/debian/rules +++ ntrack-016/debian/rules @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/autoreconf.mk CFLAGS += -Wno-error

