cheetah (2.4.4-2ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  (LP: #795714) Remaining changes:
    - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.
    - Drop Build-Depends on python-markup, as it's in universe and only
      used -- if available -- for tests
  * Dropped changes:
    - debian/rules: Run testsuite cheetah/Tests/Test.py during build 
    - debian/rules: Add PATH=$(CURDIR)/build/scripts-$buildver:$PATH 
      and PYTHONPATH=$(CURDIR)/build/lib.*-$buildver when running 
      testsuitej
      + debian runs test suite now
    - Add debian/patches/02_fedora_cheetah_2.7_compat.patch from Fedora to
      + This is fixed in upstream cheetah now.

 -- Scott Moser <smoser@ubuntu.com>  Fri, 10 Jun 2011 15:55:11 -0400

cheetah (2.4.4-2) unstable; urgency=low

  * Upload to unstable.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 14 Apr 2011 00:46:00 +0900

cheetah (2.4.4-1) experimental; urgency=low

  * New upstream release.
    + Cheetah now officially supports python 2.7. Closes: #605422.
      - Require python-support >= 1.0.12 as Build-Depends.
      - Require python-all-dev >= 2.6.6-9 as Build-Depends.
      - Require python-setuptools >= 0.6.14-5 as Build-Depends.
  * debian/control:
    + Bump Standards-Version to 3.9.1. No changes needed.
  * Add debian/patches/fix_compile_with_utf8_attribute.patch:
    + UnicodeEncodeError exception raised when an attribute is an UTF-8
      string. Thanks to Carles Muñoz Gorriz. Closes: #584966.
  * debian/rules:
    + Run test suites for all Python versions during the build.
      Closes: #606517.

 -- Arnaud Fontaine <arnau@debian.org>  Sat, 25 Dec 2010 14:14:19 +0900

cheetah (2.4.3-0ubuntu3) natty; urgency=low

  * debian/control:
    - Drop Build-Depends on python-markup, as it's in universe and only
      used -- if available -- for tests

 -- Michael Terry <mterry@ubuntu.com>  Fri, 03 Dec 2010 08:43:41 -0500

cheetah (2.4.3-0ubuntu2) natty; urgency=low

  [ Clint Byrum ]
  * Merge from debian unstable.  (LP: #680946) Remaining changes:
    - debian/rules: Add PATH=$(CURDIR)/build/scripts-$buildver:$PATH 
      and PYTHONPATH=$(CURDIR)/build/lib.*-$buildver when running 
      testsuite.
    - debian/rules: Run testsuite cheetah/Tests/Test.py during build 
      - src/Tests/Test.py was renamed to cheetah/Tests/Test.py upstream
    - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.
  * Dropped changes:
     - debian/patches/python-2.6-warning-fix.patch: Fix deprecation 
       warning when using python 2.6 -- Applied upstream
     - debian/control: Add ${misc:Depends}. -- in debian package now
     - Run testsuite but don't fail the build right now -- All tests 
       pass now, and testsuite always returns 0 anyway
     - debian/rules: Ignore failures of individual runs rather than of
       the for loop; allows testing all python versions when the 
       testsuite fails. -- tests seem to always return 0
  * Re-adding changelog entries dropped in 2.4.3-0ubuntu1
  * Removing test.strace which is not in 2.4.3 upstream source

  [ Michael Terry ]
  * debian/control.in, debian/patches/01_eggify.patch,
    debian/pycompat:
    - Dropped, as they were dropped in Debian
  * debian/copyright, debian/watch:
    - Update to what's in Debian
  * debian/control:
    - Drop python:Provides and python:Versions as Debian did

 -- Michael Terry <mterry@ubuntu.com>  Wed, 24 Nov 2010 12:47:40 -0500

cheetah (2.4.3-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Update debian/rules for new test path
    - Add debian/patches/02_fedora_cheetah_2.7_compat.patch from Fedora to
      fix Python 2.7 compatibility
    - Drop debian/patches/02_clean_modules.patch and
      03_ptyhon-2.6-warning-fix.patch 

 -- Barry Warsaw <barry@ubuntu.com>  Tue, 19 Oct 2010 15:11:11 -0400

cheetah (2.4.2.1-1) unstable; urgency=low

  * New upstream release.
    + Add python-memcache to Suggests in debian/control as the old bundled
      memcached module has been dropped.
    + Add debian/patches/fix_ftbfs_c_extension_python25.patch to allow
      building the C extension on Python <= 2.5.
  * Switch to dpkg-source 3.0 (quilt) format.

 -- Arnaud Fontaine <arnau@debian.org>  Tue, 30 Mar 2010 22:59:59 +0100

cheetah (2.4.1-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release. Closes: #568787.
    + Drop all patches as they have already been applied.
    + Update download URL in debian/watch and debian/copyright.
    + Add R. Tyler Ballance as copyright holder in debian/copyright as he
      is now the upstream author.
    + Add python-pygments to Suggests in debian/control.
  * debian/control:
    + Update Standards-Version to 3.8.4. No changes needed.
    + Drop useless Replaces and Conflicts.
    + Add ${misc:Depends} to Depends in case the result of calls debhelper
      tools adds extra dependencies.
    + Remove useless debian/pycompat and bump python-support minimum
      version to 0.9.0.
  * debian/copyright:
    + Update copyright years.

  [ Sandro Tosi ]
  * debian/control:
    - Switch Vcs-Browser field to viewsvn.

 -- Arnaud Fontaine <arnau@debian.org>  Wed, 10 Feb 2010 02:27:47 +0000

cheetah (2.0.1-2ubuntu7) lucid; urgency=low

  * Rebuild dropping the extension for python2.5.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 01 Feb 2010 22:04:53 +0000

cheetah (2.0.1-2ubuntu6) karmic; urgency=low

  * Add PATH=$(CURDIR)/build/scripts-$buildver:$PATH and
    PYTHONPATH=$(CURDIR)/build/lib.*-$buildver when running testsuite.
  * Ignore failures of individual runs rather than of the for loop; allows
    testing all python versions when the testsuite fails.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sun, 27 Sep 2009 13:31:05 +0200

cheetah (2.0.1-2ubuntu5) karmic; urgency=low

  * Run testsuite src/Tests/Test.py during build but don't fail the build
    right now as it's failing 30 tests out of 2066.

 -- Loïc Minier <loic.minier@ubuntu.com>  Fri, 25 Sep 2009 00:33:38 +0200

cheetah (2.0.1-2ubuntu4) karmic; urgency=low

  * Rename Vcs-* to XS-Debian-Vcs-*.
  * Add ${misc:Depends}.
  * Fix typos notably in patch name in previous changelog entry.

 -- Loïc Minier <loic.minier@ubuntu.com>  Thu, 24 Sep 2009 21:11:22 +0200

cheetah (2.0.1-2ubuntu3) jaunty; urgency=low

  * debian/patches/python-2.6-warning-fix.patch: Fix deprecation warning
    when using python 2.6

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 31 Mar 2009 10:31:22 -0400

cheetah (2.0.1-2ubuntu2) jaunty; urgency=low

  * Fix spelling of Original in the control file. 

 -- Steve Kowalik <stevenk@ubuntu.com>  Sun, 29 Mar 2009 21:45:47 +1100

cheetah (2.0.1-2ubuntu1) jaunty; urgency=low

  * Rebuild for python2.6 transition. 

 -- Chuck Short <zulcss@ubuntu.com>  Sun, 01 Mar 2009 18:26:56 -0500

cheetah (2.0.1-2) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New email address.
  * debian/control:
    + Update Standards-Version to 3.7.3. No changes needed.
    + Change Section field from text to python (python extension).
    + Build-Depends on at least python-setuptools 0.6b3 instead of
      0.6b3-1 in order to facilitate backporting.

  [ Sandro Tosi ]
  * debian/control
    + Uniforming Vcs-Browser field.

 -- Arnaud Fontaine <arnau@debian.org>  Sat, 23 Feb 2008 12:40:22 +0000

cheetah (2.0.1-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release. Closes: #451766.
    + Update debian/patches/02_clean_modules.patch.
  * debian/NEWS:
    + Fix lintian warning on the first changelog entry.
  * debian/watch:
    + Fix uversionmangle regex for stable versions.
  * debian/copyright:
    + Add package license.
  
  [ Piotr Ożarowski ]
  * debian/control:
    + Add Homepage field.
    + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).

 -- Arnaud Fontaine <arnaud@andesi.org>  Sun, 18 Nov 2007 14:59:06 +0000

cheetah (2.0~rc8-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release.
  * Add debian/watch file.
  * debian/copyright:
    + Update years and maintainer.
  * debian/control*:
    + Add Homepage field.
    + Add XS-Vcs-Browser field.
    + Build-Depends on python-support >= 0.6.4.
    + Add DPMT as uploaders.
  * debian/rules:
    + Remove egg stuff.

  [ Piotr Ozarowski ]
  * debian/control:
    + Add XS-Vcs-Svn field.

 -- Arnaud Fontaine <arnaud@andesi.org>  Wed, 11 Jul 2007 14:45:50 +0200

cheetah (2.0~rc7-1) unstable; urgency=low

  * New upstream release.
  * Remove the interpreter line from all modules.
  * New maintainer. Closes: #376189.
  * Acknowledge NMU. Closes: #373265, #366759.
  * Add debian/control.in and regenerates debian/control.

 -- Arnaud Fontaine <arnaud@andesi.org>  Wed, 26 Jul 2006 22:03:15 +0200

cheetah (1.0-1.1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * Non-maintainer upload.
  * Update Standards-Version to 3.7.2. No changes needed.
  * Remove cheetah-common package.
  * Add egg support.  Thanks to Piotr Ozarowski
    <ozarow@gmail.com>. Closes: #366759.
  * Remove alternatives which are no more needed since pythonX.Y-cheetah
    are folded into python-cheetah.
    + Remove pythonX.Y-cheetah.postinst.in and pythonX.Y-cheetah.prerm.in
      in debian/.
    + Remove *.links files in favor of debian/links.
    + Remove *.manpages files in favor of debian/manpages.
    + Clean debian/rules.
  * New Python policy changes. Closes: #373265.
    + Update debian/cheetah.1 and debian/README.Debian:
    + Add debian/pyversions and debian/pycompat.
    + debian/compat:
      - Update debhelper compatibility to 5.
    + debian/rules:
      - Add DEB_PYTHON_SYSTEM=pysupport.
    + debian/control:
      - Update Build-Depends.
      - Add XB-Python-Version for binary package.
      - Add Conflicts and Replaces fields against previous revisions.

  [ Raphael Hertzog ]
  * Sponsoring upload.
  * Improvements in the rules file. Rename egg-info directory soon enough so
    that dh_pysupport can decide to share it.
  * Updated README.Debian.

 -- Raphael Hertzog <hertzog@debian.org>  Fri, 30 Jun 2006 19:11:25 +0200

cheetah (1.0-1) unstable; urgency=low

  * New upstream version.  Closes: #344977
  * debian/NEWS, debian/README.Debian: Updated to reflect new info.
  * debian/control, debian/rules: Dropped build support for python2.2-cheetah
    package. Closes: #351120

 -- Chad Walstrom <chewie@debian.org>  Fri,  3 Feb 2006 13:50:19 -0600

cheetah (0.9.16-1) unstable; urgency=high

  * debian/rules, debian/patches: Added simple-patchsys so we can
    apply security patches.
  * debian/patches/309648-tmpfix.patch: Kenshi Muto grabbed this one
    from the cheetahtemplate CVS.  Upstream rewrote how imports were
    handled, removing the need to use temp files and eliminating this
    security breech.  Closes: #309648
  * debian/control: Added version dependency for cdbs, required to support
    Python 2.4.

 -- Chad Walstrom <chewie@debian.org>  Sat, 21 May 2005 12:40:10 -0500

cheetah (0.9.16-0) unstable; urgency=low

  * New upstream.  Closes: #295957
  * debian/cheetah.1: Dedicated the manpage to the Public Domain.
  * debian/NEWS: Noted code incompatibility between 0.9.15 and 0.9.16.
  * debian/pythonX.Y-cheetah.*: Replaced maintainer scripts with sed templates
  * debian/control, debian/rules: Added python2.4-cheetah package.
    Dropped python2.1-cheetah package.

 -- Chad Walstrom <chewie@debian.org>  Tue,  5 Apr 2005 17:03:44 -0500

cheetah (0.9.15-5) unstable; urgency=low

  * First unstable release!
  * debian/rules:
    - Removed all traces of incorrect linking for python-cheetah.
    - Excluded .arch-ids directories from cheetah-common examples
    - Replaced entire first line of cheetah and cheetah-compile scripts
      instead of selectively appending python version.
  * debian/control:
    - Cleaned up package descriptions to follow the control file style guide
      more closely.
    - Removed ${python:Depends}.  Causing incorrect dependencies on multiple
      versions of Python.  You could install python2.1-cheetah only if python
      >= 2.3 was installed.

 -- Chad Walstrom <chewie@debian.org>  Tue, 30 Mar 2004 18:47:41 -0600

cheetah (0.9.15-4) experimental; urgency=low

  * The "I was sleeping on the job" release.
  * Moved debian/python-cheetah.manpages to debian/cheetah-common.manpages.
    Manpages installed in wrong package.
  * debian/rules: Install examples in cheetah-common. No, really!  I mean it
    this time!

 -- Chad Walstrom <chewie@debian.org>  Wed, 17 Mar 2004 22:22:55 -0600

cheetah (0.9.15-3) experimental; urgency=low

  * Last experimental upload!  Please test and report bugs to the BTS!
  * debian/control: (NEW) cheetah-common package for common docs, manpages,
    and examples.  Versioned dependencies for cheetah-common were added to
    pythonX.Y-cheetah packages.
  * debian/rules: Cleaned up per package post-install targets.  Added linking
    scripts for manpages and examples directories.
  * cheetah.1: (NEW) Debian manpage for cheetah and cheetah-compile.
  * examples directory included in cheetah-common package.

 -- Chad Walstrom <chewie@debian.org>  Tue, 16 Mar 2004 12:38:08 -0600

cheetah (0.9.15-2) experimental; urgency=low

  * Moved update-alternatives call to *.prerm.

 -- Chad Walstrom <chewie@debian.org>  Thu,  5 Feb 2004 09:46:25 -0600

cheetah (0.9.15-1) experimental; urgency=low

  * Initial Release.
  * Answers the call to package cheetah-template. Closes: #135456

 -- Chad Walstrom <chewie@debian.org>  Fri, 23 Jan 2004 23:54:05 -0600

