tags 727940 + patch tags 727940 + 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 pkcs11-dump (versioned as 0.3.4-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 pkcs11-dump-0.3.4/debian/changelog pkcs11-dump-0.3.4/debian/changelog --- pkcs11-dump-0.3.4/debian/changelog 2012-06-02 14:10:37.000000000 +0100 +++ pkcs11-dump-0.3.4/debian/changelog 2014-06-23 03:42:31.000000000 +0100 @@ -1,3 +1,10 @@ +pkcs11-dump (0.3.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (Closes: #727940) + + -- Chen Baozi <baoz...@gmail.com> Fri, 06 Jun 2014 20:11:26 +0800 + pkcs11-dump (0.3.4-1) unstable; urgency=low * New upstream version 0.3.4 diff -Nru pkcs11-dump-0.3.4/debian/control pkcs11-dump-0.3.4/debian/control --- pkcs11-dump-0.3.4/debian/control 2012-06-02 14:10:37.000000000 +0100 +++ pkcs11-dump-0.3.4/debian/control 2014-06-24 01:27:52.000000000 +0100 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Max Vozeler <x...@debian.org> -Build-Depends: debhelper (>= 9), autotools-dev, libstdc++-dev, libssl-dev, pkg-config +Build-Depends: debhelper (>= 9), dh-autoreconf, libstdc++-dev, libssl-dev, pkg-config Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=users/xam/pkcs11-dump.git Vcs-Git: git://git.debian.org/~xam/pkcs11-dump.git diff -Nru pkcs11-dump-0.3.4/debian/rules pkcs11-dump-0.3.4/debian/rules --- pkcs11-dump-0.3.4/debian/rules 2012-06-02 14:10:37.000000000 +0100 +++ pkcs11-dump-0.3.4/debian/rules 2014-06-23 03:41:41.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_installdocs: dh_installdocs