[Python-modules-commits] r22460 - in packages/python-qt4/trunk/debian (changelog rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Jul 24 20:49:14 UTC 2012


    Date: Tuesday, July 24, 2012 @ 20:49:13
  Author: kitterman
Revision: 22460

Add -N pyqt4-dev-tools to the dh_python3 invocation so dh_pyton3 will
leave pyqt4-dev-tools alone and not rewrite it's shebang to
/usr/bin/python3 (Closes: 682623)

Modified:
  packages/python-qt4/trunk/debian/changelog
  packages/python-qt4/trunk/debian/rules

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2012-07-24 13:02:04 UTC (rev 22459)
+++ packages/python-qt4/trunk/debian/changelog	2012-07-24 20:49:13 UTC (rev 22460)
@@ -1,3 +1,11 @@
+python-qt4 (4.9.3-4) unstable; urgency=low
+
+  * Add -N pyqt4-dev-tools to the dh_python3 invocation so dh_pyton3 will
+    leave pyqt4-dev-tools alone and not rewrite it's shebang to
+    /usr/bin/python3 (Closes: 682623)
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 24 Jul 2012 16:12:15 -0400
+
 python-qt4 (4.9.3-3) unstable; urgency=low
 
   * Add debian/patches/pyuic_custom_widget.diff from upstream to fix custom

Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules	2012-07-24 13:02:04 UTC (rev 22459)
+++ packages/python-qt4/trunk/debian/rules	2012-07-24 20:49:13 UTC (rev 22460)
@@ -236,7 +236,7 @@
 	done
 endif
 	dh_python2 --no-dbg-cleaning
-	dh_python3 --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




More information about the Python-modules-commits mailing list