[Python-modules-commits] [python-qt4] 02/03: Stop removing pyshared directories, they are no longer created.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Jun 30 12:48:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch wip/mitya57/dh10
in repository python-qt4.
commit efe313fbea9a453f2bb1886dabb92feb62e22449
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Jun 30 15:41:16 2017 +0300
Stop removing pyshared directories, they are no longer created.
---
debian/changelog | 1 +
debian/rules | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9b579fb..66f8088 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-qt4 (4.12.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop debug_interpreter.diff, applied upstream.
* Refactor debian/rules to avoid removing files after install.
+ * Stop removing pyshared directories, they are no longer created.
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 30 Jun 2017 15:18:29 +0300
diff --git a/debian/rules b/debian/rules
index 567f367..76513f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -269,10 +269,6 @@ endif
rm -rf $(CURDIR)/debian/python-qt4-dbg/usr/lib/python3*
dh_python2 --no-dbg-cleaning
dh_python3 --no-dbg-cleaning -N pyqt4-dev-tools
- rm -rf $(CURDIR)/debian/python-qt4-dbus/usr/share/pyshared
- rm -rf $(CURDIR)/debian/python-qt4-gl/usr/share/pyshared
- rm -rf $(CURDIR)/debian/python-qt4-sql/usr/share/pyshared
- rm -rf $(CURDIR)/debian/python-qt4-phonon/usr/share/pyshared
rm -rf $(CURDIR)/debian/python-qt4-doc/usr/share/doc/python-qt4-doc/examples/declarative/modelviews/objectlistmodel/__pycache__
rm -rf $(CURDIR)/debian/python-qt4-doc/usr/share/doc/python-qt4-doc/examples/demos/qtdemo/__pycache__
rm -rf $(CURDIR)/debian/python3-pyqt4/usr/lib/python3/dist-packages/PyQt4/uic/port_v2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qt4.git
More information about the Python-modules-commits
mailing list