[Python-modules-commits] r25870 - in packages/sip4/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Sep 16 05:17:34 UTC 2013
Date: Monday, September 16, 2013 @ 05:17:31
Author: kitterman
Revision: 25870
* New upstream release
- Contains the sip4 part of the fix for recent pykde4 breakage
* Temporarily hard code python3 Depends in python3-sip-dev to work around
breakage in python3-sip-dev (See #723070)
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/control
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2013-09-15 09:39:13 UTC (rev 25869)
+++ packages/sip4/trunk/debian/changelog 2013-09-16 05:17:31 UTC (rev 25870)
@@ -1,3 +1,12 @@
+sip4 (4.15.2-1) experimental; urgency=low
+
+ * New upstream release
+ - Contains the sip4 part of the fix for recent pykde4 breakage
+ * Temporarily hard code python3 Depends in python3-sip-dev to work around
+ breakage in python3-sip-dev (See #723070)
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 16 Sep 2013 00:45:10 -0400
+
sip4 (4.15.1-1) experimental; urgency=low
[ Dmitry Shachnev ]
Modified: packages/sip4/trunk/debian/control
===================================================================
--- packages/sip4/trunk/debian/control 2013-09-15 09:39:13 UTC (rev 25869)
+++ packages/sip4/trunk/debian/control 2013-09-16 05:17:31 UTC (rev 25870)
@@ -165,7 +165,8 @@
Package: python3-sip-dev
Architecture: any
Section: python
-Depends: ${python3:Depends}, python3-sip (= ${binary:Version}), sip-dev (= ${binary:Version}),
+#Depends: ${python3:Depends}, python3-sip (= ${binary:Version}), sip-dev (= ${binary:Version}),
+Depends: python3 (>= 3.2.3-3~), python3-sip (= ${binary:Version}), sip-dev (= ${binary:Version}),
python3-dev, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-sip-doc
Description: Python 3/C++ bindings generator development files
More information about the Python-modules-commits
mailing list