[Python-modules-commits] r11677 - in packages/cheetah/trunk/debian (8 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Feb 10 02:48:17 UTC 2010


    Date: Wednesday, February 10, 2010 @ 02:48:15
  Author: arnau
Revision: 11677

New upstream release

Modified:
  packages/cheetah/trunk/debian/changelog
  packages/cheetah/trunk/debian/control
  packages/cheetah/trunk/debian/copyright
  packages/cheetah/trunk/debian/rules
  packages/cheetah/trunk/debian/watch
Deleted:
  packages/cheetah/trunk/debian/control.in
  packages/cheetah/trunk/debian/patches/
  packages/cheetah/trunk/debian/pycompat

Modified: packages/cheetah/trunk/debian/changelog
===================================================================
--- packages/cheetah/trunk/debian/changelog	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/changelog	2010-02-10 02:48:15 UTC (rev 11677)
@@ -1,10 +1,28 @@
-cheetah (2.0.1-3) UNRELEASED; urgency=low
+cheetah (2.4.1-1) unstable; urgency=low
 
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+  [ 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 <morph at debian.org>  Mon, 03 Nov 2008 22:12:49 +0100
+  [ Sandro Tosi ]
+  * debian/control:
+    - Switch Vcs-Browser field to viewsvn.
 
+ -- Arnaud Fontaine <arnau at debian.org>  Wed, 10 Feb 2010 02:27:47 +0000
+
 cheetah (2.0.1-2) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/cheetah/trunk/debian/control
===================================================================
--- packages/cheetah/trunk/debian/control	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/control	2010-02-10 02:48:15 UTC (rev 11677)
@@ -3,19 +3,23 @@
 Priority: optional
 Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), patchutils (>= 0.2.25), python-setuptools (>= 0.6b3)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5.0.37.2),
+	       cdbs (>= 0.4.43),
+	       python-all-dev (>= 2.3.5-11),
+	       python-support (>= 0.9.0),
+	       python-setuptools (>= 0.6b3),
+	       python-markdown (>= 2.0.1)
+Standards-Version: 3.8.4
 Homepage: http://www.cheetahtemplate.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/cheetah/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/cheetah/trunk/
 
 Package: python-cheetah
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-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}
+Depends: ${python:Depends},
+	 ${shlibs:Depends},
+	 ${misc:Depends},
+Suggests: python-markdown (>= 2.0.1), python-pygments
 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,7 +41,3 @@
   * Provides a simple, yet powerful, caching mechanism that can dramatically
     improve the performance of a dynamic website.
   * Compiles templates into optimized, yet readable, Python code.
- .
- Cheetah integrates tightly with Webware for Python
- (http://webware.sourceforge.net/): a Python application server and persistent
- servlet framework.

Deleted: packages/cheetah/trunk/debian/control.in
===================================================================
--- packages/cheetah/trunk/debian/control.in	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/control.in	2010-02-10 02:48:15 UTC (rev 11677)
@@ -1,43 +0,0 @@
-Source: cheetah
-Section: text
-Priority: optional
-Maintainer: Arnaud Fontaine <arnau at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: @cdbs@, python-setuptools (>= 0.6b3-1)
-Standards-Version: 3.7.3
-Homepage: http://www.cheetahtemplate.org/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/cheetah/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/cheetah/?op=log
-
-Package: python-cheetah
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-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
- developers looking for a viable alternative to ASP, JSP, PHP and PSP are
- expected to be its principle user group.
- .
- Features:
-  * Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
-    text-based format.
-  * Cleanly separates content, graphic design, and program code.
-  * Blends the power and flexibility of Python with a simple template language
-    that non-programmers can understand.
-  * Gives template writers full access to any Python data structure, module,
-    function, object, or method in their templates.
-  * Makes code reuse easy by providing an object-orientated interface to
-    templates that is accessible from Python code or other Cheetah templates.
-    One template can subclass another and selectively reimplement sections of
-    it.
-  * Provides a simple, yet powerful, caching mechanism that can dramatically
-    improve the performance of a dynamic website.
-  * Compiles templates into optimized, yet readable, Python code.
- .
- Cheetah integrates tightly with Webware for Python
- (http://webware.sourceforge.net/): a Python application server and persistent
- servlet framework.

Modified: packages/cheetah/trunk/debian/copyright
===================================================================
--- packages/cheetah/trunk/debian/copyright	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/copyright	2010-02-10 02:48:15 UTC (rev 11677)
@@ -3,11 +3,13 @@
 Fontaine <arnau at debian.org>.
 
 It was downloaded from SourceForge at
-http://prdownloads.sourceforge.net/cheetahtemplate/
+http://www.cheetahtemplate.org/download.html
 
 Copyright:
 
-  Copyright 2001-2007, The Cheetah  Development Team: Tavis Rudd, Mike
+  Copyright 2009-2010, R. Tyler Ballance.
+
+  Copyright 2001-2009, The Cheetah  Development Team: Tavis Rudd, Mike
   Orr, Chuck Esterbrook, Ian Bicking.
 
 License:
@@ -28,7 +30,7 @@
   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-The   Debian    packaging   is   (C)    2006-2007,   Arnaud   Fontaine
-<arnau at debian.org> and is licensed  under the GPL. On Debian systems,
-the complete  text of the GNU  General Public License can  be found in
-`/usr/share/common-licenses/GPL'.
+The   Debian    packaging   is   (C)    2006-2010,   Arnaud   Fontaine
+<arnau at debian.org>  and  is  licensed  under  the  GPL  version  2  or
+above. On Debian systems, the  complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL-2'.

Deleted: packages/cheetah/trunk/debian/pycompat
===================================================================
--- packages/cheetah/trunk/debian/pycompat	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/pycompat	2010-02-10 02:48:15 UTC (rev 11677)
@@ -1 +0,0 @@
-2

Modified: packages/cheetah/trunk/debian/rules
===================================================================
--- packages/cheetah/trunk/debian/rules	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/rules	2010-02-10 02:48:15 UTC (rev 11677)
@@ -6,20 +6,12 @@
 
 DEB_PYTHON_SYSTEM=pysupport
 
-################################################################################
-# CDBS File Inclusions and Variable Declarations
-################################################################################
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # Install egg-info directories
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-DEB_UPSTREAM_VERSION := $$(echo $(DEB_UPSTREAM_VERSION) | sed 's/~//')
 
-install/$(DEB_PYTHON_MODULE_PACKAGE)::
+install/$(DEB_PYTHON_MODULE_PACKAGES)::
 	sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
-		debian/python-cheetah/usr/bin/*
-
-clean::
-	-rm -rf Cheetah.egg-info
+		$(cdbs_python_destdir)usr/bin/*

Modified: packages/cheetah/trunk/debian/watch
===================================================================
--- packages/cheetah/trunk/debian/watch	2010-02-10 02:10:29 UTC (rev 11676)
+++ packages/cheetah/trunk/debian/watch	2010-02-10 02:48:15 UTC (rev 11677)
@@ -1,3 +1,2 @@
 version=3
-opts=uversionmangle=s/([a-zA-Z]+)/~$1/ \
-	http://qa.debian.org/watch/sf.php/cheetahtemplate/ Cheetah-([\d.\w]*).tar.gz
+http://pypi.python.org/packages/source/C/Cheetah/Cheetah-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list