[Python-modules-commits] r1023 - in /packages/simpletal/trunk/debian: changelog compat control pycompat pyversions rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Fri Jun 23 19:59:16 UTC 2006


Author: hertzog
Date: Fri Jun 23 19:59:14 2006
New Revision: 1023

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1023
Log:
Update for the new python policy.

Added:
    packages/simpletal/trunk/debian/pycompat
    packages/simpletal/trunk/debian/pyversions
Modified:
    packages/simpletal/trunk/debian/changelog
    packages/simpletal/trunk/debian/compat
    packages/simpletal/trunk/debian/control
    packages/simpletal/trunk/debian/rules

Modified: packages/simpletal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/simpletal/trunk/debian/changelog?rev=1023&op=diff
==============================================================================
--- packages/simpletal/trunk/debian/changelog (original)
+++ packages/simpletal/trunk/debian/changelog Fri Jun 23 19:59:14 2006
@@ -1,8 +1,14 @@
-simpletal (4.1-6) UNRELEASED; urgency=low
+simpletal (4.1-6) unstable; urgency=low
 
+  [ Piotr Ozarowski ]
   * Added watch file
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Tue,  6 Jun 2006 13:53:03 +0200
+  [ Raphael Hertzog ]
+  * Updated for new Python policy. Closes: #373385
+  * debian/compat set to 5 (debhelper 5 is anyway needed for new python
+    policy).
+
+ -- Raphael Hertzog <hertzog at debian.org>  Fri, 23 Jun 2006 21:49:24 +0200
 
 simpletal (4.1-5) unstable; urgency=low
 

Modified: packages/simpletal/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/simpletal/trunk/debian/compat?rev=1023&op=diff
==============================================================================
--- packages/simpletal/trunk/debian/compat (original)
+++ packages/simpletal/trunk/debian/compat Fri Jun 23 19:59:14 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/simpletal/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/simpletal/trunk/debian/control?rev=1023&op=diff
==============================================================================
--- packages/simpletal/trunk/debian/control (original)
+++ packages/simpletal/trunk/debian/control Fri Jun 23 19:59:14 2006
@@ -1,42 +1,21 @@
 Source: simpletal
 Section: python
 Priority: optional
-Build-Depends-Indep: python-dev, python2.3-dev, python2.4-dev, cdbs (>> 0.4.8), debhelper (>= 4.1.60)
+Build-Depends: python-dev, cdbs (>= 0.4.42), debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python-support (>= 0.3)
 Maintainer: Igor Stroh <jenner at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.6.2
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Raphael Hertzog <hertzog at debian.org>
+Standards-Version: 3.7.2
 
 Package: python-simpletal
 Architecture: all
-Depends: python (>= 2.3), python (<< 2.4), python2.3-simpletal (>= ${Source-Version})
+Depends: ${python:Depends}
+Conflicts: python2.3-simpletal, python2.4-simpletal
+Replaces: python2.3-simpletal, python2.4-simpletal
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
 Description: Simple TAL, TALES and METAL implementation
  SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language),
  TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages.
  More information and specifications of these languages is available at
  http://www.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage .
- .
- This package contains the documentation of simpletal.
-
-Package: python2.3-simpletal
-Architecture: all
-Depends: python2.3
-Suggests: python-simpletal
-Description: Simple TAL, TALES and METAL implementation, python 2.3 version
- SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language),
- TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages.
- More information and specifications of these languages is available at
- http://www.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage .
- .
- This package contains the python 2.3 version of simpletal.
-
-Package: python2.4-simpletal
-Architecture: all
-Depends: python2.4
-Suggests: python-simpletal
-Description: Simple TAL, TALES and METAL implementation, python 2.4 version
- SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language),
- TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages.
- More information and specifications of these languages is available at
- http://www.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage .
- .
- This package contains the python 2.4 version of simpletal.

Added: packages/simpletal/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/simpletal/trunk/debian/pycompat?rev=1023&op=file
==============================================================================
--- packages/simpletal/trunk/debian/pycompat (added)
+++ packages/simpletal/trunk/debian/pycompat Fri Jun 23 19:59:14 2006
@@ -1,0 +1,1 @@
+2

Added: packages/simpletal/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/simpletal/trunk/debian/pyversions?rev=1023&op=file
==============================================================================
--- packages/simpletal/trunk/debian/pyversions (added)
+++ packages/simpletal/trunk/debian/pyversions Fri Jun 23 19:59:14 2006
@@ -1,0 +1,1 @@
+2.2-

Modified: packages/simpletal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/simpletal/trunk/debian/rules?rev=1023&op=diff
==============================================================================
--- packages/simpletal/trunk/debian/rules (original)
+++ packages/simpletal/trunk/debian/rules Fri Jun 23 19:59:14 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_PYTHON_VERSIONS = 2.3 2.4
 DEB_INSTALL_CHANGELOGS_ALL  = Changes.txt
 DEB_INSTALL_DOCS_ALL += README.txt
 DEB_INSTALL_DOCS_python-simpletal += documentation/html documentation/style documentation/templates examples/




More information about the Python-modules-commits mailing list