[Python-modules-commits] r25137 - in packages/pyqt5/trunk/debian (changelog rules)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Wed Jul 10 15:19:40 UTC 2013
Date: Wednesday, July 10, 2013 @ 15:19:38
Author: mitya57-guest
Revision: 25137
Replace all dh_compress arguments with just -Xexamples
Some of the previous options were wrong (i.e. -X.py) and they did
not cover all files in examples that should not be compressed.
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/rules
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2013-07-10 13:48:29 UTC (rev 25136)
+++ packages/pyqt5/trunk/debian/changelog 2013-07-10 15:19:38 UTC (rev 25137)
@@ -14,4 +14,4 @@
the fancybrowser example with a symlink to the existing copy in the html
documentation
- -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 06 Jul 2013 00:04:17 -0400
+ -- Dmitry Shachnev <mitya57 at gmail.com> Wed, 10 Jul 2013 19:11:02 +0400
Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules 2013-07-10 13:48:29 UTC (rev 25136)
+++ packages/pyqt5/trunk/debian/rules 2013-07-10 15:19:38 UTC (rev 25137)
@@ -215,7 +215,7 @@
rm -rf $(CURDIR)/debian/python3-dbus.mainloop.pyqt5-dbg/usr/lib/debug/usr/lib/python3.*/dist-packages/PyQt5
rm -rf $(CURDIR)/debian/pyqt5-doc/usr/share/doc/pyqt5-doc/examples/webkit/googlechat
dh_fixperms
- dh_compress -X.py -X.bmp -X.ui -X.sql -X.xml -X.qml -X.xpm -X.mng -X.qss. -X.xbel -Xchilling
+ dh_compress -Xexamples
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Python-modules-commits
mailing list