tags 836644 + pending patch
thanks
I've re-uploaded passwordmaker-cli 1.5+dfsg-3.1 to DELAYED/0 after a
Lintian REJECT:
passwordmaker-cli (1.5+dfsg-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "passwordmaker-cli: please drop the build dependency on
hardening-wrapper". (Closes: #836644)
* Also call upstream's "clean" target.
* Add override for Lintian "embedded-library usr/bin/passwordmaker: tinyxml"
tag; upstream have modified the library.
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / 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 14:32:25.000000000
+0100
+++ passwordmaker-cli-1.5+dfsg/debian/changelog 2016-09-30 22:59:14.000000000
+0100
@@ -1,3 +1,14 @@
+passwordmaker-cli (1.5+dfsg-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "passwordmaker-cli: please drop the build dependency on
+ hardening-wrapper". (Closes: #836644)
+ * Also call upstream's "clean" target.
+ * Add override for Lintian "embedded-library usr/bin/passwordmaker: tinyxml"
+ tag; upstream have modified the library.
+
+ -- Chris Lamb <[email protected]> Fri, 30 Sep 2016 22:59:14 +0100
+
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 22:47:15.000000000
+0100
+++ passwordmaker-cli-1.5+dfsg/debian/control 2016-09-30 22:59:14.000000000
+0100
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Cord Beermann <[email protected]>
-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/passwordmaker-cli.overrides
passwordmaker-cli-1.5+dfsg/debian/passwordmaker-cli.overrides
--- passwordmaker-cli-1.5+dfsg/debian/passwordmaker-cli.overrides
1970-01-01 01:00:00.000000000 +0100
+++ passwordmaker-cli-1.5+dfsg/debian/passwordmaker-cli.overrides
2016-09-30 22:59:14.000000000 +0100
@@ -0,0 +1,2 @@
+# Local changes to tinyxml library.
+embedded-library usr/bin/passwordmaker: tinyxml
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 22:47:35.000000000
+0100
+++ passwordmaker-cli-1.5+dfsg/debian/rules 2016-09-30 22:59:14.000000000
+0100
@@ -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: