tags 727362 + patch tags 727362 + pending thanks Dear maintainer,
This bug has been pending for some time, and needs fixing for new ports, including arm64 which is building now: (http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid). So I've prepared an NMU for duff (versioned as 0.5.2-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Discussion on debian-devel revealed consensus that the right way to ensure successful builds on all new architectures was to autoreconf packages, so that method has been used to fix this bug. This works for all arches, even those that need libtool changes, and will continue to work into the future without an update as each new arch comes along. (Discussion at https://lists.debian.org/debian-devel/2014/04/msg00383.html, thread starting at https://lists.debian.org/debian-devel/2014/04/msg00342.html As you can see this works fine on this package, and is a very simple patch. Regards.
diff -Nru duff-0.5.2/debian/changelog duff-0.5.2/debian/changelog --- duff-0.5.2/debian/changelog 2012-01-29 16:02:50.000000000 +0000 +++ duff-0.5.2/debian/changelog 2014-06-23 15:00:38.000000000 +0100 @@ -1,3 +1,10 @@ +duff (0.5.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #727362) + + -- Chen Baozi <baoz...@gmail.com> Fri, 06 Jun 2014 15:07:05 +0800 + duff (0.5.2-1) unstable; urgency=low * Initial Debian release (Closes: #656142) diff -Nru duff-0.5.2/debian/control duff-0.5.2/debian/control --- duff-0.5.2/debian/control 2012-01-29 16:02:23.000000000 +0000 +++ duff-0.5.2/debian/control 2014-06-06 08:06:58.000000000 +0100 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Kamal Mostafa <ka...@whence.com> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dh-autoreconf Standards-Version: 3.9.2 Homepage: http://duff.sourceforge.net/ diff -Nru duff-0.5.2/debian/rules duff-0.5.2/debian/rules --- duff-0.5.2/debian/rules 2012-01-29 16:02:23.000000000 +0000 +++ duff-0.5.2/debian/rules 2014-06-06 08:03:08.000000000 +0100 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_fixperms: dh_fixperms