Your message dated Mon, 24 Nov 2014 12:31:42 +0000
with message-id <20141124123142.GA7818@orbiter>
and subject line libfap5 dh-autoreconf
has caused the Debian Bug report #767183,
regarding libfap5: Use dh-autoreconf on build to support new architectures
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
767183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767183
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
fixed 767183 1.3-1.1
kthxbye
Hi,
This was fixed in 1.3-1.1 but the bug wasn't closed in the changelog.
Thanks,
Iain.
--
e: [email protected] w: iain.learmonth.me
x: [email protected] t: +447875886930
c: MM6MVQ g: IO87we
p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49
pgpPoZMTSReMJ.pgp
Description: PGP signature
--- End Message ---