debian/0000755000000000000000000000000011515153210007160 5ustar debian/patches/0000755000000000000000000000000011515152731010616 5ustar debian/patches/series0000644000000000000000000000003511515152715012033 0ustar 01_desktop_file_exec_F.patch debian/patches/01_desktop_file_exec_F.patch0000644000000000000000000000040011515152715016054 0ustar --- a/res/decibel-audio-player.desktop +++ b/res/decibel-audio-player.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Decibel Audio Player -Exec=decibel-audio-player +Exec=decibel-audio-player %F Terminal=false Type=Application Icon=decibel-audio-player debian/copyright0000644000000000000000000000311511156673530011130 0ustar This package was debianized by Emilio Pozuelo Monfort on Wed, 23 May 2007 21:43:12 +0200. It was downloaded from http://decibel.silent-blade.org/index.php?n=Main.Download Upstream Author: Ingelrest Francois Copyright Holder: Copyright (C) 2007 Ingelrest Francois License: This package 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 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 On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. ------------------------------------------- The files 'po/*.po' are copyright: Copyright (C) 2007-2008 Rosetta Contributors and Canonical Ltd 2008 and are licensed under the same license as the decibel-audio-player package, see above. ------------------------------------------- The Debian packaging is Copyright © 2007-2009, Emilio Pozuelo Monfort and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000011515152731010467 5ustar debian/source/format0000644000000000000000000000001411400222151011660 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000027511112246032010213 0ustar version=3 opts="uversionmangle=s/-beta/~beta/" \ http://decibel.silent-blade.org/index.php?n=Main.Download \ http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-(.*)\.tar\.gz debian/control0000644000000000000000000000236211515152715010577 0ustar Source: decibel-audio-player Section: sound Priority: optional Maintainer: Emilio Pozuelo Monfort Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python (>=2.4), python-support Standards-Version: 3.9.1 Homepage: http://decibel.silent-blade.org/ Vcs-Svn: svn://svn.debian.org/python-apps/packages/decibel-audio-player/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/decibel-audio-player/trunk/ Package: decibel-audio-player Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>=2.6.3-2), python-glade2 (>=2.6.3-2), python-mutagen (>= 1.10), python-gst0.10 (>=0.10), python-dbus, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good Recommends: gstreamer0.10-plugins-ugly, python-notify (>=0.1), python-gnome2, python-gnomekeyring, python-cddb Suggests: gstreamer0.10-plugins-bad Description: simple and nice music player for the GNOME desktop Decibel is a GTK+ audio player which aims at being very straightforward to use by mean of a very clean and user friendly interface. debian/rules0000755000000000000000000000023511156751735010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install -- prefix=/usr override_dh_installchangelogs: dh_installchangelogs doc/ChangeLog debian/menu0000644000000000000000000000022310677213314010056 0ustar ?package(decibel-audio-player):needs="X11"\ section="Applications/Sound"\ title="Decibel Audio Player"\ command="/usr/bin/decibel-audio-player" debian/compat0000644000000000000000000000000211156700712010364 0ustar 7 debian/changelog0000644000000000000000000002206611515152715011051 0ustar decibel-audio-player (1.06-1) experimental; urgency=low * New upstream release. * debian/patches/01_desktop_file_exec_F.patch: - New patch. We can open multiple files in the same instance, so teach the desktop file that. Thanks Adrien Clerc. Closes: #610102. * debian/control: - Standards-Version is 3.9.1, no changes needed. -- Emilio Pozuelo Monfort Mon, 17 Jan 2011 23:49:05 +0000 decibel-audio-player (1.04-1) unstable; urgency=low * New upstream release. * debian/source/format: - Switch to source format 3.0 (quilt). * debian/control: - Standards-Version is 3.8.4, no changes needed. * debian/bin/decibel-audio-player, debian/install: - Removed, upstream installs a launch file so use it instead of ours. -- Emilio Pozuelo Monfort Sun, 30 May 2010 11:53:57 +0200 decibel-audio-player (1.03-1) unstable; urgency=low * New upstream release. -- Emilio Pozuelo Monfort Fri, 15 Jan 2010 17:35:40 +0100 decibel-audio-player (1.02-1) unstable; urgency=low * New upstream release. -- Emilio Pozuelo Monfort Sat, 05 Dec 2009 12:13:23 +0100 decibel-audio-player (1.01-1) unstable; urgency=low * Update my email address. * New upstream release. - Add .oga as a recognized extension. Closes: #522938. * Build depend on debhelper >= 7.0.50~ for the availability of overrides. * Standards-Version is 3.8.3, no changes needed. * debian/manpages: Removed, the manpages are installed by the upstream makefile. -- Emilio Pozuelo Monfort Sat, 05 Sep 2009 17:49:37 +0200 decibel-audio-player (1.00-2) unstable; urgency=low [ Marco Rodrigues ] * debian/copyright: + Replace in common-licenses from GPL to GPL-2. [ Emilio Pozuelo Monfort ] * Recommend python-gnomekeyring rather than python-gnome2-desktop now that the latter has been split. * Recommend python-gnome2 for the multimedia keys plugin. * Depend on gstreamer0.10-plugins-{base,good}, recommend -ugly and suggest -bad, since decibel is useless without audio decoders. Closes: #517326. * Add "Copyright" to the packaging section in debian/copyright to please lintian, and update years. * Clean up whitespaces. * Switch to python-support. * Install a tiny script to launch decibel-audio-player rather than symlinking the binary. * Use debhelper 7. * Depend on ${misc:Depends} * Standards-Version is 3.8.1, no changes needed. -- Emilio Pozuelo Monfort Sat, 14 Mar 2009 11:36:59 +0100 decibel-audio-player (1.00-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * New upstream release. - debian/patches/fix_library_empty_tags.dpatch: + Removed, fixed upstream. * Remove dpatch magic, not needed anymore. * Fix watch file. [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn -- Emilio Pozuelo Monfort Sun, 23 Nov 2008 13:24:51 +0100 decibel-audio-player (0.11-2) unstable; urgency=low * debian/patches/fix_library_empty_tags.dpatch: - Fix Library module not loading when a track has an empty artist tag. Closes: #500757. * debian/control, debian/rules: - Add patch system. -- Emilio Pozuelo Monfort Sun, 05 Oct 2008 11:57:06 +0200 decibel-audio-player (0.11-1) unstable; urgency=low * New upstream release. * debian/control: - Updated Standards-Version to 3.8.0 (no changes needed). - Recommend python-cddb for the Audio CD plugin. Closes: #499174. - Don't start the short description with a capital leter. -- Emilio Pozuelo Monfort Wed, 17 Sep 2008 20:36:15 +0200 decibel-audio-player (0.10-1) unstable; urgency=low * New upstream release. - Remove unneded clean rules in debian/rules, fixed upstream now. - Updated debian/copyright. - debian/patches: removed, applied upstream. * debian/watch: don't update the package as that's done by svn-bp. * debian/rules, debian/control: - Remove dpatch magic. -- Emilio Pozuelo Monfort Sun, 11 May 2008 13:21:09 +0200 decibel-audio-player (0.09-2) unstable; urgency=low * debian/patches/fix_multimedia_keys.dpatch: - Added, fix multimedia keys with latest gnome-settings-daemon, as it has changed the interface. * debian/control, debian/rules, debian/patches/00list: - Add dpatch magic. * debian/copyright: - Add 'Copyright (C)' so that lintian doesn't complain of a missing copyright holder. -- Emilio Pozuelo Monfort Fri, 28 Mar 2008 17:52:51 +0100 decibel-audio-player (0.09-1) unstable; urgency=low * New upstream release. * debian/decibel-audio-player-remote.1, debian/manpages: - Removed, since the manpage is now shipped upstream. * debian/patches/01_fix_hashbang.dpatch: - Removed. The hashbang fix has been applied upstream. * debian/control, debian/rules, debian/patches: - Remove dpatch magic. * debian/rules: - Remove .mo files in clean target. - Remove decibel-audio-player{,-remote} too. -- Emilio Pozuelo Monfort Sun, 27 Jan 2008 22:31:13 +0100 decibel-audio-player (0.08-1) unstable; urgency=low * New upstream release. * debian/control: - Move python to Build-Depends-Indep since it's arch: all. - Standards-Version bumped to 3.7.3, no changes needed. * debian/decibel-audio-player-remote.1, debian/manpages: - Added a manpage for decibel-audio-player-remote. * debian/patches/01_remove_hashbang.dpatch: - Added, remove unneeded hashbang. -- Emilio Pozuelo Monfort Thu, 10 Jan 2008 05:12:50 +0100 decibel-audio-player (0.07-1) unstable; urgency=low * New upstream release. * debian/control: - Changed python-dev to python and move it to build-deps from build-deps-indep. - Removed python-gnome2 from Depends, not needed anymore. - Moved python-gnome2-desktop from Depends to Recommends, since it's not strictly necessary. * debian/rules: - Moved build stuff from binary-arch to binary-indep. Thanks to Piotr Ożarowski. -- Emilio Pozuelo Monfort Mon, 19 Nov 2007 19:31:57 +0100 decibel-audio-player (0.06.3-1) unstable; urgency=low * New upstream release. * debian/control: - Move XS-Vcs-* fields to Vcs-*, as they are now supported by dpkg. * debian/watch: - Added uupdate magic. -- Emilio Pozuelo Monfort Sat, 06 Oct 2007 10:52:50 +0200 decibel-audio-player (0.06-2) unstable; urgency=low * debian/control: - Removed python-xml dependency, as decibel now stores preferences using python's internal methods. - Moved python-notify from Depends to Recommends, as it's required by a plugin, and it will popup a window if python-notify is not present. - Thanks to François Ingelrest for the changes. -- Emilio Pozuelo Monfort Sat, 29 Sep 2007 17:22:55 +0200 decibel-audio-player (0.06-1) unstable; urgency=low * debian/patches: 10_create_icondir.dpatch, 20_fix_desktop_file.dpatch, 30_python_2_4.dpatch, 40_value_error.dpatch: removed, applied upstream. * debian/control: - Added XS-VCS-Browser and XS-VCS-Svn fields. - Moved Homepage from Description to his own field. -- Emilio Pozuelo Monfort Fri, 28 Sep 2007 16:54:00 +0200 decibel-audio-player (0.05.2-3) unstable; urgency=low * debian/control: - Add Python Applications Packaging Team to Uploaders! * debian/patches: - Add 40_value_error.dpatch to fix a ValueError. -- Emilio Pozuelo Monfort Sun, 09 Sep 2007 20:18:29 +0200 decibel-audio-player (0.05.2-2) unstable; urgency=low * debian/patches: - Add 30_python_2_4.dpatch to make decibel work with python2.4 (patch by François Ingelrest). Closes: #439989. * debian/control: - Depend on python-dbus. -- Emilio Pozuelo Monfort Wed, 29 Aug 2007 10:56:17 +0200 decibel-audio-player (0.05.2-1) unstable; urgency=low * New upstream release. * debian/rules: - Call dh_desktop. - Add dpatch magic. * debian/control: - Depend on dpatch. - Depend on python-gnome2 (Closes: #433564) - Add missing dependency on python-gnome2-desktop (thanks to Piotr Ożarowski). * debian/patches: - Added 10_create_icondir.dpatch and 20_fix_desktop_file.dpatch. * Updated debian/menu file. -- Emilio Pozuelo Monfort Tue, 28 Aug 2007 02:21:05 +0200 decibel-audio-player (0.03-1) unstable; urgency=low * New upstream release. * debian/patches/20_remove_hashbangs.dpath - Removed, applied upstream. * debian/rules: - Do not ignore errors in Make clean rule. - Changed doc/whatsnew.txt to ChangeLog - Remove dpatch magic. * debian/control: - Fixed XS-Python-Version, so lintian doesn't complain. - Remove dpatch from Build-Depends -- Emilio Pozuelo Monfort Thu, 05 Jul 2007 17:49:58 +0200 decibel-audio-player (0.02-1) unstable; urgency=low * Initial release (Closes: #425822) -- Emilio Pozuelo Monfort Wed, 23 May 2007 21:43:12 +0200