The following commit has been merged in the master branch: commit 215e8bb561c17bb650f5aa74c2a71364b9c09614 Author: David Paleino <da...@debian.org> Date: Sun Feb 5 12:20:10 2012 +0100
Also rename tilestache-{compose,clean} diff --git a/debian/rules b/debian/rules index 3d46459..31d7dc3 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,6 @@ override_dh_auto_install: rm -rf $(PREFIX)/usr/share/tilestache # rename the binaries - for p in tilestache-seed.py tilestache-render.py tilestache-server.py; do \ + for p in tilestache-seed.py tilestache-render.py tilestache-server.py tilestache-compose.py tilestache-clean.py; do \ mv $(PREFIX)/usr/bin/$$p $(PREFIX)/usr/bin/$$(basename $$p .py); \ done -- map tiles caching system _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel