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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Thu May 29 11:32:35 UTC 2014


    Date: Thursday, May 29, 2014 @ 11:32:34
  Author: mitya57-guest
Revision: 29151

* New upstream release.
* Use new --no-tools configure flag on non-default Python versions.
* Bump required sip4 version to 4.16.

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

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2014-05-29 11:26:09 UTC (rev 29150)
+++ packages/pyqt5/trunk/debian/changelog	2014-05-29 11:32:34 UTC (rev 29151)
@@ -1,6 +1,9 @@
-pyqt5 (5.2.1+dfsg-4) UNRELEASED; urgency=medium
+pyqt5 (5.3+dfsg-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Fix uscan warning about trailing / in Files-Excluded.
+  * Use new --no-tools configure flag on non-default Python versions.
+  * Bump required sip4 version to 4.16.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 12 May 2014 17:49:35 +0400
 

Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control	2014-05-29 11:26:09 UTC (rev 29150)
+++ packages/pyqt5/trunk/debian/control	2014-05-29 11:32:34 UTC (rev 29151)
@@ -29,7 +29,7 @@
                python3-dbus,
                python3-dbus-dbg,
                python3-sip-dbg,
-               python3-sip-dev (>= 4.15.5),
+               python3-sip-dev (>= 4.16),
                python3-sphinx,
                python-dbus-dev,
                qtdeclarative5-dev,

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2014-05-29 11:26:09 UTC (rev 29150)
+++ packages/pyqt5/trunk/debian/rules	2014-05-29 11:32:34 UTC (rev 29151)
@@ -55,7 +55,7 @@
 			-m $(shell python$*-config --configdir) \
 			-d /usr/lib/python$*/dist-packages \
 			--dbus /usr/include/dbus-1.0 \
-			$(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin --no-qml-plugin)
+			$(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin --no-qml-plugin --no-tools)
 	touch $@
 
 dbg-build-%/configure-stamp:
@@ -65,7 +65,7 @@
 			-m $(shell python$*-dbg-config --configdir) \
 			-l /usr/include/python$*$(if $(filter 3.2, $*),dmu,dm) \
 			-d /usr/lib/python$*/dist-packages \
-			--debug --no-designer-plugin --no-qml-plugin
+			--debug --no-designer-plugin --no-qml-plugin --no-tools
 	touch $@
 
 




More information about the Python-modules-commits mailing list