[SCM] tilestache branch, master, updated. debian/1.10.6-1-15-gd33e0fc

David Paleino dapal at debian.org
Thu Dec 29 18:11:28 UTC 2011


The following commit has been merged in the master branch:
commit 288b917a0991b6b180fe1238ec25ec12a97b9f0c
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 13 09:25:31 2011 +0200

    Fix hyphen-used-as-minus-sign in tilestache-seed.1

diff --git a/debian/changelog b/debian/changelog
index f0ac1c0..51bf73c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 tilestache (1.19.0-2) UNRELEASED; urgency=low
 
   * Make lintian happier about the copyright
+  * Fix hyphen-used-as-minus-sign in tilestache-seed.1
 
- -- David Paleino <dapal at debian.org>  Tue, 13 Sep 2011 09:23:53 +0200
+ -- David Paleino <dapal at debian.org>  Tue, 13 Sep 2011 09:25:16 +0200
 
 tilestache (1.19.0-1) unstable; urgency=low
 
diff --git a/debian/patches/01-fix_manpages.patch b/debian/patches/01-fix_manpages.patch
new file mode 100644
index 0000000..1ffaf82
--- /dev/null
+++ b/debian/patches/01-fix_manpages.patch
@@ -0,0 +1,24 @@
+From: David Paleino <dapal at debian.org>
+Subject: fix hyphen-used-as-minus-sign
+Origin: vendor
+Forwarded: no
+
+---
+ man/tilestache-seed.1 |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- tilestache.orig/man/tilestache-seed.1
++++ tilestache/man/tilestache-seed.1
+@@ -54,10 +54,10 @@ More information in http://tilestache.or
+ Optional output file for tiles, will be created as an MBTiles 1.1 tileset. See http://mbtiles.org for more information.
+ .TP
+ .B \-\-from\-mbtiles
+-Optional input file for tiles, will be read as an MBTiles 1.1 tileset. See http://mbtiles.org for more information. Overrides --extension, --bbox and --padding (this may change).
++Optional input file for tiles, will be read as an MBTiles 1.1 tileset. See http://mbtiles.org for more information. Overrides \-\-extension, \-\-bbox and \-\-padding (this may change).
+ .TP
+ .B \-\-tile\-list
+-Optional file of tile coordinates, a simple text list of Z/X/Y coordinates. Overrides --bbox and --padding.
++Optional file of tile coordinates, a simple text list of Z/X/Y coordinates. Overrides \-\-bbox and \-\-padding.
+ .TP
+ .B \-\-error\-list
+ Optional file of failed tile coordinates, a simple text list of Z/X/Y coordinates. If provided, failed tiles will be logged to this file instead of stopping tilestache-seed.
diff --git a/debian/patches/series b/debian/patches/series
index 56d9f0f..5f301eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00-use_system_font.patch
+01-fix_manpages.patch

-- 
map tiles caching system



More information about the Pkg-grass-devel mailing list