[Python-modules-commits] r2602 - in /packages/elementtree/trunk/debian: changelog control control.in

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Sun Jun 24 16:41:24 UTC 2007


Author: shlomme
Date: Sun Jun 24 16:41:24 2007
New Revision: 2602

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2602
Log:
* python-elementtree suggests python-elementtree-doc
* merge back control into control.in


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

Modified: packages/elementtree/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtree/trunk/debian/changelog?rev=2602&op=diff
==============================================================================
--- packages/elementtree/trunk/debian/changelog (original)
+++ packages/elementtree/trunk/debian/changelog Sun Jun 24 16:41:24 2007
@@ -5,11 +5,14 @@
 
   [ Piotr Ozarowski ]
   * Added XS-Vcs-Svn field
-  * New python-support handles egg's directory name correctly
+  * New python-support handles egg's directory name correctly (Closes: #423761)
     - bump python-support required version
     - remove mv part from debian/rules
 
- -- Torsten Marek <shlomme at debian.org>  Sun, 24 Jun 2007 18:18:05 +0200
+  [ Torsten Marek ]
+  * python-elementtree now recommends python-elementtree-doc (Closes: #384411)
+
+ -- Torsten Marek <shlomme at debian.org>  Sun, 24 Jun 2007 18:27:21 +0200
 
 elementtree (1.2.6-10) unstable; urgency=low
 

Modified: packages/elementtree/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtree/trunk/debian/control?rev=2602&op=diff
==============================================================================
--- packages/elementtree/trunk/debian/control (original)
+++ packages/elementtree/trunk/debian/control Sun Jun 24 16:41:24 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>, Raphael Hertzog <hertzog at debian.org>
 Build-Depends-Indep: python-setuptools (>= 0.6b3-1)
-Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-dev (>= 2.3.5-7), python-support (>= 0.6.4), patchutils (>= 0.2.25)
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.6.4), patchutils (>= 0.2.25)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtree/trunk/
 
@@ -14,6 +14,7 @@
 Provides: ${python:Provides}
 Replaces: python2.3-elementtree, python2.4-elementtree
 Conflicts: python2.3-elementtree, python2.4-elementtree
+Suggests: python-elementtree-doc 
 Description: Light-weight toolkit for XML processing
  ElementTree provides a simple but flexible container object,
  designed to store hierarchical data structures, such as
@@ -27,6 +28,7 @@
   Homepage: http://effbot.org/zone/element-index.htm
 
 Package: python-elementtree-doc
+Section: doc
 Architecture: all
 Description: Documentation for ElementTree
  ElementTree provides a simple but flexible container object,

Modified: packages/elementtree/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtree/trunk/debian/control.in?rev=2602&op=diff
==============================================================================
--- packages/elementtree/trunk/debian/control.in (original)
+++ packages/elementtree/trunk/debian/control.in Sun Jun 24 16:41:24 2007
@@ -3,18 +3,18 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>, Raphael Hertzog <hertzog at debian.org>
-Build-Depends-Indep: python-dev, python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python-setuptools (>= 0.6b3-1)
 Build-Depends: @cdbs@
-XS-Python-Version: << 2.5
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtree/trunk/
 
 Package: python-elementtree
 Architecture: all
 Depends: python (>= 2.3), python-support
-Provides: python2.3-elementtree, python2.4-elementtree
+Provides: ${python:Provides}
 Replaces: python2.3-elementtree, python2.4-elementtree
 Conflicts: python2.3-elementtree, python2.4-elementtree
-XB-Python-Version: ${python:Versions}
+Suggests: python-elementtree-doc 
 Description: Light-weight toolkit for XML processing
  ElementTree provides a simple but flexible container object,
  designed to store hierarchical data structures, such as




More information about the Python-modules-commits mailing list