Skip to content

Commit 88db1f6

Browse files
author
jef
committed
debian python dependency fixed
git-svn-id: http://svn.osgeo.org/qgis/trunk@9210 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e19e99 commit 88db1f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
qgis (1.0preview5) experimental; urgency=low
28

39
* add wrapper scripts to qgis-plugin-grass that adds the grass

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Description: Plugin for accessing GRASS data from Quantum GIS
8080
Package: python-qgis
8181
Section: python
8282
Architecture: any
83-
Depends: ${shlibs:Depends}, ${misc:Depends}
83+
Depends: python-qt4 (>=4.1.0), ${shlibs:Depends}, ${misc:Depends}
8484
Provides: ${python:Provides}
8585
XB-Python-Version: ${python:Versions}
8686
Description: Python bindings to Quantum GIS

0 commit comments

Comments
 (0)