[Python-modules-commits] r25669 - in packages/pyqt5/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Fri Aug 23 09:44:15 UTC 2013
Date: Friday, August 23, 2013 @ 09:44:12
Author: mitya57-guest
Revision: 25669
Workaround useless warnings from dh_install --list-missing.
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/pyqt5-dev.install
packages/pyqt5/trunk/debian/rules
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2013-08-22 21:13:18 UTC (rev 25668)
+++ packages/pyqt5/trunk/debian/changelog 2013-08-23 09:44:12 UTC (rev 25669)
@@ -8,6 +8,7 @@
* Install QtMultimediaWidgets extension.
* Make pyqt5-doc recommend python3-pyqt5, because of the examples.
* Add a patch to support multiarch locations of libpython.
+ * Workaround useless warnings from dh_install --list-missing.
-- Dmitry Shachnev <mitya57 at gmail.com> Thu, 22 Aug 2013 11:00:35 +0400
Modified: packages/pyqt5/trunk/debian/pyqt5-dev.install
===================================================================
--- packages/pyqt5/trunk/debian/pyqt5-dev.install 2013-08-22 21:13:18 UTC (rev 25668)
+++ packages/pyqt5/trunk/debian/pyqt5-dev.install 2013-08-23 09:44:12 UTC (rev 25669)
@@ -1 +1 @@
-usr/share/sip/*
+sip/* usr/share/sip/PyQt5
Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules 2013-08-22 21:13:18 UTC (rev 25668)
+++ packages/pyqt5/trunk/debian/rules 2013-08-23 09:44:12 UTC (rev 25669)
@@ -125,6 +125,7 @@
install-arch-3.%:
$(MAKE) -C build-3.$* install INSTALL_ROOT=$(CURDIR)/debian/tmp DESTDIR=$(CURDIR)/debian/tmp
$(MAKE) -C dbg-build-3.$* install INSTALL_ROOT=$(CURDIR)/$(d3_qt5_dbg) DESTDIR=$(CURDIR)/$(d3_qt5_dbg)
+ rm -rf $(CURDIR)/debian/tmp/usr/share/sip
mkdir -p $(CURDIR)/debian/python3-dbus.mainloop.pyqt5/usr/lib/python3.$*/dist-packages/dbus/mainloop; \
mv $(CURDIR)/debian/tmp$(call py3_dbusmoddir,3.$*)/pyqt5.so \
@@ -194,6 +195,7 @@
dh_python3 --no-dbg-cleaning -N pyqt5-dev-tools -N pyqt5-doc
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/share/sip
rm -rf $(CURDIR)/debian/python3-pyqt5-dbg/usr/lib/python3/dist-packages/PyQt5/uic
rm -rf $(CURDIR)/debian/python3-pyqt5-dbg/usr/lib/python3/dist-packages/dbus
rm -rf $(CURDIR)/debian/pyqt5-doc/usr/share/doc/pyqt5-doc/examples/webkit/googlechat
More information about the Python-modules-commits
mailing list