[SCM] mapnik branch, master, updated. debian/0.7.1-5-16-g061fdad
David Paleino
dapal at debian.org
Mon Sep 26 23:04:03 UTC 2011
The following commit has been merged in the master branch:
commit 0358a5197090bc17783a2104c4797cee4ae1b5ab
Author: David Paleino <dapal at debian.org>
Date: Mon Sep 26 23:51:18 2011 +0200
New input plugins compiled: geos, rasterlite
diff --git a/debian/changelog b/debian/changelog
index 08f231c..c12c079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mapnik (2.0.0-1) UNRELEASED; urgency=low
* New upstream version
* Debhelper compatibility bumped to 8
+ * New input plugins compiled: geos, rasterlite
- -- David Paleino <dapal at debian.org> Mon, 26 Sep 2011 22:27:53 +0200
+ -- David Paleino <dapal at debian.org> Mon, 26 Sep 2011 23:49:50 +0200
mapnik (0.7.1-6) unstable; urgency=low
diff --git a/debian/control b/debian/control
index daa3fa5..809b01c 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,8 @@ Build-Depends:
, libcurl4-gnutls-dev
# , libsigc++-2.0-dev
# , python-epydoc
+ , librasterlite-dev
+ , libgeos-dev
, pkg-config
Standards-Version: 3.9.2
Section: libs
diff --git a/debian/rules b/debian/rules
index b8c089c..e8d2c3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
# scons flags
-SCONS_FLAGS := INPUT_PLUGINS=raster,sqlite,postgis,ogr,shape,osm,gdal,kismet
+SCONS_FLAGS := INPUT_PLUGINS=gdal,geos,kismet,ogr,osm,postgis,raster,rasterlite,shape,sqlite
SCONS_FLAGS += PROJ_INCLUDES=/usr/include PROJ_LIBS=/usr/lib
SCONS_FLAGS += SYSTEM_FONTS=/usr/share/fonts/truetype/ttf-dejavu
SCONS_FLAGS += XMLPARSER=libxml2
--
C++/Python toolkit for developing GIS applications
More information about the Pkg-grass-devel
mailing list