[Python-modules-commits] r5003 - in packages/kiwi/trunk/debian (changelog control)

goedson at users.alioth.debian.org goedson at users.alioth.debian.org
Mon Apr 7 13:19:23 UTC 2008


    Date: Monday, April 7, 2008 @ 13:19:22
  Author: goedson
Revision: 5003

Make python-kiwi depend on python-pkg-resources instead of python-setuptools

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

Modified: packages/kiwi/trunk/debian/changelog
===================================================================
--- packages/kiwi/trunk/debian/changelog	2008-04-07 11:44:26 UTC (rev 5002)
+++ packages/kiwi/trunk/debian/changelog	2008-04-07 13:19:22 UTC (rev 5003)
@@ -1,4 +1,4 @@
-kiwi (1.9.21-1) UNRELEASED; urgency=low
+kiwi (1.9.21-1) unstable; urgency=low
 
   [ Sandro Tosi ]
   * debian/control
@@ -6,8 +6,10 @@
 
   [ Goedson Teixeira Paixao ]
   * New upstream release
+  * debian/control: depend on python-pkg-resources instead of
+    python-setuptools (Closes: #468717).
 
- -- Goedson Teixeira Paixao <goedson at debian.org>  Sun, 06 Apr 2008 22:41:36 -0300
+ -- Goedson Teixeira Paixao <goedson at debian.org>  Mon, 07 Apr 2008 10:17:44 -0300
 
 kiwi (1.9.19-2) unstable; urgency=low
 

Modified: packages/kiwi/trunk/debian/control
===================================================================
--- packages/kiwi/trunk/debian/control	2008-04-07 11:44:26 UTC (rev 5002)
+++ packages/kiwi/trunk/debian/control	2008-04-07 13:19:22 UTC (rev 5003)
@@ -12,7 +12,7 @@
 
 Package: python-kiwi
 Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>= 2.8.2-3.1), python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-gtk2 (>= 2.8.2-3.1), python-pkg-resources (>= 0.6b3-1)
 Enhances: gazpacho
 Description: a graphical framework to construct simple UI
  Kiwi is a framework and a set of enhanced PyGTK widgets designed to




More information about the Python-modules-commits mailing list