[Python-modules-commits] [pyqt5] 01/01: Update the command to use python3 interpreter in the wrappers.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Aug 8 17:11:50 UTC 2016


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

mitya57 pushed a commit to branch master
in repository pyqt5.

commit 3b3e88d63c37d8b38aae1c8a57ee6a04290119bb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Aug 8 20:11:45 2016 +0300

    Update the command to use python3 interpreter in the wrappers.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5295cca..7073e84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,6 +96,7 @@ install-indep: build-indep
 	dh_prep -i
 	dh_installdirs -i
 	dh_install -i --fail-missing
+	sed -i 's,/usr/bin/python3[.0-9]*,/usr/bin/python3,' debian/pyqt5-dev-tools/usr/bin/*
 	dh_installexamples -Xactiveqt -i
 	# Use python3 shebangs and regenerate resource files
 	cd $(CURDIR)/debian/pyqt5-examples/usr/share/doc/pyqt5-examples/examples/; \
@@ -130,7 +131,6 @@ install-arch: build-arch
 	done
 
 	dh_install -a --fail-missing
-	sed -i 's,/usr/bin/python3[.0-9]*,/usr/bin/python3,' debian/pyqt5-dev-tools/usr/bin/pyuic5
 
 	find debian/python*-dbg ! -type d \
 		! \( -name '*.so' -o -name '*config_*d*.py' \) | xargs rm -f

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