[Python-modules-commits] r19783 - in packages/python-qt4/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Thu Dec 29 16:17:49 UTC 2011
Date: Thursday, December 29, 2011 @ 16:17:47
Author: kitterman
Revision: 19783
* Manually add python3-sip (>= 4.13.1~) to python3-pyqt4 depends to work
around the lack of a working dh_sip3
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 2011-12-29 15:47:48 UTC (rev 19782)
+++ packages/python-qt4/trunk/debian/changelog 2011-12-29 16:17:47 UTC (rev 19783)
@@ -3,8 +3,10 @@
* Team upload
* Do not ship python uic in python3-pyqt4 (ship only the python3 port)
(Closes: #653567)
+ * Manually add python3-sip (>= 4.13.1~) to python3-pyqt4 depends to work
+ around the lack of a working dh_sip3
- -- Scott Kitterman <scott at kitterman.com> Thu, 29 Dec 2011 10:40:19 -0500
+ -- Scott Kitterman <scott at kitterman.com> Thu, 29 Dec 2011 11:10:35 -0500
python-qt4 (4.9-1) unstable; urgency=low
Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control 2011-12-29 15:47:48 UTC (rev 19782)
+++ packages/python-qt4/trunk/debian/control 2011-12-29 16:17:47 UTC (rev 19783)
@@ -66,9 +66,9 @@
Package: python3-pyqt4
Architecture: any
Provides: ${python3:Provides}
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${sip3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${sip3:Depends}, python3-sip (>= 4.13.1~)
Suggests: python3-pyqt4-dbg
-Breaks: python3-sip4 (<< 4.13.1~)
+Breaks: python3-sip (<< 4.13.1~)
Description: Python3 bindings for Qt4
PyQt4 exposes the Qt4 API to Python3. The following modules are supported:
* QtCore
More information about the Python-modules-commits
mailing list