tags 652213 + patch tags 652213 + pending thanks Dear maintainer,
I've prepared an NMU for wmnd (versioned as 0.4.16-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `-
diff -Nru wmnd-0.4.16/debian/changelog wmnd-0.4.16/debian/changelog
--- wmnd-0.4.16/debian/changelog 2010-08-17 09:36:30.000000000 +0200
+++ wmnd-0.4.16/debian/changelog 2012-03-13 19:17:24.000000000 +0100
@@ -1,3 +1,15 @@
+wmnd (0.4.16-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b wmnd-0.4.16
+ gave error exit status 2":
+ update handling of config.{guess,sub}:
+ - use autotools-dev's helpers in debian/rules
+ - make build dependency on autotools-dev versioned
+ (Closes: #652213)
+
+ -- gregor herrmann <[email protected]> Tue, 13 Mar 2012 19:17:17 +0100
+
wmnd (0.4.16-1) unstable; urgency=low
* New upstream version.
diff -Nru wmnd-0.4.16/debian/control wmnd-0.4.16/debian/control
--- wmnd-0.4.16/debian/control 2010-08-17 09:36:19.000000000 +0200
+++ wmnd-0.4.16/debian/control 2012-03-13 19:12:26.000000000 +0100
@@ -4,7 +4,7 @@
Maintainer: Gürkan Sengün <[email protected]>
Standards-Version: 3.9.1
Homepage: http://www.thregr.org/~wavexx/software/wmnd/
-Build-Depends: debhelper (>= 7), autotools-dev, libsnmp-dev, libx11-dev, libxext-dev, libxpm-dev
+Build-Depends: debhelper (>= 7), autotools-dev (>= 20100122.1), libsnmp-dev, libx11-dev, libxext-dev, libxpm-dev
Package: wmnd
diff -Nru wmnd-0.4.16/debian/rules wmnd-0.4.16/debian/rules
--- wmnd-0.4.16/debian/rules 2010-04-07 15:31:51.000000000 +0200
+++ wmnd-0.4.16/debian/rules 2012-03-13 19:11:51.000000000 +0100
@@ -41,6 +41,7 @@
dh_testdir
dh_prep
[ ! -f Makefile ] || $(MAKE) clean
+ dh_autotools-dev_updateconfig
./configure $(CONFFLAGS) --enable-drivers="linux_proc solaris_fpppd"
$(MAKE)
@@ -48,6 +49,7 @@
dh_testdir
dh_prep
[ ! -f Makefile ] || $(MAKE) clean
+ dh_autotools-dev_updateconfig
LDFLAGS=-lsnmp ./configure $(CONFFLAGS) \
--enable-drivers="linux_proc solaris_fpppd generic_snmp"
$(MAKE)
@@ -58,12 +60,7 @@
dh_testdir
dh_testroot
[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
+ dh_autotools-dev_restoreconfig
dh_clean
binary-common:
signature.asc
Description: Digital signature

