[Python-modules-commits] r10193 - in packages/kid/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Fri Oct 23 19:35:34 UTC 2009


    Date: Friday, October 23, 2009 @ 19:35:33
  Author: jwilk-guest
Revision: 10193

Depend on python-pkg-resources, rather than on python-setuptools
(closes: #468720).

Modified:
  packages/kid/trunk/debian/changelog
  packages/kid/trunk/debian/control

Modified: packages/kid/trunk/debian/changelog
===================================================================
--- packages/kid/trunk/debian/changelog	2009-10-23 17:59:57 UTC (rev 10192)
+++ packages/kid/trunk/debian/changelog	2009-10-23 19:35:33 UTC (rev 10193)
@@ -16,6 +16,10 @@
   [ Raphael Hertzog ]
   * Remove myself from Uploaders.
 
+  [ Jakub Wilk ]
+  * Depend on python-pkg-resources, rather than on python-setuptools
+    (closes: #468720).
+
  -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:35 +0200
 
 kid (0.9.6-1) unstable; urgency=low

Modified: packages/kid/trunk/debian/control
===================================================================
--- packages/kid/trunk/debian/control	2009-10-23 17:59:57 UTC (rev 10192)
+++ packages/kid/trunk/debian/control	2009-10-23 19:35:33 UTC (rev 10193)
@@ -13,7 +13,7 @@
 
 Package: python-kid
 Architecture: all
-Depends: ${python:Depends}, python-elementtree (>= 1.2.6-7), python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-elementtree (>= 1.2.6-7), python-pkg-resources
 Replaces: kid
 Provides: kid
 Conflicts: kid




More information about the Python-modules-commits mailing list