[Python-apps-commits] r6111 - in packages/panflute/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Sep 21 10:22:43 UTC 2010


    Date: Tuesday, September 21, 2010 @ 10:22:11
  Author: fladi-guest
Revision: 6111

Update to Debian policy 3.9.1.
Add Suggests on python-pyinotify (Closes: #597591).
Add Suggests on python-kde3 and python-xmmsclient.
Add XMMS2 to list of supported players.
Add README.Debian to panflute-daemon to describe optional package
dependencies.

Added:
  packages/panflute/trunk/debian/panflute-daemon.README.Debian
Modified:
  packages/panflute/trunk/debian/changelog
  packages/panflute/trunk/debian/control

Modified: packages/panflute/trunk/debian/changelog
===================================================================
--- packages/panflute/trunk/debian/changelog	2010-09-21 08:41:48 UTC (rev 6110)
+++ packages/panflute/trunk/debian/changelog	2010-09-21 10:22:11 UTC (rev 6111)
@@ -1,10 +1,15 @@
 panflute (0.6.2-2) unstable; urgency=low
 
-  * Update to Debian policy 3.9.0.
+  * Update to Debian policy 3.9.1.
   * List supported players (Closes: #555504).
   * Add dependency on python-gnomeapplet (Closes: #597590).
+  * Add suggests on python-pyinotify (Closes: #597591).
+  * Add suggests on python-kde3 and python-xmmsclient.
+  * Add XMMS2 to list of supported players.
+  * Add README.Debian to panflute-daemon to describe optional package
+    dependencies.
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 21 Sep 2010 10:38:33 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 21 Sep 2010 12:19:58 +0200
 
 panflute (0.6.2-1) unstable; urgency=low
 

Modified: packages/panflute/trunk/debian/control
===================================================================
--- packages/panflute/trunk/debian/control	2010-09-21 08:41:48 UTC (rev 6110)
+++ packages/panflute/trunk/debian/control	2010-09-21 10:22:11 UTC (rev 6111)
@@ -1,5 +1,5 @@
 Source: panflute
-Section: web
+Section: gnome
 Priority: optional
 Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
@@ -21,7 +21,7 @@
  python-support (>= 0.5.3),
  python-gnomedesktop, 
  python-gnomeapplet
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: https://launchpad.net/panflute
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/panflute/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/panflute/trunk/
@@ -45,6 +45,7 @@
  python-mpd |
  quodlibet |
  vlc (>= 0.9.0)
+Suggests: python-kde3, python-xmmsclient, python-pyinotify
 Description: MPRIS interface to control several music players
  Panflute provides a generic MPRIS interface to control a variety of
  music players, including many that do not implemented MPRIS themselves.
@@ -66,6 +67,7 @@
   * Quodlibet
   * Rhythmbox
   * VLC
+  * XMMS2 (requires python-xmmsclient)
  .
  This package provides the panflute daemon.
 
@@ -82,7 +84,6 @@
  python-gobject,
  python-gtk2 (>= 2.16),
  python-numpy
-Recommends: python-notify
 XB-Python-Version: ${python:Versions}
 Description: GNOME panel applet to control several music players
  Panflute provides a generic MPRIS interface to control a variety of
@@ -105,6 +106,7 @@
   * Quodlibet
   * Rhythmbox
   * VLC
+  * XMMS2
  .
  This package provides a GNOME panel applet for controlling a variety of music
  players. The applet provides playback controls and information about the

Added: packages/panflute/trunk/debian/panflute-daemon.README.Debian
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.README.Debian	                        (rev 0)
+++ packages/panflute/trunk/debian/panflute-daemon.README.Debian	2010-09-21 10:22:11 UTC (rev 6111)
@@ -0,0 +1,18 @@
+panflute for Debian
+-------------------
+
+panflute-daemon depends on additional Python packages to support individual 
+players. They are not defined as a direct dependency to avoid pulling in 
+unnecessary packages. Please refer to your prefered player below to see which 
+packages are required to enable support for it.
+
+Amarok:
+ python-kde3
+
+MOC:
+ python-pyinotify
+
+XMMS2:
+ python-xmmsclient
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 21 Sep 2010 11:41:01 +0200




More information about the Python-apps-commits mailing list