debian/0000775000000000000000000000000012014650253007166 5ustar debian/control0000664000000000000000000000147312014650245010577 0ustar Source: tilestache Section: web Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GIS Project Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , python (>= 2.6.6-3~) Standards-Version: 3.9.3 Homepage: http://tilestache.org Vcs-Git: git://git.debian.org/pkg-grass/tilestache.git Vcs-Browser: http://git.debian.org/?p=pkg-grass/tilestache.git;a=summary Package: tilestache Architecture: all Depends: ${python:Depends} , ${misc:Depends} , python-modestmaps (>= 1.3.0) , python-werkzeug , ttf-dejavu-core Recommends: python-mapnik2 Description: map tiles caching system TileStache is a Python-based server application that can serve up map tiles based on rendered geographic data. debian/doc-base0000664000000000000000000000043212014650245010566 0ustar Document: tilestache Title: TileStache Manual Author: Michal Migurski Abstract: This manual describes what TileStache is and how it can be used. Section: Science/Geoscience Format: HTML Index: /usr/share/doc/tilestache/html/index.html Files: /usr/share/doc/tilestache/html/*.html debian/examples0000664000000000000000000000003612014650245010727 0ustar tilestache.cfg tilestache.cgi debian/watch0000664000000000000000000000010512014650245010214 0ustar version=3 http://tilestache.org/download/TileStache-(\d+.*)\.tar\.gz debian/source/0000775000000000000000000000000012014650253010466 5ustar debian/source/format0000664000000000000000000000001412014650245011675 0ustar 3.0 (quilt) debian/install0000664000000000000000000000004612014650245010560 0ustar doc/* /usr/share/doc/tilestache/html/ debian/rules0000775000000000000000000000073212014650245010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PREFIX := $(CURDIR)/debian/tilestache/ %: dh $@ \ --with python2 override_dh_auto_install: dh_auto_install rm -rf $(PREFIX)/usr/share/tilestache # rename the binaries 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 debian/manpages0000664000000000000000000000000612014650245010701 0ustar man/* debian/compat0000664000000000000000000000000212014650245010365 0ustar 8 debian/docs0000664000000000000000000000000712014650245010037 0ustar README debian/patches/0000775000000000000000000000000012014650253010615 5ustar debian/patches/00-use_system_font.patch0000664000000000000000000000144012014650245015301 0ustar From: David Paleino Subject: use system-wide font Origin: vendor Forwarded: not-needed --- TileStache/Goodies/Providers/Grid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- tilestache.orig/TileStache/Goodies/Providers/Grid.py +++ tilestache/TileStache/Goodies/Providers/Grid.py @@ -139,8 +139,9 @@ class UTM: self.spacing = int(spacing) self.tick = int(tick) - file = 'DejaVuSansMono-alphanumeric.ttf' + file = 'DejaVuSansMono.ttf' dirs = [dirname(__file__), + sys.prefix + '/share/fonts/truetype/ttf-dejavu', abspath(pathjoin(dirname(__file__), '../../../share/tilestache')), sys.prefix + '/local/share/tilestache', sys.prefix + '/share/tilestache'] debian/patches/02-fix_shebang.patch0000664000000000000000000000063312014650245014335 0ustar From: David Paleino 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, path from tempfile import mkstemp from thread import allocate_lock debian/patches/01-fix_manpages.patch0000664000000000000000000000242112014650245014515 0ustar From: David Paleino 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. debian/patches/series0000664000000000000000000000010412014650245012026 0ustar 00-use_system_font.patch 01-fix_manpages.patch 02-fix_shebang.patch debian/changelog0000664000000000000000000000720412014650245011044 0ustar tilestache (1.31.0-1ubuntu1) quantal; urgency=low * Merge from Debian unstable. Remaining change: - Change Recommends from python-mapnik to python-mapnik2 for the python-mapnik transition. -- Logan Rosen Wed, 08 Aug 2012 20:30:20 -0400 tilestache (1.31.0-1) unstable; urgency=low * New upstream version * Updated debian/copyright * Standards-Version bumped to 3.9.3, no changes needed -- David Paleino Sun, 08 Apr 2012 09:32:09 +0200 tilestache (1.27.1-1ubuntu1) quantal; urgency=low * Merge from Debian unstable. Remaining changes: - Change Recommends from python-mapnik to python-mapnik2 for the python-mapnik transition. -- Mahyuddin Susanto Sun, 06 May 2012 14:26:24 +0700 tilestache (1.27.1-1) unstable; urgency=low * New upstream version * Patches refreshed -- David Paleino Wed, 22 Feb 2012 18:37:50 +0100 tilestache (1.25.0-1) unstable; urgency=low * New upstream version * Updated copyright years -- David Paleino Sun, 05 Feb 2012 12:26:21 +0100 tilestache (1.21.3-1ubuntu1) precise; urgency=low * Merge from Debian testing. Remaining changes: - Change Recommends from python-mapnik to python-mapnik2 for the python-mapnik transition. -- Mahyuddin Susanto Tue, 17 Jan 2012 10:42:20 +0700 tilestache (1.21.3-1) unstable; urgency=low * New upstream version * Make lintian happier about the copyright * Fix hyphen-used-as-minus-sign in tilestache-seed.1 * Bump dependency on modestmaps >= 1.3.0 -- David Paleino Thu, 29 Dec 2011 19:07:10 +0100 tilestache (1.19.0-1ubuntu1) precise; urgency=low * Change Recommends from python-mapnik to python-mapnik2 for the python-mapnik transition and revert my previous upload. Thanks to Andreas Moog for the intimation. (Closes: #649305) -- Bhavani Shankar Sun, 20 Nov 2011 00:47:52 +0530 tilestache (1.19.0-1build1) precise; urgency=low * No change rebuild against the latest python-mapnik. -- Bhavani Shankar Sun, 20 Nov 2011 00:42:51 +0530 tilestache (1.19.0-1) unstable; urgency=low * New upstream version * Package switched from pysupport to dh_python2 * Fixed copyright file * Fix installed manpages -- David Paleino Tue, 13 Sep 2011 09:14:24 +0200 tilestache (1.10.6-1) unstable; urgency=low * New upstream version * Standards-Version bump to 3.9.2, no changes needed * 00-use_system_font.patch refreshed -- David Paleino Mon, 25 Apr 2011 22:53:57 +0200 tilestache (1.9.0-1) unstable; urgency=low * New upstream release -- David Paleino Sat, 02 Apr 2011 17:04:11 +0200 tilestache (1.8.0-1) unstable; urgency=low * New upstream release * 01-fix_interpreter.patch dropped, fixed upstream -- David Paleino Fri, 25 Mar 2011 20:52:01 +0100 tilestache (1.7.2-1) unstable; urgency=low * New upstream release * Maintainer set to Debian GIS * debian/patches/* refreshed -- David Paleino Fri, 04 Feb 2011 12:46:12 +0100 tilestache (1.6.1-1) unstable; urgency=low * New upstream release * Add Depends on python-werkzeug (used by tilestache-server) * Manpages have been merged upstream, fix their location * Fix hyphen-used-as-minus-sign (01-fix_manpages.patch) * Add manpage for tilestache-server -- David Paleino Mon, 24 Jan 2011 16:37:24 +0100 tilestache (1.2.2-1) unstable; urgency=low * Initial release (Closes: #603050) -- David Paleino Mon, 15 Nov 2010 22:14:57 +0100 debian/copyright0000664000000000000000000001062512014650245011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TileStache Upstream-Source: http://tilestache.org/download/ Files: debian/* Copyright: © 2010-2012, David Paleino License: BSD Files: * Copyright: © 2010-2012, Michal Migurski © 2010, Aaron Cope License: BSD X-Comment: not yet included in the tarball, https://github.com/migurski/TileStache/commit/30aeaa3c111e6c21bacbc6ad8276114bd85d9305 Files: TileStache/Goodies/Providers/DejaVuSansMono-alphanumeric.ttf Copyright: © 2003, Bitstream, Inc. License: other License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . - Neither the name of the project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: other Bitstream Vera Fonts Copyright ------------------------------ . Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. . Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: . The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. . The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". . This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. . The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. . THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. . Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.