[mapnik] 12/13: Drop librasterlite dependency, input driver removed in 3.0.1.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Aug 25 19:37:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapnik.
commit 8f73e646c4ca3a0de4fef8f1264c36be1f3312f2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Aug 25 20:38:01 2015 +0200
Drop librasterlite dependency, input driver removed in 3.0.1.
---
debian/changelog | 3 +++
debian/control | 2 --
debian/rules | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7e06219..ba97290 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ mapnik (3.0.3+ds-1) UNRELEASED; urgency=medium
* Restructure control file with cme, change:
- Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS.
* Add upstream metadata.
+ * Drop librasterlite dependency, input driver removed in 3.0.1 due to
+ deprecation of librasterlite by its developer. See also:
+ https://github.com/mapnik/mapnik/issues/2977
-- Bas Couwenberg <sebastic at debian.org> Tue, 25 Aug 2015 20:20:54 +0200
diff --git a/debian/control b/debian/control
index 8dc7351..012a666 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,6 @@ Build-Depends: scons,
libgdal-dev,
libsqlite3-dev,
libcurl4-gnutls-dev,
- librasterlite-dev,
libwebp-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik.git
@@ -99,7 +98,6 @@ Depends: ${misc:Depends},
libgdal-dev,
libsqlite3-dev,
libcurl4-gnutls-dev,
- librasterlite-dev
Recommends: mapnik-doc
Breaks: libmapnik2-dev (<< 2.2.0+ds1-1~)
Replaces: libmapnik2-dev (<< 2.2.0+ds1-1~)
diff --git a/debian/rules b/debian/rules
index 02ee2ea..bc62fa3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ SCONS_FLAGS := -j1
# -O2
SCONS_FLAGS += OPTIMIZATION=2
SCONS_FLAGS += FULL_LIB_PATH=False
-SCONS_FLAGS += INPUT_PLUGINS=csv,gdal,geojson,ogr,osm,pgraster,postgis,raster,rasterlite,shape,sqlite,topojson
+SCONS_FLAGS += INPUT_PLUGINS=csv,gdal,geojson,ogr,pgraster,postgis,raster,shape,sqlite,topojson
SCONS_FLAGS += PROJ_INCLUDES=/usr/include PROJ_LIBS=/usr/lib
SCONS_FLAGS += SYSTEM_FONTS=/usr/share/fonts
SCONS_FLAGS += XMLPARSER=libxml2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git
More information about the Pkg-grass-devel
mailing list