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

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Fri May 9 23:09:44 UTC 2008


    Date: Friday, May 9, 2008 @ 23:09:42
  Author: morph-guest
Revision: 5278

* debian/control
  - added Depends on libqt4-opengl for python-qt4-gl (Closes: #480293)

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	2008-05-09 17:50:55 UTC (rev 5277)
+++ packages/python-qt4/trunk/debian/changelog	2008-05-09 23:09:42 UTC (rev 5278)
@@ -2,8 +2,9 @@
 
   * debian/control
     - added Build-Conflicts to python-xml
+    - added Depends on libqt4-opengl for python-qt4-gl (Closes: #480293)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 07 May 2008 22:28:10 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 09 May 2008 20:52:10 +0200
 
 python-qt4 (4.3.3-3) unstable; urgency=low
 

Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control	2008-05-09 17:50:55 UTC (rev 5277)
+++ packages/python-qt4/trunk/debian/control	2008-05-09 23:09:42 UTC (rev 5278)
@@ -62,7 +62,7 @@
 Package: python-qt4-gl
 Architecture: any
 Provides: ${python:Provides}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4 (= ${binary:Version}), python-opengl (>= 2.0.1.09-2.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4 (= ${binary:Version}), python-opengl (>= 2.0.1.09-2.2), libqt4-opengl
 XB-Python-Version: ${python:Versions}
 Description: Python bindings for Qt4's OpenGL module
  The OpenGL module of Qt4 provides widgets and utility classes




More information about the Python-modules-commits mailing list