[SCM] mapnik branch, master, updated. debian/2.0.0+ds1-3-7-gc4ef7c1

David Paleino dapal at debian.org
Fri May 25 17:00:47 UTC 2012


The following commit has been merged in the master branch:
commit 71766692f161b6410ebfbd49ab2a87dc10671487
Author: David Paleino <dapal at debian.org>
Date:   Sun May 20 08:47:22 2012 +0200

    Better handling of UPVER

diff --git a/debian/rules b/debian/rules
index f642e07..ccaf804 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+ifndef UPVER
 UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1 | cut -d+ -f1)
+endif
+
 TARNAME := mapnik_$(UPVER)+ds1.orig.tar
 
 # scons flags

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list