[Python-modules-commits] r8182 - in packages/python-qt4/trunk/debian (changelog control)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Tue Apr 7 19:54:44 UTC 2009


    Date: Tuesday, April 7, 2009 @ 19:54:43
  Author: bzed
Revision: 8182

* debian/control:
  - Use versioned dependencies on python-qt4-common,
    thanks to Zed Pobre for the bug report (Closes: #505572).

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	2009-04-07 19:42:43 UTC (rev 8181)
+++ packages/python-qt4/trunk/debian/changelog	2009-04-07 19:54:43 UTC (rev 8182)
@@ -7,8 +7,11 @@
       they were forgotten during the migration to python-support.
   * debian/*.install:
     - Handle *-package directories to support Python 2.6.
+  * debian/control:
+    - Use versioned dependencies on python-qt4-common,
+      thanks to Zed Pobre for the bug report (Closes: #505572).
 
- -- Bernd Zeimetz <bzed at debian.org>  Tue, 07 Apr 2009 21:35:30 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Tue, 07 Apr 2009 21:55:21 +0200
 
 python-qt4 (4.4.4-5) unstable; urgency=low
 

Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control	2009-04-07 19:42:43 UTC (rev 8181)
+++ packages/python-qt4/trunk/debian/control	2009-04-07 19:54:43 UTC (rev 8182)
@@ -13,7 +13,7 @@
 Package: python-qt4
 Architecture: any
 Provides: ${python:Provides}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-sip4 (>= 4.7.9), python-sip4 (<< 4.8), python-elementtree | python (>= 2.5), python-qt4-common
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-sip4 (>= 4.7.9), python-sip4 (<< 4.8), python-elementtree | python (>= 2.5), python-qt4-common (= ${source:Version})
 Suggests: python-qt4-dbg
 Replaces: python-qt4-dev (<< 4.4.4-3~)
 Description: Python bindings for Qt4
@@ -122,7 +122,7 @@
 
 Package: python-qt4-dev
 Architecture: all
-Depends: ${python:Depends}, python-sip4-dev, python-qt4-common
+Depends: ${python:Depends}, python-sip4-dev, python-qt4-common (= ${source:Version})
 Replaces: python-qt4 (<< 4.3)
 Description: Development files for PyQt4
  This package contains the source SIP files from which the Python 




More information about the Python-modules-commits mailing list