[Python-modules-commits] r771 - in /packages/kiwi/trunk/debian: changelog control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Jun 10 21:51:33 UTC 2006


Author: kov
Date: Sat Jun 10 21:51:32 2006
New Revision: 771

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=771
Log:
added dependency on python-setuptools

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

Modified: packages/kiwi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/changelog?rev=771&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/changelog (original)
+++ packages/kiwi/trunk/debian/changelog Sat Jun 10 21:51:32 2006
@@ -1,4 +1,11 @@
-kiwi (1.9.8-2) UNRELEASED; urgency=low
+kiwi (1.9.8-3) UNRELEASED; urgency=low
+
+  * debian/control:
+  - added dependency on python2.4-setuptools
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 10 Jun 2006 18:50:37 -0300
+
+kiwi (1.9.8-2) unstable; urgency=low
 
   * debian/control:
   - added dependency on python2.4-gtk2

Modified: packages/kiwi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/control?rev=771&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/control (original)
+++ packages/kiwi/trunk/debian/control Sat Jun 10 21:51:32 2006
@@ -9,7 +9,7 @@
 
 Package: python-kiwi
 Architecture: all
-Depends: python (>= 2.4) | python2.4, python (<< 2.5) | python2.4, python2.4-gtk2, python-support
+Depends: python (>= 2.4) | python2.4, python (<< 2.5) | python2.4, python2.4-gtk2, python2.4-setuptools (>= 0.6a9-1), python-support
 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