--- rhythmbox-ubuntuone-music-store-0.0.9.orig/setup.py +++ rhythmbox-ubuntuone-music-store-0.0.9/setup.py @@ -10,5 +10,5 @@ description='Ubuntu One Music Store Rhythmbox plugin', long_description='A Rhythmbox plugin that makes the Ubuntu Music Store available in Rhythmbox.', url='https://launchpad.net/rhythmbox-ubuntuone-music-store', - data_files = [('/usr/lib/rhythmbox/plugins/umusicstore', ['umusicstore/__init__.py', 'umusicstore/empty.mp3', 'umusicstore/musicstore_icon.png', 'build/umusicstore/umusicstore.rb-plugin'])], + data_files = [('/usr/lib/rhythmbox/plugins/umusicstore', ['umusicstore/__init__.py', 'umusicstore/empty.mp3', 'umusicstore/musicstore_icon.png'])], ) --- rhythmbox-ubuntuone-music-store-0.0.9.orig/setup.cfg +++ rhythmbox-ubuntuone-music-store-0.0.9/setup.cfg @@ -1,2 +1,2 @@ [build_i18n] -key_files=[("umusicstore", ("umusicstore/umusicstore.rb-plugin.in",))] +desktop_files=[("lib/rhythmbox/plugins/umusicstore", ("umusicstore/umusicstore.rb-plugin.in",))] --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/compat +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/compat @@ -0,0 +1 @@ +6 --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/watch +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/rhythmbox-ubuntuone-music-store/+download .*/rhythmbox-ubuntuone-music-store-([0-9.]+).tar.gz --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/rules +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/langpack.mk + +binary-post-install/rhythmbox-ubuntuone-music-store:: + dh_gconf + +binary-predeb/rhythmbox-ubuntuone-music-store:: + rm -rf debian/$(cdbs_curpkg)/usr/share/pyshared* --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/copyright +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ken VanDine on +Wed, 06 Jan 2010 10:16:06 -0600. + +It was downloaded from + +Upstream Author: + + Stuart Langridge + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License Version 3.0 as published by the Free Software Foundation. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; 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 Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL-3' + +The Debian packaging is (C) 2009, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/rhythmbox-ubuntuone-music-store.gconf-defaults +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/rhythmbox-ubuntuone-music-store.gconf-defaults @@ -0,0 +1 @@ +/apps/rhythmbox/plugins/umusicstore/active true --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/control +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/control @@ -0,0 +1,30 @@ +Source: rhythmbox-ubuntuone-music-store +Section: gnome +Priority: extra +Build-Depends: cdbs (>= 0.4.43), + debhelper (>= 6), + python, + python-central (>= 0.6.11), + python-distutils-extra (>= 2.10) +Maintainer: Ken VanDine +Standards-Version: 3.8.4 +XS-Python-Version: current +Homepage: https://launchpad.net/rhythmbox-ubuntuone-music-store + +Package: rhythmbox-ubuntuone-music-store +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + python-gobject, + python-webkit, + python-gtk2, + libubuntuone-1.0-1 (>= 0.2.100), + python-ubuntuone (>= 0.2.100), + ubuntuone-client (>= 1.1.2), + python-aptdaemon-gtk (>= 0.11+bzr345-0ubuntu3), + rhythmbox-plugins +Description: Ubuntu One Music Store Rhythmbox plugin + . + A Rhythmbox plugin that makes the Ubuntu One Music Store available in + Rhythmbox. --- rhythmbox-ubuntuone-music-store-0.0.9.orig/debian/changelog +++ rhythmbox-ubuntuone-music-store-0.0.9/debian/changelog @@ -0,0 +1,83 @@ +rhythmbox-ubuntuone-music-store (0.0.9-0ubuntu1) lucid; urgency=low + + * New upstream release. + - Show the music store first time the user runs it (LP: #557374) + - Display legally required EULA for mp3 plugin if it needs installing + * setup.cfg + - Mark plugin metadata file as a desktop file for translation + + -- Ken VanDine Wed, 14 Apr 2010 13:39:45 -0400 + +rhythmbox-ubuntuone-music-store (0.0.8-0ubuntu1) lucid; urgency=low + + * New upstream release. + - Use the mp3 codec from the partner repository + - Correctly remove the Music Store library from Rhythmbox when the + plugin is disabled (LP: #533754, #536780) + - Don't create an English-named library for non-English + locales (LP: #544449) + - Properly allow everything to be translated (thanks Gabor + Kelemen!) (LP: #546749) + - Get the Music Store folder's location from libubuntuone (LP: #536957) + * debian/control + - Bump version of python-aptdaemon-gtk needed to >= 0.11+bzr345-0ubuntu3 + + -- Ken VanDine Thu, 01 Apr 2010 13:30:55 -0400 + +rhythmbox-ubuntuone-music-store (0.0.5-0ubuntu2) lucid; urgency=low + + * debian/control + - Added missed depends for python-aptdaemon-gtk (LP: #545200) + + -- Ken VanDine Tue, 23 Mar 2010 16:56:29 -0400 + +rhythmbox-ubuntuone-music-store (0.0.5-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control + - bumped required version of libubuntuone to 0.2.100 + + -- Ken VanDine Fri, 05 Mar 2010 17:01:36 -0500 + +rhythmbox-ubuntuone-music-store (0.0.2-0ubuntu4) lucid; urgency=low + + * debian/control + - added a Depends on ubuntuone-client, we need the syncdaemon to + download music (LP: #528250) + + -- Ken VanDine Fri, 26 Feb 2010 09:27:27 -0500 + +rhythmbox-ubuntuone-music-store (0.0.2-0ubuntu3) lucid; urgency=low + + * Drop unnecessary python-distutils-extra dependency, it pulls in 40 MB + worth of development packages. + + -- Martin Pitt Wed, 24 Feb 2010 08:21:59 +0100 + +rhythmbox-ubuntuone-music-store (0.0.2-0ubuntu2) lucid; urgency=low + + * Merged upstream changes + + -- Ken VanDine Tue, 23 Feb 2010 09:39:55 -0500 + +rhythmbox-ubuntuone-music-store (0.0.2-0ubuntu1) lucid; urgency=low + + * New upstream release + - Rename the library to something more meaningful (LP: #525856) + - Clicking the name of a song in the My Downloads list should play that + song (LP: #525861) + - Icon doesn't show in stores list (LP: #525864) + * debian/rhythmbox-ubuntuone-music-store.gconf-defaults + - enable the plugin by default + * debian/rules + - added dh_gconf to handle the gconf rules + * debian/control + - bump version for depends on libubuntuone to 0.2.90 + + -- Ken VanDine Mon, 22 Feb 2010 21:42:46 -0500 + +rhythmbox-ubuntuone-music-store (0.0.1-0ubuntu1) lucid; urgency=low + + * Initial packaging. + + -- Ken VanDine Tue, 16 Feb 2010 16:22:09 -0500