diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 51 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 53 | ||||
-rw-r--r-- | debian/copyright | 70 | ||||
-rw-r--r-- | debian/gmpc-plugins.install | 2 | ||||
-rwxr-xr-x | debian/rules | 16 |
6 files changed, 193 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f56615a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,51 @@ +gmpc-plugins (0.20.0-1) unstable; urgency=low + + * New upstream release + * Bump standards-version (no change) + * Tighten debhelper build-depend + + -- Arnaud Cornet <acornet@debian.org> Wed, 24 Mar 2010 13:46:22 +0000 + +gmpc-plugins (0.19.0-1) unstable; urgency=low + + * New upstream release. + + -- Arnaud Cornet <acornet@debian.org> Mon, 21 Sep 2009 13:28:21 +0200 + +gmpc-plugins (0.18.98-2) unstable; urgency=low + + * Add intltool build-depend (Closes: #541821). + + -- Arnaud Cornet <acornet@debian.org> Sun, 16 Aug 2009 16:59:31 +0200 + +gmpc-plugins (0.18.98-1) unstable; urgency=low + + * New Upstream Version. + * Build depend on gmpc >= 0.18.96. + * debian/rules: use dh7 and drop cdbs. + * gmpc-plugins' section set to debug. + + -- Arnaud Cornet <acornet@debian.org> Mon, 10 Aug 2009 01:44:44 +0200 + +gmpc-plugins (0.18.0-2) unstable; urgency=low + + * Add missing libsqlite3-dev, libtagc0-dev, libicu-dev build-dependencies. + + -- Arnaud Cornet <acornet@debian.org> Mon, 23 Mar 2009 12:27:09 +0100 + +gmpc-plugins (0.18.0-1) unstable; urgency=low + + * New Upstream Version + * Bump standards version (no change needed). + * Bump compat to 7, depend on debhelper 7. + * Fix homepage url. + * Add -dbg package. + * Tighten dependency to gmpc and libmicrohttpd. + + -- Arnaud Cornet <acornet@debian.org> Sun, 22 Mar 2009 15:02:57 +0100 + +gmpc-plugins (0.17.0-1) unstable; urgency=low + + * Initial release (Closes: #425805). + + -- Arnaud Cornet <acornet@debian.org> Sun, 08 Feb 2009 14:05:38 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e90f9ff --- /dev/null +++ b/debian/control @@ -0,0 +1,53 @@ +Source: gmpc-plugins +Section: sound +Priority: optional +Maintainer: Arnaud Cornet <acornet@debian.org> +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7.0.50~), libjson-glib-dev, gmpc-dev(>=0.20.0), libxosd-dev, gob2, libgtk2.0-dev, libxml2-dev, libmpd-dev(>=0.15.98), libcurl4-gnutls-dev, libglade2-dev, libavahi-client-dev, libavahi-glib-dev, liblircclient-dev, libsoup2.4-dev, libmicrohttpd-dev (>= 0.4.0a-2), libwebkit-dev, libsqlite3-dev, libtagc0-dev, libicu-dev, libdbus-glib-1-dev, intltool (>> 0.21), valac (>= 0.7.10) +Homepage: http://gmpc.wikia.com/ + +Package: gmpc-plugins +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gmpc (>= 0.18.96) +Description: Plugins for the GNOME Music Player Client + gmpc-plugins is a set of plugins that enhance functionality of the GNOME + Music Player Clients. Plugins are: + - alarm, allows basic events to be scheduled + - avahi, zeroconf profile scanning + - coveramazon, disc cover fetcher from the internet + - extraplaylist, adds a playlist viewer at the bottom of the interface. + - jamendo, Jamendo stream browser + - last.fm, last.fm service support + - lirc, remote control interface + - lyrics, a lyrics fetcher from multiple sources + - lyricwiki, add lyricwiki.org as lyrics source + - magnatune, Magnatune stream browser + - mdcover, display disc cover found in file metadata + - osd, On screen display using xosd + - serverstats, displays some mpd statisics + - shout, stream shout-cast + +Package: gmpc-plugins-dbg +Section: debug +Priority: extra +Architecture: any +Depends: gmpc-plugins (= ${binary:Version}), ${misc:Depends}, gmpc-dbg +Description: Plugins for the GNOME Music Player Client + gmpc-plugins is a set of plugins that enhance functionality of the GNOME + Music Player Clients. Plugins are: + - alarm, allows basic events to be scheduled + - avahi, zeroconf profile scanning + - coveramazon, disc cover fetcher from the internet + - extraplaylist, adds a playlist viewer at the bottom of the interface. + - jamendo, Jamendo stream browser + - last.fm, last.fm service support + - lirc, remote control interface + - lyrics, a lyrics fetcher from multiple sources + - lyricwiki, add lyricwiki.org as lyrics source + - magnatune, Magnatune stream browser + - mdcover, display disc cover found in file metadata + - osd, On screen display using xosd + - serverstats, displays some mpd statisics + - shout, stream shout-cast + . + This package contains the debugging symbols. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..547efa7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,70 @@ +This package was debianized by Arnaud Cornet <acornet@debian.org> +on Sun, 08 Feb 2009 14:05:38 +0100. + +The current Debian maintainer is Arnaud Cornet <acornet@debian.org>. + +It was downloaded from http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client +Upstream Author: unknown + +Copyright: 2009 Qball Cow <qball@sarine.nl> GPL 2 or higher + +From a mail exchange with Qball: +(From: Qball Cow <qball@sarine.nl>) + +All the plugins are gpl and will stay gpl version 2 or higher. + +gmpc-avahi is originally written by Jim Ramsey and later modified by me. +gmpc-lyrics is originally written by Maxime Petazzoni and modified by me. +gmpc-alarm is written by Gavin Gilmour and is now maintained by me. +gmpc-lirc is written by Igor Stirbu and is now maintained by me. + + +The rest of the plugins: +gmpc-mdcover, +gmpc-coveramazon, +gmpc-lyricwiki, +gmpc-discogs, +gmpc-jamendo, +gmpc-magnatune, +gmpc-last.fm, +gmpc-lastfmradio, +gmpc-autoplaylist, +gmpc-awn, +gmpc-extraplaylist, +gmpc-libnotify, +gmpc-lyrdb +gmpc-lyricwiki, +gmpc-mdcover2, +gmpc-mserver, +gmpc-osd, +gmpc-playlistsort, +gmpc-shout, +gmpc-stopbutton, +gmpc-qosd, +gmpc-random-playlist, +gmpc-serverstats, +gmpc-tagedit, +gmpc-wikipedia, +gmpc-fullscreeninfo + +, gmpc and libmpd are written by me, Martijn Koedam, under the gpl license. +Gmpc-awn, gmpc-wikipedia and gmpc-fullscreeninfo are not maintained by me +anymore. + +gmpc contains (l)gpl code taken from libbacon, libegg and gtk. +gmpc-mserver used to contain a copy of libmicrohttp, but that has been +removed, gmpc-magnatune used to include a copy of axl xml library, but +that also has been removed. + +If you need a list off all contributors let me know. (but will take some +time.) + +Hope this is sufficient and hopefully without stupid errors. + +Qball + +The Debian packaging is (C) 2009, Arnaud Cornet <acornet@debian.org> and +is licensed under the GPL version 2. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. diff --git a/debian/gmpc-plugins.install b/debian/gmpc-plugins.install new file mode 100644 index 0000000..fba7933 --- /dev/null +++ b/debian/gmpc-plugins.install @@ -0,0 +1,2 @@ +usr/lib/gmpc/plugins/*.so +usr/share/gmpc/plugins/* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8b62df9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +SRC_NAME:=gmpc-plugins +DEV_NAME:=$(SRC_NAME)-dev +DBG_NAME:=$(SRC_NAME)-dbg +DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME) + +%: + dh $@ + +override_dh_strip: + dh_strip $(DEB_DH_STRIP_ARGS) + +override_dh_clean: + dh_clean + rm -f config.status config.log |