[Python-modules-commits] [pyqt5] 01/02: Make pyuic5 shebang fixup really work.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Oct 25 17:06:29 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 d06457b5a8464ed2402773e6aad63f36715b6469
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Oct 25 20:05:33 2015 +0300
Make pyuic5 shebang fixup really work.
It was my fault, I wrongly committed the patch from Matthias.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6419331..278d7e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyqt5 (5.5.1+dfsg-2) UNRELEASED; urgency=medium
+
+ * Make pyuic5 shebang fixup really work.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 25 Oct 2015 20:04:40 +0300
+
pyqt5 (5.5.1+dfsg-1) unstable; urgency=medium
[ Dmitry Shachnev ]
diff --git a/debian/rules b/debian/rules
index 62e35e3..8a5e9ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -300,7 +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
+ sed -i 's,/usr/bin/python3[.0-9]*,/usr/bin/python3,' debian/pyqt5-dev-tools/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