This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository tilestache.

commit a4be0959923e4e1e3e3046485177feac34e125b6
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Dec 21 18:10:57 2014 +0100

    Remove duplicate tilestache-server.py from list of binaries to rename.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ab5b459..399b6be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ tilestache (1.49.8-1) UNRELEASED; urgency=low
   * Expand extended description to include TileStache features.
   * Bump Standards-Version to 3.9.6, changes: Vcs-* URLs.
   * Use pybuild build system.
+  * Remove duplicate tilestache-server.py from list of binaries to rename.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sun, 21 Dec 2014 17:01:13 +0100
 
diff --git a/debian/rules b/debian/rules
index 366b058..b734d8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,6 @@ override_dh_auto_install:
        rm -rf $(PREFIX)/usr/share/tilestache
 
        # rename the binaries
-       for p in tilestache-server.py tilestache-seed.py tilestache-render.py 
tilestache-list.py tilestache-server.py tilestache-compose.py 
tilestache-clean.py; do \
+       for p in tilestache-server.py tilestache-seed.py tilestache-render.py 
tilestache-list.py tilestache-compose.py tilestache-clean.py; do \
                mv $(PREFIX)/usr/bin/$$p $(PREFIX)/usr/bin/$$(basename $$p 
.py); \
        done

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/tilestache.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to