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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sun Dec 13 11:54:41 UTC 2009


    Date: Sunday, December 13, 2009 @ 11:54:40
  Author: nijel
Revision: 4306

Downgrade mmkeys to suggests as the functionality should be handled by Gtk
in most cases.

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

Modified: packages/sonata/trunk/debian/changelog
===================================================================
--- packages/sonata/trunk/debian/changelog	2009-12-13 11:53:46 UTC (rev 4305)
+++ packages/sonata/trunk/debian/changelog	2009-12-13 11:54:40 UTC (rev 4306)
@@ -1,8 +1,10 @@
 sonata (1.6.2.1-2) UNRELEASED; urgency=low
 
   * Prefer gtk.StatusIcon over eggtrayicon (Closes: #560979).
+  * Downgrade mmkeys to suggests as the functionality should be handled by Gtk
+    in most cases.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sun, 13 Dec 2009 12:53:05 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sun, 13 Dec 2009 12:54:18 +0100
 
 sonata (1.6.2.1-1) unstable; urgency=low
 

Modified: packages/sonata/trunk/debian/control
===================================================================
--- packages/sonata/trunk/debian/control	2009-12-13 11:53:46 UTC (rev 4305)
+++ packages/sonata/trunk/debian/control	2009-12-13 11:54:40 UTC (rev 4306)
@@ -20,8 +20,8 @@
 XB-Python-Version: ${python:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.10), python-dbus, python-mpd
 Recommends: python-tagpy,
-    python (>= 2.5) | python-elementtree, 
-    python-mmkeys
+    python (>= 2.5) | python-elementtree
+Suggests: python-mmkeys
 Description: GTK+ client for the Music Player Daemon (MPD)
  Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).
  It aims to be efficient (no toolbar, main menu, or statusbar),




More information about the Python-apps-commits mailing list