--- pidgin-mpris-0.2.3.orig/debian/watch +++ pidgin-mpris-0.2.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://m0n5t3r.info/work/pidgin-mpris http://m0n5t3r.info/stuff/pidgin-mpris//pidgin-mpris-(.*)\.tar\.gz --- pidgin-mpris-0.2.3.orig/debian/pidgin-mpris.docs +++ pidgin-mpris-0.2.3/debian/pidgin-mpris.docs @@ -0,0 +1,2 @@ +AUTHORS +NEWS --- pidgin-mpris-0.2.3.orig/debian/changelog +++ pidgin-mpris-0.2.3/debian/changelog @@ -0,0 +1,14 @@ +pidgin-mpris (0.2.3-2) unstable; urgency=low + + * QA upload. + * Package has been orphaned, set the maintainer to Debian QA. Closes: #632264. + * Stop shipping la file. Closes: #633248. + * Drop bmpx dependency. Closes: #518514. + + -- Regis Boudin Wed, 21 Sep 2011 19:37:35 +0100 + +pidgin-mpris (0.2.3-1) unstable; urgency=low + + * Initial release. (Closes: #450904). + + -- William Pitcock Sun, 11 Nov 2007 19:59:41 -0600 --- pidgin-mpris-0.2.3.orig/debian/rules +++ pidgin-mpris-0.2.3/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +# Run vendor-provided autogen.sh, since upstream does not +# include configure and such. +# +# TODO: whine at upstream about not including configure and friends +debian/autogen-stamp: + sh autogen.sh + touch debian/autogen-stamp + +makebuilddir/pidgin-mpris:: debian/autogen-stamp + +install/pidgin-mpris:: + rm debian/pidgin-mpris/usr/lib/pidgin/*.la + +# XXX: clean up after autogen.sh... +cleanbuilddir/pidgin-mpris:: + rm -rf configure Makefile.in src/Makefile.in missing install-sh depcomp config.guess config.sub autom4te.cache ltmain.sh aclocal.m4 + rm -f debian/autogen-stamp + +DEB_DH_INSTALL_SOURCEDIR = debian/pidgin-mpris + --- pidgin-mpris-0.2.3.orig/debian/control +++ pidgin-mpris-0.2.3/debian/control @@ -0,0 +1,18 @@ +Source: pidgin-mpris +Section: net +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5.0.0), autotools-dev, pkg-config, pidgin-dev, libdbus-1-dev, libdbus-glib-1-dev, libtool, autoconf, automake, cdbs +Standards-Version: 3.7.2 +Homepage: http://m0n5t3r.info/work/pidgin-mpris + +Package: pidgin-mpris +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pidgin +Recommends: vlc | audacious +Description: sets your available message to your currently playing track + The pidgin-mpris plugin sets the title of a currently playing track + in a user selected MPRIS-complaint media player as your away or + available message. + . + The following players are supported: VLC (VideoLAN), BMPx, Audacious 1.4. --- pidgin-mpris-0.2.3.orig/debian/copyright +++ pidgin-mpris-0.2.3/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by William Pitcock +on Fri, 19 Oct 2007 20:59:21 -0500. + +It was downloaded from http://m0n5t3r.info/work/pidgin-mpris. + +Upstream authors: Sabin Iacob (m0n5t3r) , + Milosz Derezynski (deadchip) + +License: + + Copyright © 2007 Sabin Iacob. + + 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 of the + License, or (at your option) any later version. + + This program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + + On Debian and Ubuntu systems, the complete text of the GNU General + Public License can be found in the file `/usr/share/common-licenses/GPL'. + +The Debian packaging is © 2007, William Pitcock + and is licensed under the GPL, see +`/usr/share/common-licenses/GPL'. --- pidgin-mpris-0.2.3.orig/debian/compat +++ pidgin-mpris-0.2.3/debian/compat @@ -0,0 +1 @@ +5