mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
debian python dependency fixed
git-svn-id: http://svn.osgeo.org/qgis/trunk@9210 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1e19e99c73
commit
88db1f6d90
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user