The following commit has been merged in the master branch:
commit 71766692f161b6410ebfbd49ab2a87dc10671487
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel