[Python-modules-commits] r686 - in /packages/celementtree/trunk/debian: changelog control control.in

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Wed May 24 09:17:04 UTC 2006


Author: shlomme
Date: Wed May 24 09:17:04 2006
New Revision: 686

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=686
Log:
* commit changes from 1.0.5-3

Modified:
    packages/celementtree/trunk/debian/changelog
    packages/celementtree/trunk/debian/control
    packages/celementtree/trunk/debian/control.in

Modified: packages/celementtree/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/debian/changelog?rev=686&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/changelog (original)
+++ packages/celementtree/trunk/debian/changelog Wed May 24 09:17:04 2006
@@ -1,3 +1,13 @@
+celementtree (1.0.5-3) unstable; urgency=low
+
+  * Depend on python-elementtree (>= 1.2.6-7) only, as it's using
+    python-support from now on
+  * Build-depend on python-all-dev instead of explicit Python development
+    packages
+  * Bump standards version to 3.7.2
+
+ -- Torsten Marek <shlomme at debian.org>  Wed, 24 May 2006 11:08:25 +0200
+
 celementtree (1.0.5-2) unstable; urgency=low
 
   * Raise debhelper compatibility level to 5

Modified: packages/celementtree/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/debian/control?rev=686&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/control (original)
+++ packages/celementtree/trunk/debian/control Wed May 24 09:17:04 2006
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5), python2.3-dev, python2.4-dev, libexpat-dev, python
-Standards-Version: 3.6.2
+Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5), python-all-dev, python, libexpat-dev
+Standards-Version: 3.7.2
 
 Package: python-celementtree
 Architecture: all
@@ -25,7 +25,7 @@
 
 Package: python2.3-celementtree
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python2.3-elementtree
+Depends: ${python:Depends}, ${shlibs:Depends}, python-elementtree (>= 1.2.6-7)
 Description: Light-weight toolkit for XML processing
  cElementTree provides a simple but flexible container object,
  designed to store hierarchical data structures, such as
@@ -41,7 +41,7 @@
 
 Package: python2.4-celementtree
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python2.4-elementtree
+Depends: ${python:Depends}, ${shlibs:Depends}, python-elementtree (>= 1.2.6-7)
 Description: Light-weight toolkit for XML processing
  cElementTree provides a simple but flexible container object,
  designed to store hierarchical data structures, such as

Modified: packages/celementtree/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/debian/control.in?rev=686&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/control.in (original)
+++ packages/celementtree/trunk/debian/control.in Wed May 24 09:17:04 2006
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: @cdbs@, python2.3-dev, python2.4-dev, libexpat-dev, python
-Standards-Version: 3.6.2
+Build-Depends: @cdbs@, python-all-dev, python, libexpat-dev
+Standards-Version: 3.7.2
 
 Package: python-celementtree
 Architecture: all
@@ -25,7 +25,7 @@
 
 Package: python2.3-celementtree
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python2.3-elementtree
+Depends: ${python:Depends}, ${shlibs:Depends}, python-elementtree (>= 1.2.6-7)
 Description: Light-weight toolkit for XML processing
  cElementTree provides a simple but flexible container object,
  designed to store hierarchical data structures, such as
@@ -41,7 +41,7 @@
 
 Package: python2.4-celementtree
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python2.4-elementtree
+Depends: ${python:Depends}, ${shlibs:Depends}, python-elementtree (>= 1.2.6-7)
 Description: Light-weight toolkit for XML processing
  cElementTree provides a simple but flexible container object,
  designed to store hierarchical data structures, such as




More information about the Python-modules-commits mailing list