--- decibel-audio-player-1.00.orig/debian/install +++ decibel-audio-player-1.00/debian/install @@ -0,0 +1 @@ +debian/bin/decibel-audio-player usr/bin --- decibel-audio-player-1.00.orig/debian/control +++ decibel-audio-player-1.00/debian/control @@ -0,0 +1,33 @@ +Source: decibel-audio-player +Section: sound +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: Python Applications Packaging Team +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: python (>=2.4), python-support +Standards-Version: 3.8.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. --- decibel-audio-player-1.00.orig/debian/copyright +++ decibel-audio-player-1.00/debian/copyright @@ -0,0 +1,45 @@ +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. --- decibel-audio-player-1.00.orig/debian/manpages +++ decibel-audio-player-1.00/debian/manpages @@ -0,0 +1 @@ +doc/decibel-audio-player.1 --- decibel-audio-player-1.00.orig/debian/changelog +++ decibel-audio-player-1.00/debian/changelog @@ -0,0 +1,222 @@ +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 --- decibel-audio-player-1.00.orig/debian/watch +++ decibel-audio-player-1.00/debian/watch @@ -0,0 +1,4 @@ +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 --- decibel-audio-player-1.00.orig/debian/compat +++ decibel-audio-player-1.00/debian/compat @@ -0,0 +1 @@ +7 --- decibel-audio-player-1.00.orig/debian/rules +++ decibel-audio-player-1.00/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- prefix=/usr + +override_dh_installchangelogs: + dh_installchangelogs doc/ChangeLog --- decibel-audio-player-1.00.orig/debian/menu +++ decibel-audio-player-1.00/debian/menu @@ -0,0 +1,4 @@ +?package(decibel-audio-player):needs="X11"\ + section="Applications/Sound"\ + title="Decibel Audio Player"\ + command="/usr/bin/decibel-audio-player" --- decibel-audio-player-1.00.orig/debian/bin/decibel-audio-player +++ decibel-audio-player-1.00/debian/bin/decibel-audio-player @@ -0,0 +1,2 @@ +#!/bin/sh +exec python /usr/share/decibel-audio-player/src/decibel-audio-player.py $@