[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-17-g802a17b

Francesco Paolo Lovergine frankie at debian.org
Wed Feb 29 12:24:49 UTC 2012


The following commit has been merged in the master branch:
commit c60aa26cd09031bbfa05e5c80cb4c6ba2b97c5d5
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Mon Feb 27 11:29:42 2012 +0100

    A few changes for using Geos 3.3.

diff --git a/debian/changelog b/debian/changelog
index fb0d9e6..20cd50d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ spatialite (3.0.1-1) unstable; urgency=low
   * Now spatialite source includes the library only, spatialite-tools moved
     to a new package.
   * Rules script greatly semplified.
+  * For safety added a Breaks against previous version of spatialite-bin,
+    that should allow a more smooth upgrade with new splitted packages.
+  * Force Geos 3.3+ use for a working test suite.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 23 Feb 2012 13:55:06 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 27 Feb 2012 11:10:21 +0100
 
 spatialite (3.0.0~beta20110817-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 29c4613..d4fc68d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 8)
  , autotools-dev
  , libsqlite3-dev (>= 3.6.11)
- , libgeos-dev (>= 3.0.3)
+ , libgeos-dev (>= 3.3.0)
  , libproj-dev
  , libreadline-dev
  , libexpat1-dev
@@ -21,6 +21,7 @@ Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git
 Package: libspatialite3
 Architecture: any
 Section: libs
+Breaks: spatialite-bin (<< 3.0.0-1~)
 Depends:
  ${shlibs:Depends}
  , ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index 3756b11..175b14d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,9 +30,8 @@ versions:
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-geos \
-		--enable-proj \
 		$(EPSG) \
-		--disable-geosadvanced
+		--enable-proj
 
 override_dh_shlibdeps:
 	dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list