[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-7-gc801763

Francesco Paolo Lovergine frankie at debian.org
Wed Feb 22 13:02:43 UTC 2012


The following commit has been merged in the master branch:
commit f5769159271c3f964352af1b4ef9b76793085f5f
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Fri Feb 17 16:53:13 2012 +0100

    Initial changes for 3.0.1 version.

diff --git a/debian/changelog b/debian/changelog
index ddfe221..c166c84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+spatialite (3.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * The get-orig-source target changed (again) but temporarly not working,
+    because tools and lib currently have different versions.
+    Maybe upstream likes upsetting distribution details at every new release?
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 17 Feb 2012 12:40:24 +0100
+
 spatialite (3.0.0~beta20110817-3) unstable; urgency=low
 
   * Fixed linking order for sqlite3 in debian patch 00-systemlibs.patch.
diff --git a/debian/rules b/debian/rules
index fefdcf8..64ecf64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ FULL_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cu
 VERSION := $(shell echo $(FULL_VERSION) | sed -e "s/~beta[[:digit:]]\+/-BETA/")
 LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)
 
+BASE_URL := http://www.gaia-gis.it/gaia-sins
+
 %:
 	dh $@
 
@@ -19,7 +21,7 @@ get-orig-source:
 	mkdir -p $(CURDIR)/tmp || true
 	for archive in $(ARCHIVES); \
 	do \
-	    wget -O $(CURDIR)/$$archive.tar.gz http://www.gaia-gis.it/spatialite-$(VERSION)/$$archive-$(LC_VERSION).tar.gz; \
+	    wget -O $(CURDIR)/$$archive.tar.gz $(BASE_URL)/$$archive-sources/$$archive-$(LC_VERSION).tar.gz; \
 		tar xzovf $(CURDIR)/$$archive.tar.gz -C $(CURDIR)/tmp; \
 		mv $(CURDIR)/tmp/$$archive-$(LC_VERSION) $(CURDIR)/tmp/$$archive; \
 	done

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list