debian python dependency fixed

git-svn-id: http://svn.osgeo.org/qgis/trunk@9210 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-08-29 15:28:48 +00:00
parent 1e19e99c73
commit 88db1f6d90
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
qgis (1.0preview6) experimental; urgency=low
* add missing dependency of python-qgis to python-qt4
-- Jürgen E. Fischer <jef@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

2
debian/control vendored
View File

@ -80,7 +80,7 @@ Description: Plugin for accessing GRASS data from Quantum GIS
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