We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e19e99 commit 88db1f6Copy full SHA for 88db1f6
debian/changelog
@@ -1,3 +1,9 @@
1
+qgis (1.0preview6) experimental; urgency=low
2
+
3
+ * add missing dependency of python-qgis to python-qt4
4
5
+ -- Jürgen E. Fischer <jef@norbit.de> Fri, 29 Aug 2008 17:26:33 +0200
6
7
qgis (1.0preview5) experimental; urgency=low
8
9
* add wrapper scripts to qgis-plugin-grass that adds the grass
debian/control
@@ -80,7 +80,7 @@ Description: Plugin for accessing GRASS data from Quantum GIS
80
Package: python-qgis
81
Section: python
82
Architecture: any
83
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: python-qt4 (>=4.1.0), ${shlibs:Depends}, ${misc:Depends}
84
Provides: ${python:Provides}
85
XB-Python-Version: ${python:Versions}
86
Description: Python bindings to Quantum GIS
0 commit comments