[SCM] spatialite branch, master, updated. debian/4.0.0-1-32-gd8d4b0b

Bas Couwenberg sebastic at xs4all.nl
Sat Dec 14 15:10:47 UTC 2013


The following commit has been merged in the master branch:
commit a7801e1d3aedc37ca6e5402680e9d56ed3e19a04
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Dec 14 14:50:20 2013 +0100

    Enable building with libxml2 support.

diff --git a/debian/changelog b/debian/changelog
index d3d1f7a..8c69a58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite (4.1.1-5) UNRELEASED; urgency=low
+
+  * Enable building with libxml2 support.
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 14 Dec 2013 14:49:50 +0100
+
 spatialite (4.1.1-4) experimental; urgency=low
 
   * Change Priority to optional, keep Priority extra for -dbg package.
diff --git a/debian/control b/debian/control
index ae3259f..e8b159b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9),
                libreadline-dev,
                libexpat1-dev,
                libfreexl-dev,
+               libxml2-dev,
                pkg-config,
                zlib1g-dev
 Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index e224785..dab3bb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-geos \
 		$(EPSG) \
-		--enable-proj
+		--enable-proj \
+		--enable-libxml2
 
 override_dh_auto_test:
 	mkdir -p debian/backup/stmt

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list