[SCM] tilestache branch, master, updated. debian/1.21.3-1-7-g480ba6c

David Paleino dapal at debian.org
Sun Feb 5 11:29:00 UTC 2012


The following commit has been merged in the master branch:
commit c42a28d60a38f260511c526fe11d162c185ab770
Author: David Paleino <dapal at debian.org>
Date:   Sun Feb 5 12:26:10 2012 +0100

    Add shebang to tilestache-compose

diff --git a/debian/patches/02-fix_shebang.patch b/debian/patches/02-fix_shebang.patch
new file mode 100644
index 0000000..42b0610
--- /dev/null
+++ b/debian/patches/02-fix_shebang.patch
@@ -0,0 +1,15 @@
+From: David Paleino <dapal at debian.org>
+Subject: add shebang so that it can be run directly
+Forwarded: no
+
+---
+ scripts/tilestache-compose.py |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- tilestache.orig/scripts/tilestache-compose.py
++++ tilestache/scripts/tilestache-compose.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/env python
+ from sys import stderr
+ from tempfile import mkstemp
+ from thread import allocate_lock
diff --git a/debian/patches/series b/debian/patches/series
index 5f301eb..879e141 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-use_system_font.patch
 01-fix_manpages.patch
+02-fix_shebang.patch

-- 
map tiles caching system



More information about the Pkg-grass-devel mailing list