python-chameleon 2.6.1-1 source package in Ubuntu

Changelog

python-chameleon (2.6.1-1) unstable; urgency=low

  * Team upload.
  * New upstream release. Closes: #640112.
  * Switch from now deprecated dh_pycentral to dh_python2. Closes: #616997.
    + debian/rules:
      - Use dh_python2 instead of dh_pycentral.
      - Remove namespace hack as it's supposed to be handled by dh_python2.
    + debian/control:
      - Remove python-central from Build-Depends.
      - Bump python-all Build-Depends to 2.6.6-3~.
      - Remove XB-Python-Version field.
  * debian/install, debian/dirs:
    + Add reference manual to /usr/share/doc/python-chameleon/manual/  
  * debian/rules:
    + Avoid renaming Makefile by passing explicitly --buildsystem to dh.
    + Add upstream changelog.
  * Switch to 3.0 (quilt) source format.
    + debian/source/options:
      - Ignore changes in *.egg-info directory otherwise building twice fails.
  * debian/control:
    + Add Homepage field.
    + Bump Standards-Version to 3.9.2. No changes needed.
    + Wrap Uploaders and Build-Depends fields.
    + Rename XS-Vcs-Svn to Vcs-Svn and add Vcs-Browser (now supported by dpkg).
    + Depends on python >= 2.7 as ordereddict is not available yet (#649895).
  * Switch debian/copyright to DEP5.
  * debian/tests/all:
    + Specify explicitly testfilter, otherwise van-py.deb translates package
      name to Chameleon.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  16 Dec 2011 16:27:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Fabio Tranchitella
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-chameleon_2.6.1.orig.tar.gz 136.3 KiB c4e8fde4f49e698ad6421043379109c582d5638e0ccefed2302632d3304c3758
python-chameleon_2.6.1-1.debian.tar.gz 4.1 KiB 07ce40abe8f59ea22f400af25a131a66a018a963fb8d24c6bf251a92e5b56cdc
python-chameleon_2.6.1-1.dsc 1.4 KiB 70cdb1e4518dec05a0efb22a16ac7a055f0bbc63eba10691550ed58c37d00815

Available diffs

View changes file

Binary packages built by this source

python-chameleon: XML-based template compiler

 Chameleon compiles templates to Python byte-code. It includes a complete
 implementation of the Zope Page Templates (ZPT) language.
 .
 The engine itself performs 10-15 times better than the reference
 implementation and real-world benchmarks show an overall performance
 improvement in complex applications of 30-50%.