[Python-modules-commits] r24686 - in packages/python-qt4/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Jun 7 03:56:57 UTC 2013
Date: Friday, June 7, 2013 @ 03:56:37
Author: kitterman
Revision: 24686
* Add build-conflicts python3.2-dev << 3.2.3-8~ due to need for
python3.2-config to support the --configdir option (avoids adding a
python3.2 specific build-dep) (Closes: #711457)
* Switch python2.7-dev specific build-depends to versioned build-conflict on
older versions for the same reasons as python3.2-dev
* Remove obsolete Build-conflicts on python-xml and python-xml-dbg
Modified:
packages/python-qt4/trunk/debian/changelog
packages/python-qt4/trunk/debian/control
Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog 2013-06-06 18:36:01 UTC (rev 24685)
+++ packages/python-qt4/trunk/debian/changelog 2013-06-07 03:56:37 UTC (rev 24686)
@@ -1,3 +1,14 @@
+python-qt4 (4.10.1-2) UNRELEASED; urgency=low
+
+ * Add build-conflicts python3.2-dev << 3.2.3-8~ due to need for
+ python3.2-config to support the --configdir option (avoids adding a
+ python3.2 specific build-dep) (Closes: #711457)
+ * Switch python2.7-dev specific build-depends to versioned build-conflict on
+ older versions for the same reasons as python3.2-dev
+ * Remove obsolete Build-conflicts on python-xml and python-xml-dbg
+
+ -- Scott Kitterman <scott at kitterman.com> Thu, 06 Jun 2013 23:44:13 -0400
+
python-qt4 (4.10.1-1) unstable; urgency=low
* Upload to unstable
Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control 2013-06-06 18:36:01 UTC (rev 24685)
+++ packages/python-qt4/trunk/debian/control 2013-06-07 03:56:37 UTC (rev 24686)
@@ -17,7 +17,6 @@
libqtwebkit-dev,
python-all-dbg,
python-all-dev (>= 2.7.2-5~),
- python2.7-dev (>= 2.7.5-2~),
python3-all-dbg,
python3-all-dev (>= 3.2.3-6~),
python-dbus (>= 1.0.0~),
@@ -30,7 +29,7 @@
python3-sip-dbg,
python3-sip-dev (>= 4.14.4),
python-sphinx (>= 1.0.7+dfsg-1~)
-Build-Conflicts: python-xml, python-xml-dbg
+Build-Conflicts: python3.2-dev (<< 3.2.3-8~), python2.7-dev (<< 2.7.5-2~)
Standards-Version: 3.9.4
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
More information about the Python-modules-commits
mailing list