tags 836644 + pending patch thanks I've uploaded passwordmaker-cli 1.5+dfsg-3.1 to DELAYED/5: passwordmaker-cli (1.5+dfsg-3.1) unstable; urgency=medium * Non-maintainer upload. * Drop Build-Depends on hardening-wrapper. (Closes: #836644) * Also call upstream's "clean" target.
The full debdiff is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff -Nru passwordmaker-cli-1.5+dfsg/debian/changelog passwordmaker-cli-1.5+dfsg/debian/changelog --- passwordmaker-cli-1.5+dfsg/debian/changelog 2012-06-23 15:32:25.000000000 +0200 +++ passwordmaker-cli-1.5+dfsg/debian/changelog 2016-09-25 12:39:15.000000000 +0200 @@ -1,3 +1,11 @@ +passwordmaker-cli (1.5+dfsg-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Build-Depends on hardening-wrapper. (Closes: #836644) + * Also call upstream's "clean" target. + + -- Chris Lamb <la...@debian.org> Sun, 25 Sep 2016 12:39:15 +0200 + passwordmaker-cli (1.5+dfsg-3) unstable; urgency=low * reworked patches (closes: #643238) diff -Nru passwordmaker-cli-1.5+dfsg/debian/control passwordmaker-cli-1.5+dfsg/debian/control --- passwordmaker-cli-1.5+dfsg/debian/control 2012-06-22 23:47:15.000000000 +0200 +++ passwordmaker-cli-1.5+dfsg/debian/control 2016-09-25 12:39:15.000000000 +0200 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Cord Beermann <c...@debian.org> -Build-Depends: debhelper (>= 9), libmhash-dev, libpcre3-dev, hardening-wrapper +Build-Depends: debhelper (>= 9), libmhash-dev, libpcre3-dev Standards-Version: 3.9.3 Homepage: http://sourceforge.net/projects/passwordmaker/ #Vcs-Git: git://git.debian.org/collab-maint/passwordmaker-cli.git diff -Nru passwordmaker-cli-1.5+dfsg/debian/rules passwordmaker-cli-1.5+dfsg/debian/rules --- passwordmaker-cli-1.5+dfsg/debian/rules 2012-06-22 23:47:35.000000000 +0200 +++ passwordmaker-cli-1.5+dfsg/debian/rules 2016-09-25 12:39:15.000000000 +0200 @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 # Hardening -export DEB_BUILD_HARDENING=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ @@ -21,6 +21,9 @@ override_dh_auto_install: mv passwordmaker debian/passwordmaker-cli/usr/bin +override_dh_auto_clean: + dh_auto_clean + -make -f unix.mak clean DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p') get-orig-source: