[QGIS Commit] r9210 - trunk/qgis/debian

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Aug 29 11:28:49 EDT 2008


Author: jef
Date: 2008-08-29 11:28:48 -0400 (Fri, 29 Aug 2008)
New Revision: 9210

Modified:
   trunk/qgis/debian/changelog
   trunk/qgis/debian/control
Log:
debian python dependency fixed

Modified: trunk/qgis/debian/changelog
===================================================================
--- trunk/qgis/debian/changelog	2008-08-29 13:29:04 UTC (rev 9209)
+++ trunk/qgis/debian/changelog	2008-08-29 15:28:48 UTC (rev 9210)
@@ -1,3 +1,9 @@
+qgis (1.0preview6) experimental; urgency=low
+
+  * add missing dependency of python-qgis to python-qt4
+
+ -- Jürgen E. Fischer <jef at norbit.de>  Fri, 29 Aug 2008 17:26:33 +0200
+
 qgis (1.0preview5) experimental; urgency=low
 
   * add wrapper scripts to qgis-plugin-grass that adds the grass

Modified: trunk/qgis/debian/control
===================================================================
--- trunk/qgis/debian/control	2008-08-29 13:29:04 UTC (rev 9209)
+++ trunk/qgis/debian/control	2008-08-29 15:28:48 UTC (rev 9210)
@@ -80,7 +80,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: python-qt4 (>=4.1.0), ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS



More information about the QGIS-commit mailing list