Package: libfap5 Version: 1.3-1 Severity: normal Tags: patch User: [email protected] Usertag: arm64
This package does not build on arm64: https://buildd.debian.org/status/fetch.php?pkg=libfap5&arch=arm64&ver=1.3-1&stamp=1413802593 due to outdated config.{sub,guess} files. it has a build-dep on dh-autoreconfm but does not actually use it in the build. This trivial patch makes it do so. and then everything works nicely. Trivial patch attached I have uploaded this to delayed/5m, as you are not on the lowthresholdNMU list. Please add yourself if you are OK with uploads of fixes like this. https://wiki.debian.org/LowThresholdNmu Please shout if I can upload faster than this.
diff -Nru libfap5-1.3/debian/changelog libfap5-1.3/debian/changelog --- libfap5-1.3/debian/changelog 2014-09-27 17:25:34.000000000 +0000 +++ libfap5-1.3/debian/changelog 2014-10-29 00:45:43.000000000 +0000 @@ -1,3 +1,10 @@ +libfap5 (1.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Actually use dh-autoreconf for new architectures + + -- Wookey <[email protected]> Wed, 29 Oct 2014 00:44:43 +0000 + libfap5 (1.3-1) unstable; urgency=medium * Initial release. (Closes: #762983) diff -Nru libfap5-1.3/debian/rules libfap5-1.3/debian/rules --- libfap5-1.3/debian/rules 2014-09-27 15:32:27.000000000 +0000 +++ libfap5-1.3/debian/rules 2014-10-29 00:47:09.000000000 +0000 @@ -17,5 +17,5 @@ # a similar manner are welcome. %: - dh $@ + dh $@ --with autoreconf

