[Python-modules-commits] [sip4] 03/03: Call dh_strip_nondeterminism during build.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jan 4 18:49:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sip4.

commit c12b9447341c5ed907d7402e6161b62122a4b8ef
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jan 4 21:43:26 2017 +0300

    Call dh_strip_nondeterminism during build.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3c5e247..f63f70d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ sip4 (4.19+dfsg-1) UNRELEASED; urgency=medium
   * Drop siputils_debian_changes.diff (for experimental upload), I think
     it may be no longer needed.
   * Bump API version to 12.0.
+  * Call dh_strip_nondeterminism during build.
 
  -- Scott Kitterman <scott at kitterman.com>  Thu, 20 Oct 2016 22:35:18 -0400
 
diff --git a/debian/rules b/debian/rules
index c132afe..a200987 100755
--- a/debian/rules
+++ b/debian/rules
@@ -182,6 +182,7 @@ ifneq (,$(findstring -a, $(DH_OPTIONS)))
 	DH_OPTIONS= dh_strip -ppython3-sip -Npython3-sip-dev --dbg-package=python3-sip-dbg
 	DH_OPTIONS= dh_strip -psip-dev --dbg-package=sip-dbg
 endif
+	dh_strip_nondeterminism
 	dh_compress -X.inv
 	dh_python2 --no-dbg-cleaning -N sip-dev
 	dh_python3 --no-dbg-cleaning -N sip-dev

-- 
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