[Python-modules-commits] r2702 - in /packages/cheetah/trunk/debian: changelog control control.in pycompat watch
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Wed Jul 11 13:09:21 UTC 2007
Author: arnau-guest
Date: Wed Jul 11 13:09:21 2007
New Revision: 2702
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2702
Log:
New upstream release
Added:
packages/cheetah/trunk/debian/pycompat
packages/cheetah/trunk/debian/watch
Modified:
packages/cheetah/trunk/debian/changelog
packages/cheetah/trunk/debian/control
packages/cheetah/trunk/debian/control.in
Modified: packages/cheetah/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/changelog?rev=2702&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/changelog (original)
+++ packages/cheetah/trunk/debian/changelog Wed Jul 11 13:09:21 2007
@@ -1,8 +1,16 @@
-cheetah (2.0~rc7-2) UNRELEASED; urgency=low
+cheetah (2.0~rc8-1) unstable; urgency=low
- * Added XS-Vcs-Svn field
+ [ Arnaud Fontaine ]
+ * New upstream release.
+ * Added debian/watch file.
+ * debian/control:
+ + Added Homepage field.
- -- Piotr Ozarowski <ozarow at gmail.com> Thu, 23 Nov 2006 14:44:38 +0100
+ [ Piotr Ozarowski ]
+ * debian/control:
+ + Added XS-Vcs-Svn field.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Wed, 11 Jul 2007 14:45:50 +0200
cheetah (2.0~rc7-1) unstable; urgency=low
Modified: packages/cheetah/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/control?rev=2702&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/control (original)
+++ packages/cheetah/trunk/debian/control Wed Jul 11 13:09:21 2007
@@ -12,6 +12,7 @@
Replaces: python2.3-cheetah (<< 1.0-1.1), python2.4-cheetah (<< 1.0-1.1), cheetah-common (<< 1.0-1.1)
Conflicts: python2.3-cheetah (<< 1.0-1.1), python2.4-cheetah (<< 1.0-1.1), cheetah-common (<< 1.0-1.1)
Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
Description: text-based template engine and Python code generator
Cheetah can be used as a standalone templating utility or referenced as a
library from other Python applications. It has many potential uses, but web
@@ -37,3 +38,5 @@
Cheetah integrates tightly with Webware for Python
(http://webware.sourceforge.net/): a Python application server and persistent
servlet framework.
+ .
+ Homepage: http://www.cheetahtemplate.org/
Modified: packages/cheetah/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/control.in?rev=2702&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/control.in (original)
+++ packages/cheetah/trunk/debian/control.in Wed Jul 11 13:09:21 2007
@@ -4,6 +4,7 @@
Maintainer: Arnaud Fontaine <arnaud at andesi.org>
Build-Depends: @cdbs@, python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/cheetah/trunk/
Package: python-cheetah
Architecture: any
@@ -37,3 +38,5 @@
Cheetah integrates tightly with Webware for Python
(http://webware.sourceforge.net/): a Python application server and persistent
servlet framework.
+ .
+ Homepage: http://www.cheetahtemplate.org/
Added: packages/cheetah/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/pycompat?rev=2702&op=file
==============================================================================
--- packages/cheetah/trunk/debian/pycompat (added)
+++ packages/cheetah/trunk/debian/pycompat Wed Jul 11 13:09:21 2007
@@ -1,0 +1,1 @@
+2
Added: packages/cheetah/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/watch?rev=2702&op=file
==============================================================================
--- packages/cheetah/trunk/debian/watch (added)
+++ packages/cheetah/trunk/debian/watch Wed Jul 11 13:09:21 2007
@@ -1,0 +1,3 @@
+version=3
+opts=uversionmangle=s/([\d.]*)(\w*)/$1~$2/ \
+ http://qa.debian.org/watch/sf.php/cheetahtemplate/ Cheetah-([\d.\w]*).tar.gz
More information about the Python-modules-commits
mailing list