[Python-modules-commits] [sip4] 01/01: Apply debian/rules patch to make package build reproducible (Closes: #815512)
Scott Kitterman
kitterman at moszumanska.debian.org
Mon Feb 22 21:32:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository sip4.
commit 4981f0c4e8e531eeca17e47a26ab5a8da1354681
Author: Scott Kitterman <scott at kitterman.com>
Date: Mon Feb 22 16:30:36 2016 -0500
Apply debian/rules patch to make package build reproducible (Closes: #815512)
* Apply debian/rules patch to make package build reproducible (Closes:
#815512)
- Thanks to Reiner Herrmann for the patch
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b5d32d9..85aae59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sip4 (4.17+dfsg-2) unstable; urgency=medium
+
+ * Apply debian/rules patch to make package build reproducible (Closes:
+ #815512)
+ - Thanks to Reiner Herrmann for the patch
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 22 Feb 2016 16:28:25 -0500
+
sip4 (4.17+dfsg-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/rules b/debian/rules
index 154ec5e..54c03dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,9 +174,9 @@ ifneq (,$(findstring -a, $(DH_OPTIONS)))
DH_OPTIONS= dh_strip -psip-dev --dbg-package=sip-dbg
endif
dh_compress -X.inv
- dh_fixperms
dh_python2 --no-dbg-cleaning -N sip-dev
dh_python3 --no-dbg-cleaning -N sip-dev
+ dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sip4.git
More information about the Python-modules-commits
mailing list