[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-26-ge488be1

David Paleino dapal at debian.org
Sat Oct 8 10:53:42 UTC 2011


The following commit has been merged in the master branch:
commit 0ba5cebd94af29681114f02406ba20aff4bebebe
Author: David Paleino <dapal at debian.org>
Date:   Sat Oct 8 12:53:22 2011 +0200

    Fix debian/rules

diff --git a/debian/rules b/debian/rules
index 2ba1fe8..f0fb7ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,8 @@ get-orig-source:
 override_dh_auto_configure:
 	dh_auto_configure -Dlibspatialite -- \
 		--enable-geos --with-geos-lib=/usr/lib \
-		--enable-proj --with-proj-lib=/usr/lib
+		--enable-proj --with-proj-lib=/usr/lib \
+		--disable-geosadvanced
 	dh_auto_configure -Dspatialite-tools -- \
 		--with-spatialite-lib=$(CURDIR)/libspatialite/.libs
 
@@ -40,6 +41,10 @@ override_dh_auto_build:
 	dh_auto_build -Dlibspatialite
 	dh_auto_build -Dspatialite-tools
 
+override_dh_auto_clean:
+	dh_auto_clean -Dlibspatialite
+	dh_auto_build -Dspatialite-tools
+
 override_dh_auto_install:
 	dh_auto_install -Dlibspatialite
 	dh_auto_install -Dspatialite-tools

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list