[Python-modules-commits] r15789 - in packages/simpletal/trunk/debian (changelog control)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sat Feb 19 16:22:28 UTC 2011


    Date: Saturday, February 19, 2011 @ 16:22:15
  Author: hertzog
Revision: 15789

* Cleanup the dependencies and add ${misc:Depends}.
* Replace python-dev build-dep with python.

Modified:
  packages/simpletal/trunk/debian/changelog
  packages/simpletal/trunk/debian/control

Modified: packages/simpletal/trunk/debian/changelog
===================================================================
--- packages/simpletal/trunk/debian/changelog	2011-02-19 10:47:48 UTC (rev 15788)
+++ packages/simpletal/trunk/debian/changelog	2011-02-19 16:22:15 UTC (rev 15789)
@@ -15,6 +15,8 @@
 
   [ Raphael Hertzog ]
   * Remove myself from Uploaders.
+  * Cleanup the dependencies and add ${misc:Depends}.
+  * Replace python-dev build-dep with python.
 
   [ Jakub Wilk ]
   * Fix watch file.

Modified: packages/simpletal/trunk/debian/control
===================================================================
--- packages/simpletal/trunk/debian/control	2011-02-19 10:47:48 UTC (rev 15788)
+++ packages/simpletal/trunk/debian/control	2011-02-19 16:22:15 UTC (rev 15789)
@@ -1,7 +1,7 @@
 Source: simpletal
 Section: python
 Priority: optional
-Build-Depends: python-dev, cdbs (>= 0.4.42), debhelper (>= 5.0.37.2)
+Build-Depends: python, 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>
@@ -12,11 +12,7 @@
 
 Package: python-simpletal
 Architecture: all
-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}
+Depends: ${python:Depends}, ${misc:Depends}
 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 about the Python-modules-commits mailing list