tilecache - Web map tile caching system
# sudo apt-get update
# sudo apt-get install tilecache
2016-01-17 - Bas Couwenberg <sebastic@debian.org> tilecache (2.11+ds-2) unstable; urgency=medium * Team upload. * Add patch to fix 'unbalanced parenthesis' error. (closes: #811262) * Enable parallel builds.
2015-08-24 - Bas Couwenberg <sebastic@debian.org> tilecache (2.11+ds-1) unstable; urgency=medium * Team upload. [ Andrew Harvey ] * Update tilecache man page. (closes: #648404) [ Bas Couwenberg ] * Restructure control file with cme, changes: - Migrate from XS-Python-Version to X-Python-Version - Drop unneeded version constrainsts - Update Vcs-* fields to use canonical URLs * Add upstream metadata. * Bump debhelper compatibility to 9. * Update copyright file using copyright-format 1.0. * Add gbp.conf to use pristine-tar by default. * Repack upstream tarball to fix tar-errors-from-source issues. * Don't start description synopsis with an article. * Use packaged OpenLayers.js & underscore.js. * Bump Standards-Version to 3.9.6, changes: - canonical Vcs-* URLs - copyright-format 1.0
2015-08-24 - Andrey Rahmatullin <wrar@debian.org> tilecache (2.11-2.1) unstable; urgency=medium * Non-maintainer upload. * Port from python-support to dh-python (Closes: #786000)
2011-02-12 - David Paleino <dapal@debian.org> tilecache (2.11-2) unstable; urgency=low * Upload to unstable.
2010-11-06 - David Paleino <dapal@debian.org> tilecache (2.11-1) experimental; urgency=low * New upstream version * New maintainer. Package is now maintained by the Debian GIS Team. * debian/source/format: use 3.0 (quilt) * debian/compat bumped to 8 * debian/control: - debhelper B-D bumped to >= 8 - B-D-I field rewrapped - Vcs-* fields added - binary Depends, Recommends and Suggests fields rewrapped - Standards-Version bumped to 3.9.1 - added B-D-I on python-sphinx * debian/copyright updated to DEP-5, added missing info * debian/docs, debian/examples updated * debian/clean added * debian/rules: - rewritten to use dh7 - build HTML documentation * debian/install added, install HTML documentation * debian/doc-base added
2010-11-14 - David Paleino <dapal@debian.org> tilecache (2.03-2) unstable; urgency=low * Package adopted. * Acknowledge all previous NMUs.
2010-11-05 - Francesco Paolo Lovergine <frankie@debian.org> tilecache (2.03-1.4) unstable; urgency=high * Non-maintainer upload. * Patching against a bad disk cache locking issue, as detailed in http://lists.osgeo.org/pipermail/tilecache/2009-May/001858.html See also http://trac.osgeo.org/tilecache/changeset/391/ for proper fix. Thanks crschmidt and Ivan Mincik for reporting.
2010-04-10 - Jakub Wilk <jwilk@debian.org> 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.
2009-10-11 - Sandro Tosi <morph@debian.org> tilecache (2.03-1.2) unstable; urgency=low * Non-maintainer upload to make the package ready for Python 2.6; thanks to Josselin Mouette for the report; Closes: #547864 - debian/control + build-depends on python (>= 2.5.4-1~) - debian/rules + added python.mk inclusion + used $(py_setup_install_args) at install time + used '*-packages' instead of 'site-packages'
2009-04-10 - Sandro Tosi <morph@debian.org> tilecache (2.03-1.1) unstable; urgency=medium * Non-maintainer upload. * debian/rules - move all the files operation before dh_pysupport call; thanks to Josselin Mouette for the bug report and patch; Closes: #517311