[Python-modules-commits] r30051 - in packages/pyqt5/trunk/debian (4 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Tue Aug 5 15:36:12 UTC 2014
Date: Tuesday, August 5, 2014 @ 15:36:11
Author: mitya57-guest
Revision: 30051
* Test Python 2 versions in autopkgtest.
* Set X-Python-Version to >= 2.7 as the current code in debian/rules
builds only for that version.
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/control
packages/pyqt5/trunk/debian/tests/control
packages/pyqt5/trunk/debian/tests/import
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2014-08-05 03:13:53 UTC (rev 30050)
+++ packages/pyqt5/trunk/debian/changelog 2014-08-05 15:36:11 UTC (rev 30051)
@@ -1,3 +1,11 @@
+pyqt5 (5.3.1+dfsg-5) UNRELEASED; urgency=medium
+
+ * Test Python 2 versions in autopkgtest.
+ * Set X-Python-Version to >= 2.7 as the current code in debian/rules
+ builds only for that version.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Tue, 05 Aug 2014 19:34:28 +0400
+
pyqt5 (5.3.1+dfsg-4) unstable; urgency=medium
* Add support for python in addition to python3 because the upcoming calibre
Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control 2014-08-05 03:13:53 UTC (rev 30050)
+++ packages/pyqt5/trunk/debian/control 2014-08-05 15:36:11 UTC (rev 30051)
@@ -42,6 +42,7 @@
qtmultimedia5-dev (>= 5.3),
qtpositioning5-dev (>= 5.3),
qttools5-dev (>= 5.3)
+X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Modified: packages/pyqt5/trunk/debian/tests/control
===================================================================
--- packages/pyqt5/trunk/debian/tests/control 2014-08-05 03:13:53 UTC (rev 30050)
+++ packages/pyqt5/trunk/debian/tests/control 2014-08-05 15:36:11 UTC (rev 30051)
@@ -1,2 +1,2 @@
Tests: import
-Depends: python3-all-dbg, @
+Depends: python-all-dbg python3-all-dbg, @
Modified: packages/pyqt5/trunk/debian/tests/import
===================================================================
--- packages/pyqt5/trunk/debian/tests/import 2014-08-05 03:13:53 UTC (rev 30050)
+++ packages/pyqt5/trunk/debian/tests/import 2014-08-05 15:36:11 UTC (rev 30051)
@@ -26,7 +26,7 @@
from dbus.mainloop.pyqt5 import DBusQtMainLoop
EOF
-for py in $(py3versions -s); do
+for py in $(pyversions -s) $(py3versions -s); do
echo "testing $py"
$py test_import.py
echo "testing $py-dbg"
More information about the Python-modules-commits
mailing list