[Python-apps-commits] r91 - in /packages/decibel-audio-player/trunk/debian: changelog control

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Sep 29 15:27:21 UTC 2007


Author: pochu-guest
Date: Sat Sep 29 15:27:20 2007
New Revision: 91

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=91
Log:
Removed python-xml dependency, moved python-notify to recommends

Modified:
    packages/decibel-audio-player/trunk/debian/changelog
    packages/decibel-audio-player/trunk/debian/control

Modified: packages/decibel-audio-player/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/trunk/debian/changelog?rev=91&op=diff
==============================================================================
--- packages/decibel-audio-player/trunk/debian/changelog (original)
+++ packages/decibel-audio-player/trunk/debian/changelog Sat Sep 29 15:27:20 2007
@@ -1,3 +1,14 @@
+decibel-audio-player (0.06-2) unstable; urgency=low
+
+  * debian/control:
+    - Removed python-xml dependency, as decibel now stores preferences using
+      python's internal methods.
+    - Moved python-notify from Depends to Recommends, as it's required by a
+      plugin, and it will popup a window if python-notify is not present.
+    - Thanks to François Ingelrest for the changes.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 29 Sep 2007 17:22:55 +0200
+
 decibel-audio-player (0.06-1) unstable; urgency=low
 
   * debian/patches: 10_create_icondir.dpatch, 20_fix_desktop_file.dpatch,

Modified: packages/decibel-audio-player/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/trunk/debian/control?rev=91&op=diff
==============================================================================
--- packages/decibel-audio-player/trunk/debian/control (original)
+++ packages/decibel-audio-player/trunk/debian/control Sat Sep 29 15:27:20 2007
@@ -13,9 +13,15 @@
 
 Package: decibel-audio-player
 Architecture: all
-Depends: ${python:Depends}, python-xml (>=0.8), python-gtk2 (>=2.6.3-2),
- python-glade2 (>=2.6.3-2), python-mutagen (>= 1.10), python-gst0.10 (>=0.10),
- python-notify (>=0.1), python-gnome2, python-gnome2-desktop, python-dbus
+Depends: ${python:Depends},
+ python-gtk2 (>=2.6.3-2),
+ python-glade2 (>=2.6.3-2),
+ python-mutagen (>= 1.10),
+ python-gst0.10 (>=0.10),
+ python-gnome2,
+ python-gnome2-desktop,
+ python-dbus
+Recommends: python-notify (>=0.1)
 XB-Python-Version: ${python:Versions}
 Description: Simple and nice music player for the GNOME desktop
  Decibel is a GTK+ audio player which aims at being very




More information about the Python-apps-commits mailing list