[DebianGIS-dev] r845 - packages/qgis/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Sat May 19 08:42:34 UTC 2007


Author: frankie
Date: 2007-05-19 08:42:33 +0000 (Sat, 19 May 2007)
New Revision: 845

Modified:
   packages/qgis/trunk/debian/changelog
   packages/qgis/trunk/debian/control
   packages/qgis/trunk/debian/rules
Log:
Missing features enabled


Modified: packages/qgis/trunk/debian/changelog
===================================================================
--- packages/qgis/trunk/debian/changelog	2007-05-18 21:37:46 UTC (rev 844)
+++ packages/qgis/trunk/debian/changelog	2007-05-19 08:42:33 UTC (rev 845)
@@ -1,3 +1,12 @@
+qgis (0.8.0-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Enabled python scripts support and changed build-dep and suggests as consequence.
+  * Enabled WFS support.
+  * Long description revised.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 19 May 2007 10:41:27 +0200
+
 qgis (0.8.0-3) unstable; urgency=low
 
   * Added missing flex/bison build-deps.

Modified: packages/qgis/trunk/debian/control
===================================================================
--- packages/qgis/trunk/debian/control	2007-05-18 21:37:46 UTC (rev 844)
+++ packages/qgis/trunk/debian/control	2007-05-19 08:42:33 UTC (rev 845)
@@ -4,13 +4,13 @@
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libqt4-dev, libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1-1), dpatch, 
- grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libmysqlclient15-dev | libmysqlclient14-dev, flex, bison
+ grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libmysqlclient15-dev | libmysqlclient14-dev, flex, bison, python
 Standards-Version: 3.7.2
 
 Package: qgis
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: qgis-plugin-grass
+Suggests: qgis-plugin-grass, python
 Description: Geographic Information System (GIS)
  A Geographic Information System (GIS) manages,
  analyzes, and displays databases of geographic
@@ -22,6 +22,8 @@
  of various georeferenced raster and Digital
  Elevation Model (DEM) formats including
  GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.
+ .
+  Home page: http://qgis.org/
 
 Package: libqgis1
 Architecture: any
@@ -33,6 +35,8 @@
  .
  This package contains the shared library that
  provides an interface for plugins.
+ .
+  Home page: http://qgis.org/
 
 Package: libqgis1-dev
 Architecture: any
@@ -48,10 +52,14 @@
  .
  This package contains the headers and libraries
  needed to develop plugins for QGIS.
+ .
+  Home page: http://qgis.org/
 
 Package: qgis-plugin-grass
 Architecture: any
 Depends: qgis (= ${Source-Version}), libgdal1-1.4.0-grass
 Description: Plugin for accessing GRASS data from QGIS
- This plugin enables display of GRASS data layers in the QGIS
+ This plugin enables a GRASS data access toolbox in the QGIS
  geographic data viewer.
+ .
+  Home page: http://qgis.org/

Modified: packages/qgis/trunk/debian/rules
===================================================================
--- packages/qgis/trunk/debian/rules	2007-05-18 21:37:46 UTC (rev 844)
+++ packages/qgis/trunk/debian/rules	2007-05-19 08:42:33 UTC (rev 845)
@@ -36,6 +36,8 @@
                     --enable-spit \
                     --with-postgresql \
                     --with-grass=/usr/lib/grass \
+		    --with-wfs \
+		    --with-python \
                     --disable-debug
 
 build: patch build-stamp




More information about the Pkg-grass-devel mailing list