[Python-modules-commits] [pyqt5] 01/01: Regenerate the resources with QT_HASH_SEED=0, for reproducibility.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Nov 18 19:55:48 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository pyqt5.

commit 547a86b232063a1200a227e604740ef9081724b2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Nov 18 22:54:42 2017 +0300

    Regenerate the resources with QT_HASH_SEED=0, for reproducibility.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 350f538..776abe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyqt5 (5.9.1+dfsg-1) UNRELEASED; urgency=medium
   * Bump sip build-dependencies to 4.19.4, following configure.py.
   * Update pyrcc5 manpage for -name option removal.
   * Drop disabled_features.diff, applied upstream.
+  * Regenerate the resources with QT_HASH_SEED=0, for reproducibility.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 09 Nov 2017 15:59:38 +0300
 
diff --git a/debian/rules b/debian/rules
index 5d47427..6f9595f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,7 +120,7 @@ install-indep: build-indep
 	cd $(CURDIR)/debian/pyqt5-examples/usr/share/doc/pyqt5-examples/examples/; \
 		cp /usr/share/javascript/jquery/jquery.min.js webkit/fancybrowser/; \
 		find . -name '*.py' -exec sed -i 's/\/env python/\/python3/g' {} +; \
-		find . -name '*.qrc' | sed 's/\.qrc//g' | xargs -I {} \
+		find . -name '*.qrc' | sed 's/\.qrc//g' | QT_HASH_SEED=0 xargs -I {} \
 		$(CURDIR)/tmp_install_root/usr/bin/pyrcc5 {}.qrc -o {}_rc.py
 	# Symlink duplicate files in examples. Based on Andrew Starr-Bochicchio's
 	# code in ubuntu-packaging-guide.

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



More information about the Python-modules-commits mailing list