[DebianGIS-dev] r2947 - packages/spatialite/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Nov 19 09:49:43 UTC 2010


Author: frankie
Date: 2010-11-19 09:49:43 +0000 (Fri, 19 Nov 2010)
New Revision: 2947

Modified:
   packages/spatialite/trunk/debian/changelog
   packages/spatialite/trunk/debian/control
   packages/spatialite/trunk/debian/rules
Log:
Update get-orig-tarball and bumped policy.


Modified: packages/spatialite/trunk/debian/changelog
===================================================================
--- packages/spatialite/trunk/debian/changelog	2010-11-15 16:51:15 UTC (rev 2946)
+++ packages/spatialite/trunk/debian/changelog	2010-11-19 09:49:43 UTC (rev 2947)
@@ -1,10 +1,15 @@
 spatialite (2.4.0~rc4-1) unstable; urgency=low
 
+  [ Alan Boudreault ]
   * New upstream pre-release candidate with bug fixes.
   * Added libexpat1-dev as build-dep.
 
- -- Alan Boudreault <aboudreault at mapgears.com>  Mon, 30 Aug 2010 09:57:25 -0400
+  [ Francesco Paolo Lovergine ]
+  * Fixed get-orig-tarball to use full version for pre-release tarballs.
+  * Policy bumped to 3.9.1, without changes.
 
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 19 Nov 2010 10:47:20 +0100
+
 spatialite (2.4.0~rc2-5) unstable; urgency=medium
 
   [ Alan Boudreault ]

Modified: packages/spatialite/trunk/debian/control
===================================================================
--- packages/spatialite/trunk/debian/control	2010-11-15 16:51:15 UTC (rev 2946)
+++ packages/spatialite/trunk/debian/control	2010-11-19 09:49:43 UTC (rev 2947)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7), autotools-dev, 
  libsqlite3-dev (>= 3.6.11), libgeos-dev (>= 3.0.3), libproj-dev, libreadline-dev, quilt,
  libexpat1-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/spatialite/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/spatialite/trunk

Modified: packages/spatialite/trunk/debian/rules
===================================================================
--- packages/spatialite/trunk/debian/rules	2010-11-15 16:51:15 UTC (rev 2946)
+++ packages/spatialite/trunk/debian/rules	2010-11-19 09:49:43 UTC (rev 2947)
@@ -27,7 +27,8 @@
 endif
 
 ARCHIVES=libspatialite-amalgamation spatialite-tools
-VERSION=$(shell dpkg-parsechangelog|grep Version:|cut -d' ' -f2|cut -d- -f1|cut -d~ -f1)
+FULL_VERSION=$(shell dpkg-parsechangelog|grep Version:|cut -d' ' -f2|cut -d- -f1)
+VERSION=$(shell echo $(FULL_VERSION)|cut -d~ -f1)
 
 get-orig-tarball:
 	mkdir -p $(CURDIR)/tmp || true
@@ -37,11 +38,11 @@
 		tar xzovf $(CURDIR)/$$archive.tar.gz -C $(CURDIR)/tmp; \
 		mv $(CURDIR)/tmp/$$archive-$(VERSION) $(CURDIR)/tmp/$$archive; \
 	done
-	mkdir -p $(CURDIR)/spatialite-$(VERSION)/upstream
-	tar czvf $(CURDIR)/spatialite-$(VERSION)/upstream/spatialite.tar.gz -C $(CURDIR)/tmp $(ARCHIVES)
+	mkdir -p $(CURDIR)/spatialite-$(FULL_VERSION)/upstream
+	tar czvf $(CURDIR)/spatialite-$(FULL_VERSION)/upstream/spatialite.tar.gz -C $(CURDIR)/tmp $(ARCHIVES)
 	rm -rf $(CURDIR)/tmp $(CURDIR)/*.tar.gz
-	tar czvf spatialite_$(VERSION).orig.tar.gz --exclude=debian --exclude-vcs spatialite-$(VERSION)
-	rm -rf $(CURDIR)/spatialite-$(VERSION)
+	tar czvf spatialite_$(FULL_VERSION).orig.tar.gz --exclude=debian --exclude-vcs spatialite-$(FULL_VERSION)
+	rm -rf $(CURDIR)/spatialite-$(FULL_VERSION)
 
 unpack: unpack-stamp
 unpack-stamp:




More information about the Pkg-grass-devel mailing list