[Python-modules-commits] [pyqt5] 01/01: pyuic5: Call the unversioned python3 interpreter.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Oct 23 14:39:15 UTC 2015


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

mitya57 pushed a commit to branch master
in repository pyqt5.

commit 99807a04b5cbbc01519d7f5d8414e11b18e0bff5
Author: Matthias Klose <doko at ubuntu.com>
Date:   Fri Oct 23 15:31:38 2015 +0200

    pyuic5: Call the unversioned python3 interpreter.
---
 debian/changelog | 4 ++++
 debian/rules     | 1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f39d24e..f9e448f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 pyqt5 (5.5+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
   * Move fdupes from Build-Depends to Build-Depends-Indep, it is only
     used to build pyqt5-examples package.
   * Sort debian/pyqt5-dev-tools.manpages file.
 
+  [ Matthias Klose ]
+  * pyuic5: Call the unversioned python3 interpreter.
+
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 22 Oct 2015 15:47:12 +0300
 
 pyqt5 (5.5+dfsg-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 48d965e..62e35e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -300,6 +300,7 @@ endif
 	rm -rf $(CURDIR)/debian/pyqt5-examples/usr/share/doc/pyqt5-examples/examples/webkit/googlechat
 	rm -rf $(CURDIR)/debian/pyqt5-examples/usr/share/doc/pyqt5-examples/examples/designer/plugins/python/__pycache__
 	rm -rf $(CURDIR)/debian/pyqt5-examples/usr/share/doc/pyqt5-examples/examples/designer/plugins/widgets/__pycache__
+	sed -i 's,/usr/bin/python3[.0-9]*,/usr/bin/python3,' debian/tmp/usr/bin/pyuic5
 	dh_fixperms
 	dh_compress -X/examples
 	dh_installdeb

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