tags 623578 + pending thanks Dear maintainer,
I've prepared an NMU for gadfly (versioned as 1.0.0-15.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 `- NP: Bjørn Berge: Hmm
diff -u gadfly-1.0.0/debian/rules gadfly-1.0.0/debian/rules
--- gadfly-1.0.0/debian/rules
+++ gadfly-1.0.0/debian/rules
@@ -7,7 +7,7 @@
DEFAULT_PYTHON = python$(VER)
-kjb_version=1:$${source:Version}
+kjb_version=1:$(shell dpkg-parsechangelog | sed -n 's/Version: //p')
include /usr/share/python/python.mk
diff -u gadfly-1.0.0/debian/control gadfly-1.0.0/debian/control
--- gadfly-1.0.0/debian/control
+++ gadfly-1.0.0/debian/control
@@ -4,7 +4,7 @@
Maintainer: Matthias Klose <[email protected]>
Standards-Version: 3.9.1
XS-Python-Version: all
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-14)
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-14), dpkg-dev (>= 1.16.9)
Package: gadfly
Section: interpreters
diff -u gadfly-1.0.0/debian/changelog gadfly-1.0.0/debian/changelog
--- gadfly-1.0.0/debian/changelog
+++ gadfly-1.0.0/debian/changelog
@@ -1,3 +1,16 @@
+gadfly (1.0.0-15.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "build wrong version of the packaging during a binNMU":
+ - debian/rules: get binary package version from dpkg-parsechangelog
+ instead of using ${source:Version}; thanks to Guillem Jover for the
+ patch
+ - debian/control: build-depend on dpkg-dev (>= 1.16.9)
+ (cf. #690823)
+ (Closes: #623578)
+
+ -- gregor herrmann <[email protected]> Sun, 21 Oct 2012 17:51:55 +0200
+
gadfly (1.0.0-15) unstable; urgency=low
* Build using dh_python2 instead of dh_pycentral. Closes: #616818.
signature.asc
Description: Digital signature

