[Python-modules-commits] r11084 - in packages/kid/trunk/debian (changelog compat control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Jan 10 16:19:05 UTC 2010


    Date: Sunday, January 10, 2010 @ 16:19:02
  Author: dktrkranz
Revision: 11084

+  * debian/compat:
+    - Bump compatibility to 5.
+  * debian/control:
+    - Do not build-depend on python-all-dev, python-all is enough.
+    - Set XS-Python-Version to >= 2.5 for elementtree support.
+    - Add ${misc:Depends} to python-kid dependencies.
+    - Remove Conflicts/Replaces/Provides fields.
+    - Remove XB-Python-Version field.
+    - Bump Standards-Version to 3.8.3.

Modified:
  packages/kid/trunk/debian/changelog
  packages/kid/trunk/debian/compat
  packages/kid/trunk/debian/control

Modified: packages/kid/trunk/debian/changelog
===================================================================
--- packages/kid/trunk/debian/changelog	2010-01-10 15:13:22 UTC (rev 11083)
+++ packages/kid/trunk/debian/changelog	2010-01-10 16:19:02 UTC (rev 11084)
@@ -21,8 +21,19 @@
     (closes: #468720).
   * Drop python-elementtree from Depends and Build-Depends (Closes: #562469).
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:35 +0200
+  [ Luca Falavigna ]
+  * debian/compat:
+    - Bump compatibility to 5.
+  * debian/control:
+    - Do not build-depend on python-all-dev, python-all is enough.
+    - Set XS-Python-Version to >= 2.5 for elementtree support.
+    - Add ${misc:Depends} to python-kid dependencies.
+    - Remove Conflicts/Replaces/Provides fields.
+    - Remove XB-Python-Version field.
+    - Bump Standards-Version to 3.8.3.
 
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 10 Jan 2010 17:14:24 +0100
+
 kid (0.9.6-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Modified: packages/kid/trunk/debian/compat
===================================================================
--- packages/kid/trunk/debian/compat	2010-01-10 15:13:22 UTC (rev 11083)
+++ packages/kid/trunk/debian/compat	2010-01-10 16:19:02 UTC (rev 11084)
@@ -1 +1 @@
-4
+5

Modified: packages/kid/trunk/debian/control
===================================================================
--- packages/kid/trunk/debian/control	2010-01-10 15:13:22 UTC (rev 11083)
+++ packages/kid/trunk/debian/control	2010-01-10 16:19:02 UTC (rev 11084)
@@ -3,21 +3,17 @@
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-all-dev, python-support (>= 0.6.4)
+Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-all (>= 2.5), python-support (>= 0.6.4)
 Build-Depends-Indep: python-setuptools (>= 0.6a9)
-XS-Python-Version: all
+XS-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/kid/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/kid/trunk/
-Standards-Version: 3.7.2
+Standards-Version: 3.8.3
 Homepage: http://www.kid-templating.org
 
 Package: python-kid
 Architecture: all
-Depends: ${python:Depends}, python-pkg-resources
-Replaces: kid
-Provides: kid
-Conflicts: kid
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
 Description: simple Pythonic template language for XML based vocabularies
  Kid is a simple Pythonic template language for XML based vocabularies. It was
  spawned as a result of a kinky love triangle between XSLT, TAL, and PHP. We




More information about the Python-modules-commits mailing list