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

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Thu Dec 31 22:12:05 UTC 2009


    Date: Thursday, December 31, 2009 @ 22:12:04
  Author: jwilk-guest
Revision: 10941

* Build-depend on python-all-dev (>= 2.5).
* Set XS-Python-Version to >= 2.5.
* Drop python-elementtree from Depends and Build-Depends (Closes: #562469).

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

Modified: packages/kid/trunk/debian/changelog
===================================================================
--- packages/kid/trunk/debian/changelog	2009-12-31 20:45:28 UTC (rev 10940)
+++ packages/kid/trunk/debian/changelog	2009-12-31 22:12:04 UTC (rev 10941)
@@ -19,6 +19,9 @@
   [ Jakub Wilk ]
   * Depend on python-pkg-resources, rather than on python-setuptools
     (closes: #468720).
+  * Build-depend on python-all-dev (>= 2.5).
+  * Set XS-Python-Version to >= 2.5.
+  * 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
 

Modified: packages/kid/trunk/debian/control
===================================================================
--- packages/kid/trunk/debian/control	2009-12-31 20:45:28 UTC (rev 10940)
+++ packages/kid/trunk/debian/control	2009-12-31 22:12:04 UTC (rev 10941)
@@ -3,9 +3,9 @@
 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-Indep: python-setuptools (>= 0.6a9), python-elementtree (>= 1.2.6-7)
-XS-Python-Version: all
+Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-all-dev (>= 2.5), python-support (>= 0.6.4)
+Build-Depends-Indep: python-setuptools (>= 0.6a9)
+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
@@ -13,7 +13,7 @@
 
 Package: python-kid
 Architecture: all
-Depends: ${python:Depends}, python-elementtree (>= 1.2.6-7), python-pkg-resources
+Depends: ${python:Depends}, python-pkg-resources
 Replaces: kid
 Provides: kid
 Conflicts: kid




More information about the Python-modules-commits mailing list