[Pkg-osm-commits] [SCM] josm-plugins branch, master, updated. debian/0.0.svn26626+ds1-2-9-g198feba

David Paleino dapal at debian.org
Mon Dec 26 18:03:52 UTC 2011


The following commit has been merged in the master branch:
commit 2a73614a409481623659bac2bb09484ea27bd791
Author: David Paleino <dapal at debian.org>
Date:   Mon Dec 26 18:43:45 2011 +0100

    Improved version handling

diff --git a/debian/rules b/debian/rules
index 97fbbae..3d5008f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,9 @@ VERSION := 0.0.svn${SVNREV}
 else
 VERSION := 0.0.0.${DATE}
 endif
+DESTVER := ${VERSION}+ds1
 DESTDIR := ../tarballs/josm-plugins-${VERSION}
-DESTTGZ := ../tarballs/josm-plugins_${VERSION}+ds1.orig.tar.gz
+DESTTGZ := ../tarballs/josm-plugins_${DESTVER}.orig.tar.gz
 
 %:
 	dh $@
@@ -53,7 +54,7 @@ get-orig-source:
 	rm -rf ${DESTDIR}
 	@echo .
 	@echo To update debian/changelog type
-	@echo dch -v ${VERSION}-1
+	@echo dch -v ${DESTVER}-1
 	@echo .
 
 .PHONY: get-orig-source

-- 
Plugins for JOSM



More information about the Pkg-osm-commits mailing list