The following commit has been merged in the master branch:
commit 322089a0ee3f6e7502e56ca38c4204e92b1e1511
Author: David Paleino <[email protected]>
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

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to