[Python-modules-commits] [pyqt5] 02/02: Call dh_python3 against pyqt5-dev-tools.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Aug 12 07:25:31 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 5314a1ae67e89389c6c9943b3a5fa07b2eb37ab6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Aug 12 10:24:52 2016 +0300
Call dh_python3 against pyqt5-dev-tools.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 01f380f..74d9c49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pyqt5 (5.7+dfsg-1) UNRELEASED; urgency=medium
- Add new files to debian/pyqt5-dev-tools.install.
- Fix shebangs in /usr/bin/pylupdate5 and /usr/bin/pyrcc5 files.
- Call make install to temporary location to be able to run pyrcc5.
+ - Call dh_python3 against pyqt5-dev-tools.
* Use --no-sip-files configure option instead of removing the .sip files
after they are installed.
* Only ship files installed by upstream build system in pyqt5-dev.
diff --git a/debian/rules b/debian/rules
index 0cd1968..578a0bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -300,7 +300,7 @@ endif
rm -rf $(CURDIR)/debian/python-pyqt5-dbg/usr/bin
rm -rf $(CURDIR)/debian/python-pyqt5-dbg/usr/lib/python2.7/dist-packages/PyQt5/uic
rm -rf $(CURDIR)/debian/python-pyqt5-dbg/usr/lib/python2.7/dist-packages/dbus
- dh_python3 --no-dbg-cleaning -N pyqt5-dev-tools -N pyqt5-examples
+ dh_python3 --no-dbg-cleaning -N pyqt5-examples
rm -rf $(CURDIR)/debian/python3-pyqt5/usr/lib/python3/dist-packages/PyQt5/uic/port_v2
rm -rf $(CURDIR)/debian/python3-pyqt5-dbg/usr/bin
rm -rf $(CURDIR)/debian/python3-pyqt5-dbg/usr/lib/python3/dist-packages/PyQt5/uic
--
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