[DebianGIS-dev] [SCM] osmosis branch, master, updated. debian/0.31.2-2-32-g4c80b6e

David Paleino dapal at debian.org
Fri Nov 26 21:00:35 UTC 2010


The following commit has been merged in the master branch:
commit 31bbcabff897dc5662935dca1cf6e6c1db134fc2
Author: David Paleino <dapal at debian.org>
Date:   Fri Nov 26 21:58:11 2010 +0100

    Fix get-orig-source target in debian/rules

diff --git a/debian/changelog b/debian/changelog
index 0707547..5fd5d05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmosis (0.34+ds1-3) UNRELEASED; urgency=low
+
+  * Fix get-orig-source target in debian/rules
+
+ -- David Paleino <dapal at debian.org>  Fri, 26 Nov 2010 21:57:42 +0100
+
 osmosis (0.34+ds1-2) unstable; urgency=low
 
   * debian/watch: updated
diff --git a/debian/rules b/debian/rules
index 25dd363..e59eb71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,8 @@ get-orig-source:
 		--destdir . \
 		--force-download \
 		--download-version $(CURVER)
-	tar xvf osmosis-$(CURVER).tar.gz
+	tar xvf osmosis-$(CURVER).tgz
 	tar zcf osmosis_$(CURVER)+ds1.orig.tar.gz \
 		--exclude *.jar \
 		osmosis-$(CURVER)/
-	rm -rf osmosis-$(CURVER).tar.gz osmosis-$(CURVER)/
+	rm -rf osmosis-$(CURVER).tgz osmosis-$(CURVER)/

-- 
Osmosis, an OSM data processor



More information about the Pkg-grass-devel mailing list