-- 
Steve McIntyre, Cambridge, UK.                                [email protected]
Welcome my son, welcome to the machine.
diff -Nru dhcp-probe-1.3.0/debian/changelog dhcp-probe-1.3.0/debian/changelog
--- dhcp-probe-1.3.0/debian/changelog   2011-11-24 20:44:36.000000000 +0000
+++ dhcp-probe-1.3.0/debian/changelog   2014-10-15 12:20:18.000000000 +0000
@@ -1,3 +1,11 @@
+dhcp-probe (1.3.0-10.1) unstable; urgency=low
+
+  * NMU
+  * dhcp-probe: run dh-autoreconf to update config.{sub,guess} and
+    {libtool,aclocal}.m4. Closes: #727355, #744425
+
+ -- Steve McIntyre <[email protected]>  Wed, 15 Oct 2014 13:21:12 +0100
+
 dhcp-probe (1.3.0-10) unstable; urgency=low
 
   * Fix rules script (add build-arch and build-indep target)
diff -Nru dhcp-probe-1.3.0/debian/control dhcp-probe-1.3.0/debian/control
--- dhcp-probe-1.3.0/debian/control     2011-06-20 16:38:47.000000000 +0000
+++ dhcp-probe-1.3.0/debian/control     2014-10-15 12:21:32.000000000 +0000
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Laurent Guignard <[email protected]>
-Build-Depends: debhelper (>= 7), quilt, autotools-dev, libpcap-dev (>= 0.9), 
libnet1-dev (>= 1.1.2.1-3), dpkg-dev (>=1.15.4)
+Build-Depends: debhelper (>= 7), quilt, autotools-dev, libpcap-dev (>= 0.9), 
libnet1-dev (>= 1.1.2.1-3), dpkg-dev (>=1.15.4), dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://www.net.princeton.edu/software/dhcp_probe/
 
diff -Nru dhcp-probe-1.3.0/debian/rules dhcp-probe-1.3.0/debian/rules
--- dhcp-probe-1.3.0/debian/rules       2011-11-24 20:37:03.000000000 +0000
+++ dhcp-probe-1.3.0/debian/rules       2014-10-15 12:22:35.000000000 +0000
@@ -28,6 +28,7 @@
 
 
 config.status: configure 
+       dh_autoreconf
        dh_testdir configure
        dh_auto_configure -- --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr  \
                --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
\
@@ -48,6 +49,7 @@
        dh_testroot
        dh_clean stamp-h*
        dh_auto_clean
+       dh_autoreconf_clean
        dh_clean
 
 distclean:

Reply via email to