[Python-modules-commits] r234 - in /packages/kid/trunk/debian:
changelog control
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Tue Apr 18 18:33:03 UTC 2006
Author: hertzog
Date: Tue Apr 18 18:33:00 2006
New Revision: 234
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=234
Log:
Fix dependency on python-elementtree.
Modified:
packages/kid/trunk/debian/changelog
packages/kid/trunk/debian/control
Modified: packages/kid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/kid/trunk/debian/changelog?rev=234&op=diff
==============================================================================
--- packages/kid/trunk/debian/changelog (original)
+++ packages/kid/trunk/debian/changelog Tue Apr 18 18:33:00 2006
@@ -1,4 +1,4 @@
-kid (0.9.1-1) UNRELEASED; urgency=low
+kid (0.9.1-1) unstable; urgency=low
* New upstream version.
* Updated watch file to really detect new upstream version.
@@ -12,6 +12,8 @@
an application package using python2.4 and kid will have to explicitely
depends on python2.4-elementtree along with python-kid to make sure that
it will work.
+ * Versioned depend on python-elementtree to be sure that the package has egg
+ support and that /usr/bin/kid will work.
-- Raphael Hertzog <hertzog at debian.org> Mon, 17 Apr 2006 21:08:00 +0000
Modified: packages/kid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/kid/trunk/debian/control?rev=234&op=diff
==============================================================================
--- packages/kid/trunk/debian/control (original)
+++ packages/kid/trunk/debian/control Tue Apr 18 18:33:00 2006
@@ -8,7 +8,7 @@
Package: python-kid
Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support, python-elementtree
+Depends: python (>= 2.3), python (<< 2.5), python-support, python-elementtree (>= 1.2.6-6)
Recommends: python2.4-elementtree
Replaces: kid
Provides: kid
More information about the Python-modules-commits
mailing list