debian/0000755000000000000000000000000012115232306007161 5ustar debian/patches/0000755000000000000000000000000011635147771010631 5ustar debian/patches/fix-linker-failure.patch0000644000000000000000000000140611635147771015350 0ustar Description: Fix FTBFS with binutils-gold. Author: Benjamin Drung Bug-Debian: http://bugs.debian.org/556713 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ VERSION := 0.4.0 TARBALL := xmms2-scrobbler-$(VERSION).tar.gz +LIBS := -lpthread -lrt XMMS_CFLAGS := `pkg-config xmms2-client --cflags` XMMS_LIBS := `pkg-config xmms2-client --libs` CURL_CFLAGS := `pkg-config libcurl --cflags` @@ -35,7 +36,7 @@ install -m 755 $(BINARY) $(DESTDIR)$(PREFIX)/bin $(BINARY): $(OBJECTS) bin - $(QUIET_LINK)$(CC) $(LDFLAGS) $(OBJECTS) $(XMMS_LIBS) $(CURL_LIBS) -o $@ + $(QUIET_LINK)$(CC) $(LDFLAGS) $(OBJECTS) $(LIBS) $(XMMS_LIBS) $(CURL_LIBS) -o $@ src/%.o : src/%.c $(QUIET_CC)$(CC) $(CFLAGS) $(XMMS_CFLAGS) $(CURL_CFLAGS) $(ENDIAN_CFLAGS) -o $@ -c $< debian/patches/series0000644000000000000000000000006111633626440012034 0ustar fix-build-failure.patch fix-linker-failure.patch debian/patches/fix-build-failure.patch0000644000000000000000000000171011633624240015146 0ustar Description: Fix FTBFS with ld --as-needed. Author: Matthias Klose Bug-Debian: http://bugs.debian.org/641294 Bug-Ubuntu: https://bugs.launchpad.net/bugs/832821 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ TARBALL := xmms2-scrobbler-$(VERSION).tar.gz XMMS_CFLAGS := `pkg-config xmms2-client --cflags` -XMMS_LDFLAGS := `pkg-config xmms2-client --libs` +XMMS_LIBS := `pkg-config xmms2-client --libs` CURL_CFLAGS := `pkg-config libcurl --cflags` -CURL_LDFLAGS := `pkg-config libcurl --libs` +CURL_LIBS := `pkg-config libcurl --libs` ifndef VERBOSE QUIET_CC = @echo ' ' CC $@; @@ -35,7 +35,7 @@ install -m 755 $(BINARY) $(DESTDIR)$(PREFIX)/bin $(BINARY): $(OBJECTS) bin - $(QUIET_LINK)$(CC) $(LDFLAGS) $(XMMS_LDFLAGS) $(CURL_LDFLAGS) $(OBJECTS) -o $@ + $(QUIET_LINK)$(CC) $(LDFLAGS) $(OBJECTS) $(XMMS_LIBS) $(CURL_LIBS) -o $@ src/%.o : src/%.c $(QUIET_CC)$(CC) $(CFLAGS) $(XMMS_CFLAGS) $(CURL_CFLAGS) $(ENDIAN_CFLAGS) -o $@ -c $< debian/copyright0000644000000000000000000000312412115230600011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XMMS2-Scrobbler Upstream-Contact: Tilman Sauerbeck Source: http://code-monkey.de/pages/xmms2-scrobbler Files: * Copyright: 2004-2009, Tilman Sauerbeck License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2006-2008, Florian Ragwitz 2009-2013, Benjamin Drung License: GPL-2+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. debian/control0000644000000000000000000000172212115232246010571 0ustar Source: xmms2-scrobbler Section: sound Priority: optional Maintainer: Florian Ragwitz Uploaders: Anders Waldenborg , Benjamin Drung Build-Depends: debhelper (>= 9), libcurl4-openssl-dev, libxmmsclient-dev (>= 0.6DrMattDesctruction) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-xmms2/xmms2-scrobbler Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xmms2/xmms2-scrobbler.git Homepage: http://code-monkey.de/pages/xmms2-scrobbler Package: xmms2-scrobbler Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: xmms2-core Description: Audioscrobbler/Last.FM client for XMMS2 The scrobbler client sends information about the tracks you play with XMMS2 to the Last.FM service to build a profile of the type of music you listen to and find people that have similar tastes in music. For more information on AudioScrobbler see http://www.last.fm/ debian/manpages0000644000000000000000000000003111543454404010702 0ustar debian/xmms2-scrobbler.1 debian/source/0000755000000000000000000000000011633627205010473 5ustar debian/source/format0000644000000000000000000000001411543454404011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000055112115231727010250 0ustar #!/usr/bin/make -f buildflags = \ CFLAGS="-std=gnu99 $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)" \ LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" \ VERBOSE=1 %: dh $@ override_dh_auto_build: dh_auto_build -- $(buildflags) override_dh_auto_install: make install DESTDIR=$(CURDIR)/debian/xmms2-scrobbler PREFIX=/usr debian/xmms2-scrobbler.10000644000000000000000000000420211543454404012273 0ustar .\" Copyright (C) 2009 Benjamin Drung .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer .\" in this position and unchanged. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. The name of the author may not be used to endorse or promote products .\" derived from this software without specific prior written permission .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .TH XMMS2-SCROBBLER 1 "2009-11-15" .SH NAME xmms2-scrobbler \- Audioscrobbler/Last.FM client for XMMS2 .SH SYNOPSIS .B xmms2-scrobbler .SH DESCRIPTION .B xmms2-scrobbler sends information about the tracks you play with XMMS2 to the Last.FM service to build a profile of the type of music you listen to and find people that have similar tastes in music. .SH OPTIONS There are no options available. .SH SEE ALSO .BR xmms2 (1), http://xmms2.xmms.org. .SH AUTHORS xmms2-scrobbler was written by Tilman Sauerbeck . .PP This manual page was written by Benjamin Drung , for the Debian project (and may be used by others). debian/compat0000644000000000000000000000000212115230444010360 0ustar 9 debian/changelog0000644000000000000000000000603512115232306011037 0ustar xmms2-scrobbler (0.4.0-4) unstable; urgency=low * Switch to debhelper 9 and enable hardening. * Use current canonical URI for VCS-* fields. * Update machine-readable copyright file to version 1.0 of the specification. * Bump Standards-Version to 3.9.4 (no changes needed). -- Benjamin Drung Tue, 05 Mar 2013 00:56:54 +0100 xmms2-scrobbler (0.4.0-3) unstable; urgency=low * Change order of library parameter to gcc (LP: #852590). * Update debian/changelog to newer version of DEP-5. -- Benjamin Drung Sat, 17 Sep 2011 22:21:00 +0200 xmms2-scrobbler (0.4.0-2) unstable; urgency=low * Fix FTBFS with ld --as-needed. Thanks to Matthias Klose for the patch. (Closes: #641294, LP: #832821) * Fix FTBFS with binutils-gold. (Closes: #556713) * Update my email address. * Turn on verbose build by default. * Bump Standards-Version to 3.9.2 (no changes required). -- Benjamin Drung Tue, 13 Sep 2011 12:21:34 +0200 xmms2-scrobbler (0.4.0-1) unstable; urgency=low * New upstream release (Closes: #566925). - Implemented support for "multi-scrobbling" (Closes: #523478). * Bump Standards-Version to 3.8.4, no changes required. -- Benjamin Drung Wed, 03 Feb 2010 13:48:03 +0100 xmms2-scrobbler (0.3.1-1) unstable; urgency=low * New upstream release. * Wrote manual page for xmms2-scrobbler. * Allow uploads done by Debian Maintainers. * Use 3.0 (quilt) source format. -- Benjamin Drung Mon, 16 Nov 2009 22:05:29 +0100 xmms2-scrobbler (0.3.0-1) unstable; urgency=low * New upstream release (Closes: #531323, #540844; LP: #379067). * Add debian/watch file. * Remove Thomas Jollans from uploaders and add myself. * Bump Standards-Version to 3.8.3. * Remove unneeded debian files. * Rewrite debian/rules from scratch using only debhelper v7. * Update Build-Depends and Depends. * Update debian/copyright to use the format described in DEP 5. -- Benjamin Drung Thu, 20 Aug 2009 03:22:30 +0200 xmms2-scrobbler (0.2.2-1) unstable; urgency=low * New upstream release. * Don't ship AUTHORS file. -- Florian Ragwitz Mon, 21 Apr 2008 08:45:49 +0200 xmms2-scrobbler (0.2.1-1) unstable; urgency=low * New upstream release. + Ignores stale lockfiles (Closes: #456577). * Install ChangeLog. * Add Anders Waldenborg to Uploaders. * Add Vcs-{Git,Browser} and Homepage control fields. -- Florian Ragwitz Fri, 18 Apr 2008 14:45:40 +0200 xmms2-scrobbler (0.2.0-1) unstable; urgency=low * New upstream version. * Bump Standards-Version to 3.7.3 (no changes). -- Florian Ragwitz Sun, 30 Mar 2008 13:00:49 +0200 xmms2-scrobbler (0.1.3-1) unstable; urgency=low * New Upstream Version -- Thomas Jollans Thu, 28 Jun 2007 22:39:27 +0200 xmms2-scrobbler (0.1.2-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Mon, 13 Nov 2006 15:18:51 +0100 debian/watch0000644000000000000000000000012511543454404010221 0ustar version=3 ftp://ftp.code-monkey.de/pub/xmms2-scrobbler/xmms2-scrobbler-(.*)\.tar\.gz debian/docs0000644000000000000000000000000711543454404010042 0ustar README