tags 571514 + pending thanks Dear maintainer,
I've prepared an NMU for tilecache (versioned as 2.03-1.3) and uploaded it to DELAYED/4. Please feel free to tell me if I should delay it longer. -- Jakub Wilk
diff -u tilecache-2.03/debian/changelog tilecache-2.03/debian/changelog
--- tilecache-2.03/debian/changelog
+++ tilecache-2.03/debian/changelog
@@ -1,3 +1,14 @@
+tilecache (2.03-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Be less strict when matching output of an doctest, which can differ
+ between Python versions (closes: #571514).
+ * Move the XS-Python-Version into the source package santza.
+ * Add ‘Depends: ${misc:Depends}’.
+ * Fix typos in the manual page.
+
+ -- Jakub Wilk <[email protected]> Sat, 10 Apr 2010 02:02:11 +0200
+
tilecache (2.03-1.2) unstable; urgency=low
* Non-maintainer upload to make the package ready for Python 2.6; thanks to
diff -u tilecache-2.03/debian/tilecache.8 tilecache-2.03/debian/tilecache.8
--- tilecache-2.03/debian/tilecache.8
+++ tilecache-2.03/debian/tilecache.8
@@ -226,20 +226,20 @@
.TP
.B metaSize
-A comma seperated pair of integers, which is used to
+A comma separated pair of integers, which is used to
determine how many tiles should be rendered when using
metaTiling. Default is 5,5.
.TP
.B resolutions
-Comma seperate list of resolutions you want the TileCache
+Comma separate list of resolutions you want the TileCache
instance to support.
.TP
.B size
-Comma seperated set of integers, describing the width/height
+Comma separated set of integers, describing the width/height
of the tiles. Defaults to 256,256
@@ -429,7 +429,7 @@
<Ctrl+D>
.fi
-... the seeding will then commence ...
+\&... the seeding will then commence ...
.SH CLEANING YOUR TILECACHE
diff -u tilecache-2.03/debian/control tilecache-2.03/debian/control
--- tilecache-2.03/debian/control
+++ tilecache-2.03/debian/control
@@ -5,13 +5,13 @@
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.3),
python-setuptools
+XS-Python-Version: >= 2.1
Standards-Version: 3.7.3
Homepage: http://tilecache.org/
Package: tilecache
Architecture: all
-XS-Python-Version: >= 2.1
-Depends: ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-imaging
Suggests: python-mapscript (>= 4.10), python-mapnik, memcached, python-memcache, python-boto, python-flup, python-paste, python-wsgiref
Description: a web map tile caching system
only in patch2:
unchanged:
--- tilecache-2.03.orig/tests/Service.txt
+++ tilecache-2.03/tests/Service.txt
@@ -2,8 +2,8 @@
(wsgi, cgi, mod_python) feed into it. You can see the properties::
>>> import TileCache.Service
- >>> dir(TileCache.Service)
- ['__class__', '__delattr__', '__doc__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__slots__', '__str__', '_load', '_loadFromSection', 'cache', 'config', 'dispatchRequest', 'expireTile', 'files', 'generate_crossdomain_xml', 'layers', 'load', 'loadFromSection', 'metadata', 'renderTile', 'tilecache_options']
+ >>> dir(TileCache.Service) #doctest: +ELLIPSIS
+ [..., '_load', '_loadFromSection', 'cache', 'config', 'dispatchRequest', 'expireTile', 'files', 'generate_crossdomain_xml', 'layers', 'load', 'loadFromSection', 'metadata', 'renderTile', 'tilecache_options']
Or you can create one. In general, this is generated via the config file,
but you can build one manually as well::
signature.asc
Description: Digital signature

