Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear Release Team, pdns 3.4.1-3 is a simple packaging change (in fact, it removes a single space character) to workaround bug #766559 in dpkg, where the fixed version of dpkg did not arrive on the buildds before 3.4.1-2 was built (and I did not know of that bug). Please unblock package pdns, debdiff follows. unblock pdns/3.4.1-3 Thank you, Christian diff -Nru pdns-3.4.1/debian/changelog pdns-3.4.1/debian/changelog --- pdns-3.4.1/debian/changelog 2014-11-03 18:58:14.000000000 +0100 +++ pdns-3.4.1/debian/changelog 2014-11-15 18:24:42.000000000 +0100 @@ -1,3 +1,13 @@ +pdns (3.4.1-3) unstable; urgency=medium + + * Fix PACKAGEVERSION not having the actual version. + Due to #766559 in dpkg, PACKAGEVERSION ended up not containing the + version part. Fixed by using the alternate syntax that + dpkg-parsechangelog understands since 1.17.0, thereby avoiding + a dependency bump to dpkg 1.17.21. (Closes: #769701) + + -- Christian Hofstaedtler <z...@debian.org> Sat, 15 Nov 2014 18:24:42 +0100 + pdns (3.4.1-2) unstable; urgency=medium * Bump dpkg-dev dependency for dpkg-parsechangelog -S, which diff -Nru pdns-3.4.1/debian/rules pdns-3.4.1/debian/rules --- pdns-3.4.1/debian/rules 2014-11-03 18:56:28.000000000 +0100 +++ pdns-3.4.1/debian/rules 2014-11-15 18:24:32.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Vendor and version -version := $(shell dpkg-parsechangelog -S Version).$(shell dpkg-vendor --query Vendor) +version := $(shell dpkg-parsechangelog -SVersion).$(shell dpkg-vendor --query Vendor) CXXFLAGS += -DPACKAGEVERSION='"$(version)"' # Backends
signature.asc
Description: Digital signature