[Python-modules-commits] r229 - in /packages/kid/trunk/debian: changelog control

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Tue Apr 18 14:32:46 UTC 2006


Author: hertzog
Date: Tue Apr 18 14:32:44 2006
New Revision: 229

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=229
Log:
Loosen the dependency field and put python2.4-elementtree in recommends
instead.

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=229&op=diff
==============================================================================
--- packages/kid/trunk/debian/changelog (original)
+++ packages/kid/trunk/debian/changelog Tue Apr 18 14:32:44 2006
@@ -1,11 +1,17 @@
-kid (0.9.1-1) unstable; urgency=low
+kid (0.9.1-1) UNRELEASED; urgency=low
 
   * New upstream version.
   * Updated watch file to really detect new upstream version.
   * Use python-support to support all available python versions with a single
     package. Thus removes python2.{3,4}-kid packages.
   * Manually rename the egg-info directory to make it clearer that the egg
-    is available to all python versions. 
+    is available to all python versions.
+  * Since python-elementtree does provide only support for python2.3 right
+    now, put python2.4-elementtree in Recommends so that 2.4 users (many!)
+    have a chance to notice that they will need it. It also means that
+    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.
 
  -- 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=229&op=diff
==============================================================================
--- packages/kid/trunk/debian/control (original)
+++ packages/kid/trunk/debian/control Tue Apr 18 14:32:44 2006
@@ -8,7 +8,8 @@
 
 Package: python-kid
 Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support, python2.3-elementtree, python2.4-elementtree
+Depends: python (>= 2.3), python (<< 2.5), python-support, python-elementtree
+Recommends: python2.4-elementtree
 Replaces: kid
 Provides: kid
 Conflicts: kid




More information about the Python-modules-commits mailing list