[Python-modules-commits] r20782 - in packages/python-qt4/trunk/debian (changelog rules)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed Mar 14 12:49:46 UTC 2012
Date: Wednesday, March 14, 2012 @ 12:49:43
Author: kitterman
Revision: 20782
* Fix debian/rules PYTHONS definition to include all supported python3
versions
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-03-14 04:11:25 UTC (rev 20781)
+++ packages/python-qt4/trunk/debian/changelog 2012-03-14 12:49:43 UTC (rev 20782)
@@ -1,3 +1,10 @@
+python-qt4 (4.9.1-3) UNRELEASED; urgency=low
+
+ * Fix debian/rules PYTHONS definition to include all supported python3
+ versions
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 14 Mar 2012 08:48:38 -0400
+
python-qt4 (4.9.1-2) experimental; urgency=low
* Adjust install path in debian/python-qt4.install for multiarched qt4-x11
Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules 2012-03-14 04:11:25 UTC (rev 20781)
+++ packages/python-qt4/trunk/debian/rules 2012-03-14 12:49:43 UTC (rev 20782)
@@ -37,7 +37,7 @@
endif
endif
-PYTHONS := $(shell pyversions -vr) $(shell py3versions -vd)
+PYTHONS := $(shell pyversions -vr) $(shell py3versions -vr)
DEFAULT_PYTHON := $(shell pyversions -vd)
More information about the Python-modules-commits
mailing list