[Python-modules-commits] [python-qt4] 02/03: Call dh_strip_nondeterminism during build.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jul 3 14:46:58 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository python-qt4.

commit e1c60bb0ea4f2d4705c65da89aed85ce983904b2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jul 3 17:45:47 2017 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 9c10828..064dd8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-qt4 (4.12.1+dfsg-1) UNRELEASED; urgency=medium
   * Remove unused variables from debian/rules.
   * Drop debian/python-qt4-doc.docs, we already install the built docs
     manually in debian/rules.
+  * Call dh_strip_nondeterminism during build.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 30 Jun 2017 15:18:29 +0300
 
diff --git a/debian/control b/debian/control
index 0d0fefa..42e3463 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Torsten Marek <shlomme at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: debhelper (>= 10),
                dh-python,
+               dh-strip-nondeterminism,
                dpkg-dev (>= 1.16.1~),
                fdupes,
                libicu-dev,
diff --git a/debian/rules b/debian/rules
index 66c6f73..c8f84b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -273,6 +273,7 @@ endif
 	rm -rf $(CURDIR)/debian/python3-pyqt4-dbg/usr/lib/python3/dist-packages/PyQt4/uic
 	rm -rf $(CURDIR)/debian/python3-pyqt4-dbg/usr/lib/python3/dist-packages/dbus
 
+	dh_strip_nondeterminism
 	dh_fixperms
 	dh_compress -X.py -X.bmp -X.ui -X.sql -X.xml -X.qml -X.xpm -X.mng -X.qss -X.xbel -X.txt -Xchilling
 	dh_installdeb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qt4.git



More information about the Python-modules-commits mailing list