[Python-modules-commits] r11514 - in packages/python-qt3/trunk/debian (control)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Tue Feb 2 20:40:52 UTC 2010


    Date: Tuesday, February 2, 2010 @ 20:40:48
  Author: shlomme
Revision: 11514

Fixed duplicate depends line in debian/control

Modified:
  packages/python-qt3/trunk/debian/control

Modified: packages/python-qt3/trunk/debian/control
===================================================================
--- packages/python-qt3/trunk/debian/control	2010-02-02 20:38:19 UTC (rev 11513)
+++ packages/python-qt3/trunk/debian/control	2010-02-02 20:40:48 UTC (rev 11514)
@@ -92,10 +92,9 @@
  Linguist translation files from Python code.
 
 Package: python-qt-dev
-Depends: ${shlibs:Depends}, ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-sip-dev
 Replaces: python-qt3 (<< 3.17.3-2)
-Depends: ${misc:Depends}
 Architecture: all
 Description: Qt bindings for Python - Development files
  Development .sip files with definitions of PyQt classes. They




More information about the Python-modules-commits mailing list