[DebianGIS-dev] [SCM] tilestache branch, master, updated. debian/1.6.1-1-8-g20d2f1f

David Paleino dapal at debian.org
Fri Feb 4 11:50:10 UTC 2011


The following commit has been merged in the master branch:
commit 8b40f2bcec0cee9970f0948b53ba08190b9e675d
Author: David Paleino <dapal at debian.org>
Date:   Fri Feb 4 12:44:57 2011 +0100

    Remove patch to manpage, add new patch

diff --git a/debian/patches/01-fix_interpreter.patch b/debian/patches/01-fix_interpreter.patch
new file mode 100644
index 0000000..a84d623
--- /dev/null
+++ b/debian/patches/01-fix_interpreter.patch
@@ -0,0 +1,16 @@
+From: David Paleino <dapal at debian.org>
+Subject: use a correct interpreter line
+Forwarded: no
+
+---
+ tilestache.cgi |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- tilestache.orig/tilestache.cgi
++++ tilestache/tilestache.cgi
+@@ -1,4 +1,4 @@
+-#!/opt/local/bin/python
++#!/usr/bin/env python
+ 
+ import os
+ import TileStache
diff --git a/debian/patches/01-fix_manpages.patch b/debian/patches/01-fix_manpages.patch
deleted file mode 100644
index 7db5887..0000000
--- a/debian/patches/01-fix_manpages.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: David Paleino <dapal at debian.org>
-Subject: fix minor issue (hyphen-used-as-minus-sign)
-Forwarded: no
-
----
- man/tilestache-seed.1 |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- tilestache.orig/man/tilestache-seed.1
-+++ tilestache/man/tilestache-seed.1
-@@ -10,7 +10,7 @@ This manual page documents briefly the \
- \fBtilestache-seed\fR seeds a single layer in your TileStache configuration.
- No images are returned, but TileStache ends up with a pre-filled cache.
- Bounding box is given as a pair of lat/lon coordinates, e.g. "37.788
---122.349 37.833 -122.246". Output is a list of tile paths as they are
-+\-122.349 37.833 \-122.246". Output is a list of tile paths as they are
- created.
- .br
- Configuration, BBox, and Layer options are required.
diff --git a/debian/patches/series b/debian/patches/series
index 5f301eb..572f108 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-use_system_font.patch
-01-fix_manpages.patch
+#01-fix_manpages.patch
+01-fix_interpreter.patch

-- 
map tiles caching system



More information about the Pkg-grass-devel mailing list