[Python-apps-commits] r3173 - in packages/sonata/trunk/debian (changelog control)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Jun 24 14:16:07 UTC 2009


    Date: Wednesday, June 24, 2009 @ 14:16:04
  Author: nijel
Revision: 3173

Do not depend unconditionally on elementtree, newer python is enough 
(LP: #377706).

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

Modified: packages/sonata/trunk/debian/changelog
===================================================================
--- packages/sonata/trunk/debian/changelog	2009-06-24 09:52:00 UTC (rev 3172)
+++ packages/sonata/trunk/debian/changelog	2009-06-24 14:16:04 UTC (rev 3173)
@@ -1,8 +1,10 @@
 sonata (1.6.2-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Do not depend unconditionally on elementtree, newer python is enough 
+    (LP: #377706).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 11 May 2009 09:13:53 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 24 Jun 2009 16:13:47 +0200
 
 sonata (1.6.2-1) unstable; urgency=low
 

Modified: packages/sonata/trunk/debian/control
===================================================================
--- packages/sonata/trunk/debian/control	2009-06-24 09:52:00 UTC (rev 3172)
+++ packages/sonata/trunk/debian/control	2009-06-24 14:16:04 UTC (rev 3173)
@@ -21,7 +21,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-dbus, python-mpd
 Recommends: python-zsi, 
     python-tagpy, 
-    python-elementtree, 
+    python (>= 2.5) | python-elementtree, 
     python-mmkeys,
     python-eggtrayicon
 Description: GTK+ client for the Music Player Daemon (MPD)




More information about the Python-apps-commits mailing list