debian/0000755000000000000000000000000012233752504007171 5ustar debian/source/0000755000000000000000000000000012233752341010470 5ustar debian/source/format0000644000000000000000000000001412233752341011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000176512233752341010604 0ustar Source: vagalume Section: sound Priority: optional Maintainer: Alberto Garcia Build-Depends: debhelper (>= 9), dh-autoreconf, intltool, libcurl4-gnutls-dev, libdbus-glib-1-dev, libgstreamer1.0-dev, libgtk-3-dev, libnotify-dev, libproxy-dev, libxml2-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://vagalume.igalia.com/ Package: vagalume Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, librsvg2-common, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, dbus-x11 Description: GTK+-based client for Last.fm and compatible radio services Vagalume is a Last.fm client designed for the GNOME desktop environment. It's small and provides the basic Last.fm features, such as scrobbling, tags, recommendations, etc. . Vagalume also supports other Last.fm-compatible services such as Libre.fm debian/watch0000644000000000000000000000011512233752341010216 0ustar version=3 http://vagalume.igalia.com/files/source/vagalume-([\d.]+)\.tar\.gz debian/rules0000755000000000000000000000016412233752341010251 0ustar #!/usr/bin/make -f # -*- makefile -*- export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autoreconf debian/compat0000644000000000000000000000000212233752341010366 0ustar 9 debian/copyright0000644000000000000000000000546212233752341011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Alberto Garcia Source: http://vagalume.igalia.com/files/source/ Files: * Copyright: 2007-2013 Igalia, S.L. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. . 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. . On Debian systems, the complete text of the license can be found in the file /usr/share/common-licenses/GPL-3 Files: data/buttons/* Copyright: 2007 Riccardo Buzzotta 2007 Josef Vybíral 2007 Hylke Bons 2007 Ricardo González 2006-2007 Lapo Calamandrei 2004-2007 Rodney Dawes 2006-2007 Luca Ferretti 2003-2004 Tuomas Kuosmanen 2007 Andreas Nilsson 2003-2007 Jakub Steiner License: GPL-2+ 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. . On Debian systems, the complete text of the license can be found in the file /usr/share/common-licenses/GPL-2 Files: src/md5/* Copyright: 1999 Aladdin Enterprises License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. debian/changelog0000644000000000000000000001300512233752341011041 0ustar vagalume (0.8.6-1) unstable; urgency=low * New upstream release. * Drop all patches, they're already included in this release. * Update my e-mail address in debian/control and debian/copyright. * Build with autoreconf (Closes: #727997): - debian/rules: run dh --with autoreconf. - debian/control: add build dependency on dh-autoreconf. * debian/rules: don't force GTK+ 3 build, it's the default version now. * debian/copyright: update copyright years. * debian/control: - Remove obsolete DM-Upload-Allowed flag. - Replace gstreamer 0.10 with gstreamer 1.0. - Update Standards-Version to 3.9.4 (no changes). - Depend on dbus-x11. -- Alberto Garcia Mon, 28 Oct 2013 23:53:42 +0200 vagalume (0.8.5-4) unstable; urgency=low * Enable hardening build flags: - debian/compat: set compatibility level to 9. - debian/control: build depend on debhelper >= 9. - debian/rules: enable all hardening flags. * debian/control: update Standards-Version to 3.9.3 (no changes). * debian/copyright: update debian copyright format URL. * lastfm-url-handler.patch: register Vagalume as handler for lastfm:// URLs. - debian/gconf-defaults: drop this file, it's no longer needed. * Add tags to all patches. -- Alberto Garcia Fri, 29 Jun 2012 10:40:26 +0300 vagalume (0.8.5-3) unstable; urgency=low * librefm-stream-mp3.patch: make Vagalume work with libre.fm again after the recent changes in their service. -- Alberto Garcia Tue, 27 Dec 2011 18:53:43 +0100 vagalume (0.8.5-2) unstable; urgency=low * debian/control: depend on gstreamer0.10-plugins-good in all cases (Closes: #649134). * debian/control: downgrade gstreamer0.10-alsa dependency to recommendation. * debian/control: build using GTK+ 3 instead of GTK+ 2. * debian/control: require debhelper >= 7.0.50~ and drop build dependency on cdbs. * debian/rules: rewrite using the debhelper sequencer instead of cdbs. * debian/docs: list doc files previously in debian/rules. * debian/copyright: rewrite using the machine-readable format. * debian/watch: update regular expression. * Patches: - fix-make-check.patch: Prevent 'make check' from failing. - desktop-file.patch: Add GenericName and X-GNOME-FullName entries to the .desktop file. -- Alberto Garcia Mon, 28 Nov 2011 13:12:26 +0100 vagalume (0.8.5-1) unstable; urgency=low * New upstream release (Closes: #630308). * debian/control: Update Standards-Version to 3.9.2. * debian/control: add build dependency on libproxy-dev. * debian/control: add DM-Upload-Allowed flag. * debian/control: move Homepage field to source paragraph. * debian/control: add dependencies on gstreamer0.10-gconf and gstreamer0.10-alsa: - gstreamer0.10-gconf is needed since recent versions of gstreamer0.10-plugins-good don't include the gconf plugin. - gstreamer0.10-alsa provides the ALSA mixer plugin and is an alternative to the OSS plugin provided by gstreamer0.10-plugins-good * debian/copyright: update copyright years and use 'Alberto Garcia' in all cases. -- Alberto Garcia Thu, 30 Jun 2011 23:03:20 +0300 vagalume (0.8.4-1) unstable; urgency=low * New upstream release * Updated watch file * Drop all patches, since they are already included upstream * Update Standards-Version to 3.9.1 -- Alberto Garcia Sun, 26 Dec 2010 17:39:33 +0100 vagalume (0.8.3-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Cherry-picked patches from upstream: - 01-fall-back-old-api.diff (602e3f5f1d34beebfa195b27e20f542c97ba7d11) - 02-fix-dead-assignment.diff (6b437ffedb30ed4b9aeee859ca47ed31e9abd8e4) - 03-spanish-translation.diff (c73fd9dcd0b764bd8d033ded1a183dff3fc315ac) - 04-portuguese-translation.diff (15348608cbd4f7a09138f7ccf3227d4c4f56a8cc) - 05-russian-translation.diff (a7ae8b4fa64adb47f266d5aab09cb2b5516e82b2) - 06-copyright-year.diff (953bdc9e15ff84b4fdf133bb98578d64176d6db2) -- Alberto Garcia Tue, 04 May 2010 13:43:35 +0100 vagalume (0.8.3-1) unstable; urgency=low * New upstream release * Switched to cdbs * Added cdbs, intltool and libgstreamer-plugins-base0.10-dev to Build-Depends * Updated package description in control file * Update Standards-Version to 3.8.4 * Updated copyright file to reflect the new project home page and the copyright holder change * Run autogen.sh from debian/rules with NOCONFIGURE=1 * Removed control files for Maemo -- Alberto Garcia Sat, 06 Feb 2010 00:23:53 +0100 vagalume (0.7.1-2) unstable; urgency=low * Use dh_icons to update icon cache (Closes: #527321). * Depend on debhelper >= 7 * Update Standards-Version to 3.8.1 * Add ${misc:Depends} to Depends: * Use dh_prep instead of dh_clean -k * Update copyright file -- Alberto Garcia Tue, 12 May 2009 11:00:36 +0200 vagalume (0.7.1-1) unstable; urgency=low * New upstream release -- Alberto Garcia Thu, 26 Feb 2009 14:59:59 +0100 vagalume (0.7-1) unstable; urgency=low * New upstream release -- Alberto Garcia Mon, 01 Sep 2008 16:08:46 +0200 vagalume (0.6-1) unstable; urgency=low * New upstream release -- Alberto Garcia Wed, 14 May 2008 21:47:55 +0200 vagalume (0.5.1-1) unstable; urgency=low * Initial release (Closes: #464169) -- Alberto Garcia Tue, 19 Feb 2008 02:11:31 +0100 debian/menu0000644000000000000000000000024512233752341010060 0ustar ?package(vagalume):command="/usr/bin/vagalume" needs="X11" \ icon="/usr/share/pixmaps/vagalume.xpm" \ section="Applications/Sound" title="Vagalume Last.fm Client" debian/docs0000644000000000000000000000005412233752341010042 0ustar AUTHORS NEWS README THANKS TODO TRANSLATORS