[spatialite] 09/13: Add suggested configuration options by upstream: --enable-lwgeom=yes --enable-gcp=yes

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 19 19:18:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository spatialite.

commit bee219824968eb2babc75aee70ded86adeac5493
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 19 19:16:31 2015 +0200

    Add suggested configuration options by upstream: --enable-lwgeom=yes --enable-gcp=yes
---
 debian/NEWS      | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |  4 ++++
 debian/control   |  1 +
 debian/rules     |  2 ++
 4 files changed, 53 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index 9e30ebd..bb106ce 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,49 @@
+spatialite (4.3.0~rc0-1) experimental; urgency=medium
+
+  SpatiaLite 4.3.x is now configured to enable liblwgeom and GCP options.
+  This causes an implicit license escalation to GPLv2+ from the initial
+  tri-license (MPL/LGPL/GPL).
+
+  Enabling these features is the recommended configuration by upstream.
+  For more information refer to following posts on the spatialite-users list:
+
+   * ,/configure changes in 4.2.0:
+     https://groups.google.com/d/msg/spatialite-users/S2mY1Tj7BBc/_gWzznEKZnwJ
+
+   * 4.3.0: note for builders and packages:
+     https://groups.google.com/d/msg/spatialite-users/uawzaLjzbo4/_0JqJ8a6HmAJ
+
+  For the changes since Spatialite 4.1 please refer to the online documention.
+
+  Spatialite 4.2.0:
+
+   * 4.2.0 Documentation and Tutorials about recent changes and new features:
+     https://www.gaia-gis.it/fossil/libspatialite/wiki?name=4.2.0-doc
+
+   * new SQL functions introduced since version 4.2.0:
+     https://www.gaia-gis.it/fossil/libspatialite/wiki?name=4.2.0+functions  
+
+   * SpatiaLite 4.2.0 SQL functions reference list:
+     http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.2.0.html
+
+  SpatiaLite 4.2.1:
+
+   * new SQL functions introduced since version 4.2.1-RC:
+     https://www.gaia-gis.it/fossil/libspatialite/wiki?name=4.2.1+functions
+
+   * SpatiaLite 4.2.1 SQL functions reference list:
+     http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.2.1.html
+
+  SpatiaLite 4.3.0:
+
+   * new SQL functions introduced since version 4.3.0:
+     https://www.gaia-gis.it/fossil/libspatialite/wiki?name=4.3.0+functions
+
+   * SpatiaLite 4.3.0 SQL functions reference list:
+     http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.3.0.html
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 19 Jun 2015 18:50:44 +0200
+
 spatialite (4.1.1-7) unstable; urgency=medium
 
   The upgrade from SpatiaLite 3.0 to 4.1 brings many changes, some of which
diff --git a/debian/changelog b/debian/changelog
index 86d7795..527a781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ spatialite (4.3.0~rc0-1) UNRELEASED; urgency=medium
   * Update copyright file for new files.
   * Rename library package to libspatialite7 to match fixed SONAME,
     rename debug package to libspatialite-dbg.
+  * Add suggested configuration options by upstream:
+    --enable-lwgeom=yes --enable-gcp=yes
+    See the '4.3.0: note for builders and packages' thread on spatialite-users:
+    https://groups.google.com/d/msg/spatialite-users/uawzaLjzbo4/_0JqJ8a6HmAJ
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 19 Jun 2015 03:20:11 +0200
 
diff --git a/debian/control b/debian/control
index 98543f9..c6a69c6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9),
                libreadline-dev,
                libexpat1-dev,
                libfreexl-dev,
+               liblwgeom-dev,
                libxml2-dev,
                pkg-config,
                zlib1g-dev
diff --git a/debian/rules b/debian/rules
index 84f31f8..4b237d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,8 @@ override_dh_auto_configure:
 		--enable-geos \
 		$(EPSG) \
 		--enable-proj \
+		--enable-lwgeom=yes \
+		--enable-gcp=yes \
 		--disable-examples
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite.git



More information about the Pkg-grass-devel mailing list