--- panflute-0.6.2.orig/debian/control +++ panflute-0.6.2/debian/control @@ -0,0 +1,72 @@ +Source: panflute +Section: python +Priority: optional +Maintainer: Paul Kuliniewicz +Build-Depends: cdbs, + debhelper (>= 7), + gconf2, + intltool (>= 0.40), + libdbus-1-dev, + pkg-config (>= 0.9.0), + python (>= 2.6), + python-dbus (>= 0.80), + python-gconf, + python-gnome2-desktop-dev, + python-gobject-dev, + python-gtk2-dev (>= 2.16), + python-mpd, + python-notify, + python-numpy, + python-support (>= 0.5.3), + python-xmmsclient +Standards-Version: 3.8.3.0 +Homepage: https://launchpad.net/panflute/ +XS-Python-Version: >= 2.6 + +Package: panflute-daemon +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-dbus (>= 0.80), + python-gobject +Recommends: rhythmbox (>= 0.9.2) | + amarok (>= 1.4) | + audacious | + banshee (>= 1.0) | + exaile | + guayadeque | + listen | + moc | + muine | + python-mpd | + python-xmmsclient | + quodlibet | + vlc (>= 0.9.0) +XB-Python-Version: ${python:Versions} +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. + This allows developers to create programs that interact with many + different players, without needing to worry about the details of each + player's particular interface. Panflute also provides extensions for + features not included in the MPRIS specification. + +Package: panflute-applet +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + gnome-panel, + panflute-daemon (= ${binary:Version}), + python-dbus (>= 0.80), + python-gnome2-desktop, + 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 GNOME panel applet for controlling a variety of music + players. The applet provides playback controls and information about the + current song. --- panflute-0.6.2.orig/debian/changelog +++ panflute-0.6.2/debian/changelog @@ -0,0 +1,57 @@ +panflute (0.6.2-0ubuntu0~jaunty1) jaunty; urgency=low + + * New upstream release. + + -- Paul Kuliniewicz Sun, 14 Mar 2010 20:22:30 -0400 + +panflute (0.6.1-0ubuntu0~karmic1) karmic; urgency=low + + * New upstream release. + + -- Paul Kuliniewicz Sun, 31 Jan 2010 15:05:12 -0500 + +panflute (0.6.0-0ubuntu0~karmic2) karmic; urgency=low + + * Include the translation files in panflute-applet. Fixes: lp:506574 + * Bumped standards version to 3.8.3.0; no changes. + + -- Paul Kuliniewicz Thu, 14 Jan 2010 21:10:13 -0500 + +panflute (0.6.0-0ubuntu0~karmic1) karmic; urgency=low + + * New upstream release. + * Updated dependency list for 0.6.0. + + -- Paul Kuliniewicz Tue, 05 Jan 2010 22:16:53 -0500 + +panflute (0.5.3-0ubuntu0~karmic1) karmic; urgency=low + + * New upstream release. + + -- Paul Kuliniewicz Sat, 07 Nov 2009 20:58:36 -0500 + +panflute (0.5.2-0ubuntu0~ppa1) jaunty; urgency=low + + * New upstream release. + + -- Paul Kuliniewicz Sat, 31 Oct 2009 11:52:59 -0400 + +panflute (0.5.1-0ubuntu0~ppa1) jaunty; urgency=low + + * New upstream release. + + -- Paul Kuliniewicz Sat, 17 Oct 2009 20:24:03 -0400 + +panflute (0.5.0-0ubuntu0~ppa2) jaunty; urgency=low + + * Add dependency on python-numpy, to prevent a PyGTK-triggered crash once a + music player is available. Fixes: lp:441527 + * Add line breaks to Depends: et al fields in debian/control. + + -- Paul Kuliniewicz Thu, 08 Oct 2009 21:47:41 -0400 + +panflute (0.5.0-0ubuntu0~ppa1) jaunty; urgency=low + + * Initial release. + + -- Paul Kuliniewicz Mon, 21 Sep 2009 21:02:00 -0400 --- panflute-0.6.2.orig/debian/panflute-daemon.install +++ panflute-0.6.2/debian/panflute-daemon.install @@ -0,0 +1,5 @@ +usr/bin +usr/lib/python*.*/dist-packages/panflute/daemon +usr/lib/python*.*/dist-packages/panflute/*.py +usr/share/dbus-1/services +usr/share/gconf/schemas --- panflute-0.6.2.orig/debian/rules +++ panflute-0.6.2/debian/rules @@ -0,0 +1,15 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +binary-install/panflute-daemon:: + dh_pysupport -p$(cdbs_curpkg) + +binary-install/panflute-applet:: + dh_pysupport -p$(cdbs_curpkg) + +DEB_CONFIGURE_EXTRA_FLAGS += --libexecdir=/usr/lib/gnome-applets +DEB_CONFIGURE_EXTRA_FLAGS += --with-gconf-schema-file-dir=/usr/share/gconf/schemas + +DEB_INSTALL_DOCS_ALL += AUTHORS NEWS README THANKS --- panflute-0.6.2.orig/debian/copyright +++ panflute-0.6.2/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Paul Kuliniewicz on +Sun, 20 Sep 2009 13:14:21 -0400. + +It was downloaded from https://launchpad.net/panflute/ + +Upstream Author: + + Paul Kuliniewicz + +Copyright: + + Copyright (C) 2009 Paul Kuliniewicz + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. + + +The Debian packaging is copyright 2009, Paul Kuliniewicz and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- panflute-0.6.2.orig/debian/compat +++ panflute-0.6.2/debian/compat @@ -0,0 +1 @@ +7 --- panflute-0.6.2.orig/debian/panflute-applet.install +++ panflute-0.6.2/debian/panflute-applet.install @@ -0,0 +1,6 @@ +usr/lib/bonobo/servers +usr/lib/gnome-applets +usr/lib/python*.*/dist-packages/panflute/applet +usr/share/gnome-2.0/ui +usr/share/locale +usr/share/panflute