[Python-modules-commits] r2535 - in /packages/celementtree/trunk/debian: control control.in
shlomme at users.alioth.debian.org
shlomme at users.alioth.debian.org
Wed Jun 13 17:46:26 UTC 2007
Author: shlomme
Date: Wed Jun 13 17:46:26 2007
New Revision: 2535
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2535
Log:
* don't use ${Source-Version}, lintian says it's deprecated
* merged back all changes from control to control.in
Modified:
packages/celementtree/trunk/debian/control
packages/celementtree/trunk/debian/control.in
Modified: packages/celementtree/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/debian/control?rev=2535&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/control (original)
+++ packages/celementtree/trunk/debian/control Wed Jun 13 17:46:26 2007
@@ -3,7 +3,7 @@
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>, Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-all-dbg (>= 2.3.5-11), python-central (>= 0.5.0), patchutils (>= 0.2.25), libexpat-dev, python-setuptools (>= 0.6b3-1)
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), patchutils (>= 0.2.25), libexpat-dev, python-setuptools (>= 0.6b3-1)
XS-Python-Version: >= 2.3, << 2.5
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/celementtree/trunk/
@@ -31,7 +31,7 @@
Package: python-celementtree-dbg
Priority: extra
Architecture: any
-Depends: python-celementtree (= ${Source-Version}), python-dbg, ${shlibs:Depends}
+Depends: python-celementtree (= ${binary:Version}), python-dbg, ${shlibs:Depends}
Description: Light-weight toolkit for XML processing (debug extension)
cElementTree provides a simple but flexible container object,
designed to store hierarchical data structures, such as
@@ -42,4 +42,3 @@
is supposed to be a drop-in replacement.
.
This package contains the extension built for the python debug interpreter.
-
Modified: packages/celementtree/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/debian/control.in?rev=2535&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/control.in (original)
+++ packages/celementtree/trunk/debian/control.in Wed Jun 13 17:46:26 2007
@@ -2,10 +2,12 @@
Section: python
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>
+Uploaders: Torsten Marek <shlomme at debian.org>, Raphael Hertzog <hertzog at debian.org>, Scott Kitterman <scott at kitterman.com>
Build-Depends: @cdbs@, libexpat-dev, python-setuptools (>= 0.6b3-1)
XS-Python-Version: >= 2.3, << 2.5
Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/celementtree/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/
Package: python-celementtree
Architecture: any
@@ -13,6 +15,7 @@
Provides: ${python:Provides}
Replaces: python2.3-celementtree (<< 1.0.5-6), python2.4-celementtree (<< 1.0.5-6)
Conflicts: python2.3-celementtree (<< 1.0.5-6), python2.4-celementtree (<< 1.0.5-6)
+Suggests: python-celementtree-dbg
XB-Python-Version: ${python:Versions}
Description: Light-weight toolkit for XML processing
cElementTree provides a simple but flexible container object,
@@ -28,7 +31,7 @@
Package: python-celementtree-dbg
Priority: extra
Architecture: any
-Depends: python-celementtree (= ${Source-Version}), python-dbg, ${shlibs:Depends}
+Depends: python-celementtree (= ${binary:Version}), python-dbg, ${shlibs:Depends}
Description: Light-weight toolkit for XML processing (debug extension)
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