python-chameleon - XML-based template compiler
# sudo apt-get update
# sudo apt-get install python-chameleon
2015-10-28 - Barry Warsaw <barry@debian.org> python-chameleon (2.24-1) unstable; urgency=medium * New upstream release. (Closes: #802130) * d/tests/control: Use simpler Test-Command syntax. * d/tests/all{,-3}: Removed.
2015-06-02 - Barry Warsaw <barry@debian.org> python-chameleon (2.22-1) unstable; urgency=medium * New upstream release. * d/control: Bump Standards-Version to 3.9.6 with no other changes needed. * d/watch: Use the pypi.debian.net redirector. * d/copyright: Update license information for PSF licensed files. (Closes: #752293)
2014-11-12 - Arnaud Fontaine <arnau@debian.org> python-chameleon (2.16-4) unstable; urgency=medium * Team upload. * d/control: Add missing python-chameleon-doc Breaks/Replaces against python-chameleon. Thanks to Andreas Beckmann. Closes: #768205.
2014-06-28 - Barry Warsaw <barry@debian.org> python-chameleon (2.16-3) unstable; urgency=medium * d/tests: - Add all-3 test for Python 3. - Simplify tests to just make sure the module is importable.
2014-06-23 - Barry Warsaw <barry@debian.org> python-chameleon (2.16-2) unstable; urgency=medium * d/control: - Add myself to Uploaders. - Suggest the python-chameleon-doc package instead of Recommending it.
2014-06-17 - Barry Warsaw <barry@debian.org> python-chameleon (2.16-1) unstable; urgency=medium * Team upload. [ Gediminas Paulauskas ] * debian/tests/control: correctly spell python-zope.i18n. Closes: #747388 [ Barry Warsaw ] * New upstream release. * debian/patches/do_not_download_distribute.patch: Removed; obsolete. * debian/control: - Added python3-chameleon and python-chameleon-doc binary packages. - Added necessary Build-Depends for Python 3. - Added X-Python3-Version header. - Removed build dependency on python-van.pydeb (which isn't available for Python 3) and switched it to dh-python (for pybuild). - Updated python-chameleon binary package headers for better compatibility with pybuild. * debian/install -> debian/python-chameleon-doc.install * debian/rules: Convert to pybuild build system and add Python 3 support.
2014-02-06 - Arnaud Fontaine <arnau@debian.org> python-chameleon (2.6.1-2) unstable; urgency=medium * Team upload. * debian/control: + Bump Standards-Version to 3.9.5. - debian/copyright: Fix Format URL as version 1.0 of the specification has been released. + Make Vcs-Svn URL canonical (lintian). + Add "XS-Testsuite: autopkgtest". Closes: #692667. * debian/tests/control: + Remove Features field not needed as per autopkgtest document. * debian/patches/do_not_download_distribute.patch: + Do not download distribute which was leading to FTBFS. Thanks to Sebastian Ramacher. Closes: #733431.