Hi Anibal,

I've prepared an NMU for mtools (versioned as 4.0.18-1.1) and uploaded it, with
no delay since you have listed your packages under LowNMU. The nmu includes the
patch for this from Matthias to enable the use of dh_autotools-dev to build on
arm64. As far as I could tell the libtool.m4 / aclocal.m4 which were mentioned
in the followup did not apply to this package.

Regards,
Ian.
diff -Nru mtools-4.0.18/debian/changelog mtools-4.0.18/debian/changelog
--- mtools-4.0.18/debian/changelog	2013-05-25 05:35:21.000000000 +0100
+++ mtools-4.0.18/debian/changelog	2014-09-17 20:14:53.000000000 +0100
@@ -1,3 +1,11 @@
+mtools (4.0.18-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Matthias Klose to update config.{sub,guess} using
+    dh_autotools-dev. (Closes: #727290)
+
+ -- Ian Campbell <[email protected]>  Wed, 17 Sep 2014 20:14:49 +0100
+
 mtools (4.0.18-1) unstable; urgency=low
 
   * New upstream version 4.0.18
diff -Nru mtools-4.0.18/debian/control mtools-4.0.18/debian/control
--- mtools-4.0.18/debian/control	2013-05-25 04:58:30.000000000 +0100
+++ mtools-4.0.18/debian/control	2014-09-17 19:50:43.000000000 +0100
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Anibal Monsalve Salazar <[email protected]>
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autotools-dev, libxfont-dev, libxt-dev, texinfo
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autotools-dev, libxfont-dev, libxt-dev, texinfo, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://www.gnu.org/software/mtools/
 
diff -Nru mtools-4.0.18/debian/rules mtools-4.0.18/debian/rules
--- mtools-4.0.18/debian/rules	2012-06-16 12:14:47.000000000 +0100
+++ mtools-4.0.18/debian/rules	2014-09-17 19:50:43.000000000 +0100
@@ -8,7 +8,7 @@
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ 
+	dh $@ --with autotools_dev
 
 override_dh_builddeb:
 	dh_builddeb -- -Zbzip2 -z9

Reply via email to