[Python-modules-commits] r2534 - in /packages/celementtree/trunk/debian: changelog control.in
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Wed Jun 13 16:50:51 UTC 2007
Author: kitterma-guest
Date: Wed Jun 13 16:50:51 2007
New Revision: 2534
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2534
Log:
Add -dbg to debian/control.in
Modified:
packages/celementtree/trunk/debian/changelog
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=2534&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/changelog (original)
+++ packages/celementtree/trunk/debian/changelog Wed Jun 13 16:50:51 2007
@@ -11,6 +11,7 @@
[ Scott Kitterman ]
* Add debian/control and debian/rules changes for python-celementree-dbg
package from Ubuntu
+ * Add debian/add python-celementtree.install
-- Scott Kitterman <scott at kitterman.com> Tue, 29 May 2007 12:32:37 -0400
Modified: packages/celementtree/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/celementtree/trunk/debian/control.in?rev=2534&op=diff
==============================================================================
--- packages/celementtree/trunk/debian/control.in (original)
+++ packages/celementtree/trunk/debian/control.in Wed Jun 13 16:50:51 2007
@@ -24,3 +24,18 @@
is supposed to be a drop-in replacement.
.
Homepage: http://effbot.org/zone/celementtree.htm
+
+Package: python-celementtree-dbg
+Priority: extra
+Architecture: any
+Depends: python-celementtree (= ${Source-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
+ simplified XML infosets, in memory. The element type can
+ be described as a hybrid between a Python list and a Python
+ dictionary.
+ cElementTree is a C implementation of the ElementTree API and
+ is supposed to be a drop-in replacement.
+ .
+ This package contains the extension built for the python debug interpreter.
More information about the Python-modules-commits
mailing list