Skip to content
Permalink
Browse files
fix libgdal1 grass dependency for ubuntu gutsy/hardy
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.10.0@8391 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 30, 2008
1 parent c56801e commit 2d7b7c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
@@ -1,3 +1,9 @@
qgis (0.10.0-2) gutsy; urgency=low

* fix libgdal1 grass depenency for ubuntu gutsy/hardy (1.4.0 | 1.5.0)

-- Jürgen E. Fischer <jef@norbit.de> Wed, 30 Apr 2008 22:35:42 +0200

qgis (0.10.0-1) gutsy; urgency=low

* updated Maintainer field
@@ -72,7 +72,7 @@ Description: QGIS Geographic Information System - development files

Package: qgis-plugin-grass
Architecture: any
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.5.0-grass
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.5.0-grass
Description: Plugin for accessing GRASS data from QGIS
This plugin enables a GRASS data access toolbox in the QGIS
geographic data viewer.

0 comments on commit 2d7b7c9

Please sign in to comment.