Package: dcfldd
Version: 1.3.4.1-4
Severity: important
Tags: patch
Your package is failing to build on arm64 due to outdated
config.sub/guess. You already have autotools-dev in your build-depends
but don't appear to be actually using it. Given that -2.1 succeeded and
reading the changelog I presume this is a result of the debian/rules
restructuring in -3 (no build of -3 was attempted on arm64, presumablly
due to lack of buildd time).
A debdiff adding --with autotools-dev is attatched.
If there is no response to this bug a NMU may well follow, if you have
any objections please raise them now.
diff -Nru dcfldd-1.3.4.1/debian/changelog dcfldd-1.3.4.1/debian/changelog
--- dcfldd-1.3.4.1/debian/changelog 2014-10-08 20:57:02.000000000 +0000
+++ dcfldd-1.3.4.1/debian/changelog 2014-10-09 19:53:47.000000000 +0000
@@ -1,3 +1,10 @@
+dcfldd (1.3.4.1-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use --with autotools-dev to update config.sub/guess
+
+ -- Peter Michael Green <plugw...@debian.org> Thu, 09 Oct 2014 19:53:05 +0000
+
dcfldd (1.3.4.1-4) unstable; urgency=medium
* Fixed the author name in these patches:
diff -Nru dcfldd-1.3.4.1/debian/rules dcfldd-1.3.4.1/debian/rules
--- dcfldd-1.3.4.1/debian/rules 2014-10-05 18:16:36.000000000 +0000
+++ dcfldd-1.3.4.1/debian/rules 2014-10-09 19:52:36.000000000 +0000
@@ -4,4 +4,4 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --parallel
+ dh $@ --parallel --with autotools-dev