[Python-modules-commits] r27495 - in packages/pyqt5/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Fri Jan 31 16:10:22 UTC 2014


    Date: Friday, January 31, 2014 @ 16:10:21
  Author: mitya57-guest
Revision: 27495

Adjust dh_compress call to make exclude list not match the whole
pyqt5-examples package.

Modified:
  packages/pyqt5/trunk/debian/changelog
  packages/pyqt5/trunk/debian/rules

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2014-01-31 16:06:48 UTC (rev 27494)
+++ packages/pyqt5/trunk/debian/changelog	2014-01-31 16:10:21 UTC (rev 27495)
@@ -3,6 +3,8 @@
   * No longer create sip symlinks in build directories, that does not
     have any effect.
   * debian/patches/fix_qreal_check.diff: Fix qreal check for Qt 5.2.
+  * Adjust dh_compress call to make exclude list not match the whole
+    pyqt5-examples package.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 31 Jan 2014 20:03:53 +0400
 

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2014-01-31 16:06:48 UTC (rev 27494)
+++ packages/pyqt5/trunk/debian/rules	2014-01-31 16:10:21 UTC (rev 27495)
@@ -224,7 +224,7 @@
 	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__
 	dh_fixperms
-	dh_compress -Xexamples
+	dh_compress -X/examples
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Python-modules-commits mailing list