[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn3208-1-12-g9b32249

David Paleino dapal at debian.org
Tue Jun 15 20:04:58 UTC 2010


The following commit has been merged in the master branch:
commit 9b32249c4a57161c6a781a961e9c0293abd132ed
Author: David Paleino <dapal at debian.org>
Date:   Tue Jun 15 22:03:52 2010 +0200

    Add DEB_UPSTREAM_VERSION to debian/rules

diff --git a/debian/rules b/debian/rules
index 3e16eae..71e2dc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ DESTDIR := ../tarballs/josm-${VERSION}
 DESTTGZ := ../tarballs/josm_${VERSION}.orig.tar.gz
 
 DEB_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d\  -f2)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | cut -d- -f1)
 
 # Docs are already included in the jar file and can be accessed from within josm.
 #DEB_INSTALL_DOCS_ALL :=

-- 
Java OpenStreetMap editor



More information about the Pkg-grass-devel mailing list