[DebianGIS-dev] [SCM] tilestache branch, master, updated. upstream/1.0.1-6-g322089a

David Paleino dapal at debian.org
Wed Nov 10 19:21:51 UTC 2010


The following commit has been merged in the master branch:
commit 322089a0ee3f6e7502e56ca38c4204e92b1e1511
Author: David Paleino <dapal at debian.org>
Date:   Wed Nov 10 20:21:27 2010 +0100

    Rename the binaries

diff --git a/debian/rules b/debian/rules
index bb00380..bd5b4b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,8 @@ override_dh_auto_install:
 	dh_auto_install
 
 	rm -f $(PREFIX)/usr/share/tilestache/DejaVuSansMono-alphanumeric.ttf
+
+	# rename the binaries
+	for p in tilestache-seed.py tilestache-render.py; do \
+		mv $(PREFIX)/usr/bin/$$p $(PREFIX)/usr/bin/$$(basename $$p .py); \
+	done

-- 
map tiles caching system



More information about the Pkg-grass-devel mailing list