tags 727857 + patch tags 727857 + 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 fondu (versioned as 0.0.20060102-4.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 This package needs both autoreconf and autotools-dev because is uses autconf, but not automake or libttool (see above thread). This still results in a nice clean patch. Regards.
diff -Nru fondu-0.0.20060102/debian/changelog fondu-0.0.20060102/debian/changelog --- fondu-0.0.20060102/debian/changelog 2012-03-23 10:06:47.000000000 +0000 +++ fondu-0.0.20060102/debian/changelog 2014-06-23 15:02:20.000000000 +0100 @@ -1,3 +1,10 @@ +fondu (0.0.20060102-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #727857) + + -- Chen Baozi <[email protected]> Fri, 06 Jun 2014 15:51:35 +0800 + fondu (0.0.20060102-4) unstable; urgency=low * debian/control diff -Nru fondu-0.0.20060102/debian/control fondu-0.0.20060102/debian/control --- fondu-0.0.20060102/debian/control 2012-03-23 09:29:39.000000000 +0000 +++ fondu-0.0.20060102/debian/control 2014-06-23 19:37:59.000000000 +0100 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Jari Aalto <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev +Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf Standards-Version: 3.9.3.1 Vcs-Browser: http://git.debian.org/?p=collab-maint/fondu.git Vcs-Git: git://git.debian.org/git/collab-maint/fondu.git diff -Nru fondu-0.0.20060102/debian/rules fondu-0.0.20060102/debian/rules --- fondu-0.0.20060102/debian/rules 2012-03-23 09:57:37.000000000 +0000 +++ fondu-0.0.20060102/debian/rules 2014-06-23 19:50:03.000000000 +0100 @@ -22,6 +22,6 @@ $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" %: - dh $@ + dh $@ --with autoreconf,autotools-dev # End of file

