-- 
Steve McIntyre, Cambridge, UK.                                st...@einval.com
There's no sensation to compare with this
Suspended animation, A state of bliss
diff -u libmpd-0.20.0/debian/rules libmpd-0.20.0/debian/rules
--- libmpd-0.20.0/debian/rules
+++ libmpd-0.20.0/debian/rules
@@ -7,7 +7,7 @@
 DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
 
 %:
-       dh --with quilt $@
+       dh --with quilt,autoreconf $@
 
 override_dh_installdocs:
        dh_installdocs
@@ -21,6 +21,7 @@
        dh_strip $(DEB_DH_STRIP_ARGS)
 
 override_dh_clean:
+       dh_autoreconf_clean
        dh_clean
        rm -f intltool-extract intltool-merge intltool-update
 
diff -u libmpd-0.20.0/debian/control libmpd-0.20.0/debian/control
--- libmpd-0.20.0/debian/control
+++ libmpd-0.20.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Arnaud Cornet <acor...@debian.org>
-Build-Depends: libglib2.0-dev, debhelper (>= 7.0.50~), quilt
+Build-Depends: libglib2.0-dev, debhelper (>= 7.0.50~), quilt, dh-autoreconf
 Standards-Version: 3.8.4
 Homepage: http://gmpc.wikia.com/
 
diff -u libmpd-0.20.0/debian/changelog libmpd-0.20.0/debian/changelog
--- libmpd-0.20.0/debian/changelog
+++ libmpd-0.20.0/debian/changelog
@@ -1,3 +1,12 @@
+libmpd (0.20.0-1.2) unstable; urgency=low
+
+  * NMU
+  * run dh-autoreconf to update config.{sub,guess} and
+    {libtool,aclocal}.m4. Closes: #727415,760260. Thanks to Brahadambal
+    Srinivasan for the patch.
+
+ -- Steve McIntyre <93...@debian.org>  Wed, 15 Oct 2014 01:40:58 +0100
+
 libmpd (0.20.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to