--- decibel-audio-player-0.09.orig/debian/menu +++ decibel-audio-player-0.09/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-0.09.orig/debian/rules +++ decibel-audio-player-0.09/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +build: + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + $(MAKE) clean + dh_clean + rm -rf locale/*/LC_MESSAGES/decibel-audio-player.mo + rm -rf decibel-audio-player decibel-audio-player-remote + +install: patch build + dh_testdir + dh_testroot + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/decibel-audio-player prefix=/usr install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs doc/ChangeLog + dh_installdocs + dh_installmenu + dh_installman doc/decibel-audio-player.1 + dh_desktop + dh_link usr/share/decibel-audio-player/src/decibel-audio-player.py /usr/bin/decibel-audio-player + dh_compress + dh_fixperms + chmod +x debian/decibel-audio-player/usr/share/decibel-audio-player/src/decibel-audio-player.py + dh_pycentral + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- decibel-audio-player-0.09.orig/debian/changelog +++ decibel-audio-player-0.09/debian/changelog @@ -0,0 +1,148 @@ +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-0.09.orig/debian/patches/fix_multimedia_keys.dpatch +++ decibel-audio-player-0.09/debian/patches/fix_multimedia_keys.dpatch @@ -0,0 +1,21 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fix_multimedia_keys.dpatch by Emilio Pozuelo Monfort +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: fix multimedia keys with latest gnome-settings-daemon, as it +## DP: has changed the interface. +## DP: https://launchpad.net/bugs/188702 + +@DPATCH@ +--- decibel-audio-player-0.09/src/modules/GnomeMediaKeys.py.orig 2008-03-28 17:30:38.000000000 +0100 ++++ decibel-audio-player-0.09/src/modules/GnomeMediaKeys.py 2008-03-28 17:31:43.000000000 +0100 +@@ -35,7 +35,7 @@ class GnomeMediaKeys(modules.Module): + """ Handle messages sent to this modules """ + if msg == consts.MSG_EVT_APP_STARTED: + try: +- service = dbus.SessionBus().get_object('org.gnome.SettingsDaemon', '/org/gnome/SettingsDaemon') ++ service = dbus.SessionBus().get_object('org.gnome.SettingsDaemon', '/org/gnome/SettingsDaemon/MediaKeys') +- self.dbusInterface = dbus.Interface(service, 'org.gnome.SettingsDaemon') ++ self.dbusInterface = dbus.Interface(service, 'org.gnome.SettingsDaemon.MediaKeys') + self.dbusInterface.GrabMediaPlayerKeys(consts.appName, time.time()) + self.dbusInterface.connect_to_signal('MediaPlayerKeyPressed', self.onMediaKey) --- decibel-audio-player-0.09.orig/debian/patches/00list +++ decibel-audio-player-0.09/debian/patches/00list @@ -0,0 +1 @@ +fix_multimedia_keys --- decibel-audio-player-0.09.orig/debian/control +++ decibel-audio-player-0.09/debian/control @@ -0,0 +1,28 @@ +Source: decibel-audio-player +Section: sound +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: Python Applications Packaging Team +Build-Depends: debhelper (>= 5), dpatch +Build-Depends-Indep: python (>=2.4), python-central (>= 0.5.6) +Standards-Version: 3.7.3 +Homepage: http://decibel.silent-blade.org/ +XS-Python-Version: current, >=2.4 +Vcs-Svn: svn://svn.debian.org/python-apps/packages/decibel-audio-player/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/?op=log + +Package: decibel-audio-player +Architecture: all +Depends: ${python:Depends}, + python-gtk2 (>=2.6.3-2), + python-glade2 (>=2.6.3-2), + python-mutagen (>= 1.10), + python-gst0.10 (>=0.10), + python-dbus +Recommends: python-notify (>=0.1), + python-gnome2-desktop +XB-Python-Version: ${python:Versions} +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-0.09.orig/debian/watch +++ decibel-audio-player-0.09/debian/watch @@ -0,0 +1,2 @@ +version=3 +opts="uversionmangle=s/-beta/~beta/" http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-(.*)\.tar\.gz debian uupdate --- decibel-audio-player-0.09.orig/debian/copyright +++ decibel-audio-player-0.09/debian/copyright @@ -0,0 +1,34 @@ +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'. + +The Debian packaging is (C) 2007-2008, Emilio Pozuelo Monfort and +is licensed under the GPL, see above. --- decibel-audio-player-0.09.orig/debian/compat +++ decibel-audio-player-0.09/debian/compat @@ -0,0 +1 @@ +5