[SCM] spatialite-gui branch, master, updated. debian/1.6.0-1-18-g4f7ed01

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 21:34:11 UTC 2013


The following commit has been merged in the master branch:
commit d334d5f44a855346c24a4493af7b8d970f226cdb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 22:53:15 2013 +0200

    Disable libxml2 support, libgaiagraphics doesn't support the functions yet.

diff --git a/debian/changelog b/debian/changelog
index 726312a..b984b91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ spatialite-gui (1.7.1-1) UNRELEASED; urgency=low
   * Update minimum libgaiagraphics version to 0.5.
   * Add build dependency on libxml2-dev.
   * Add patch to link properly link sqlite3.
+  * Disable libxml2 support, libgaiagraphics doesn't support the functions yet.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 30 Sep 2013 19:30:46 +0200
 
diff --git a/debian/rules b/debian/rules
index a577d58..066877e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,8 @@
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-libxml2
+
 override_dh_strip:
 	dh_strip --dbg-package=spatialite-gui-dbg

-- 
user-friendly graphical user interface for spatialite



More information about the Pkg-grass-devel mailing list