[Python-modules-commits] r3674 - in /packages/cheetah/trunk/debian: NEWS changelog patches/02_clean_modules.patch
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Sun Nov 18 17:07:42 UTC 2007
Author: arnau-guest
Date: Sun Nov 18 17:07:42 2007
New Revision: 3674
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3674
Log:
New upstream release
Modified:
packages/cheetah/trunk/debian/NEWS
packages/cheetah/trunk/debian/changelog
packages/cheetah/trunk/debian/patches/02_clean_modules.patch
Modified: packages/cheetah/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/NEWS?rev=3674&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/NEWS (original)
+++ packages/cheetah/trunk/debian/NEWS Sun Nov 18 17:07:42 2007
@@ -4,6 +4,8 @@
upstream changelog for more information on feature enhancements and bug fixes.
NOTE: python2.2-cheetah DROPPED. Debian no longer ships with Python 2.2.
+
+ -- Chad Walstrom <chewie at debian.org> Fri, 3 Feb 2006 13:50:19 -0600
cheetah (0.9.16-1) unstable; urgency=high
Modified: packages/cheetah/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/changelog?rev=3674&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/changelog (original)
+++ packages/cheetah/trunk/debian/changelog Sun Nov 18 17:07:42 2007
@@ -1,10 +1,17 @@
-cheetah (2.0~rc8-2) UNRELEASED; urgency=low
+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.
+
+ [ Piotr Ożarowski ]
* debian/control:
+ Add Homepage field.
- + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+ + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).
- -- Piotr Ożarowski <piotr at debian.org> Sat, 6 Oct 2007 23:46:19 +0200
+ -- Arnaud Fontaine <arnaud at andesi.org> Sun, 18 Nov 2007 14:59:06 +0000
cheetah (2.0~rc8-1) unstable; urgency=low
Modified: packages/cheetah/trunk/debian/patches/02_clean_modules.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/patches/02_clean_modules.patch?rev=3674&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/patches/02_clean_modules.patch (original)
+++ packages/cheetah/trunk/debian/patches/02_clean_modules.patch Sun Nov 18 17:07:42 2007
@@ -3,7 +3,7 @@
+++ src/CheetahWrapper.py 2006-08-21 12:51:56.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
- # $Id: CheetahWrapper.py,v 1.25 2006/02/04 00:59:46 tavis_rudd Exp $
+ # $Id: CheetahWrapper.py,v 1.26 2007/10/02 01:22:04 tavis_rudd Exp $
"""Cheetah command-line interface.
diff -urN src/Compiler.py src/Compiler.py
@@ -11,7 +11,7 @@
+++ src/Compiler.py 2006-08-21 12:51:58.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
- # $Id: Compiler.py,v 1.155 2007/04/04 00:28:35 tavis_rudd Exp $
+ # $Id: Compiler.py,v 1.156 2007/10/30 20:17:09 tavis_rudd Exp $
"""Compiler classes for Cheetah:
ModuleCompiler aka 'Compiler'
diff -urN src/DummyTransaction.py src/DummyTransaction.py
@@ -51,7 +51,7 @@
+++ src/ImportHooks.py 2006-08-21 12:52:09.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
- # $Id: ImportHooks.py,v 1.25 2006/06/20 19:23:27 tavis_rudd Exp $
+ # $Id: ImportHooks.py,v 1.27 2007/11/16 18:28:47 tavis_rudd Exp $
"""Provides some import hooks to allow Cheetah's .tmpl files to be imported
diff -urN src/ImportManager.py src/ImportManager.py
@@ -75,7 +75,7 @@
+++ src/Parser.py 2006-08-21 12:52:25.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
- # $Id: Parser.py,v 1.134 2007/04/04 00:28:50 tavis_rudd Exp $
+ # $Id: Parser.py,v 1.135 2007/11/16 18:26:01 tavis_rudd Exp $
"""Parser classes for Cheetah's Compiler
diff -urN src/Servlet.py src/Servlet.py
@@ -108,7 +108,7 @@
+++ src/Template.py 2006-08-21 12:52:34.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
- # $Id: Template.py,v 1.184 2007/04/04 00:56:05 tavis_rudd Exp $
+ # $Id: Template.py,v 1.185 2007/10/02 01:36:26 tavis_rudd Exp $
"""Provides the core API for Cheetah.
diff -urN src/TemplateCmdLineIface.py src/TemplateCmdLineIface.py
More information about the Python-modules-commits
mailing list