--- rhythmbox-ubuntuone-music-store-0.1.9.orig/debian/rhythmbox-ubuntuone-music-store.gconf-defaults +++ rhythmbox-ubuntuone-music-store-0.1.9/debian/rhythmbox-ubuntuone-music-store.gconf-defaults @@ -0,0 +1,3 @@ +/apps/rhythmbox/plugins/umusicstore/active true +/desktop/gnome/url-handlers/u1ms/command rhythmbox "%s" +/desktop/gnome/url-handlers/u1ms/enabled true --- rhythmbox-ubuntuone-music-store-0.1.9.orig/debian/rules +++ rhythmbox-ubuntuone-music-store-0.1.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.1.9.orig/debian/watch +++ rhythmbox-ubuntuone-music-store-0.1.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.1.9.orig/debian/compat +++ rhythmbox-ubuntuone-music-store-0.1.9/debian/compat @@ -0,0 +1 @@ +6 --- rhythmbox-ubuntuone-music-store-0.1.9.orig/debian/copyright +++ rhythmbox-ubuntuone-music-store-0.1.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.1.9.orig/debian/changelog +++ rhythmbox-ubuntuone-music-store-0.1.9/debian/changelog @@ -0,0 +1,174 @@ +rhythmbox-ubuntuone-music-store (0.1.9-0ubuntu2) natty; urgency=low + + * debian/control: add Depends on python-defer (LP: #691647) + + -- John Lenton Tue, 21 Dec 2010 11:18:32 +0100 + +rhythmbox-ubuntuone-music-store (0.1.9-0ubuntu1) maverick-proposed; urgency=low + + * New upstream release: + - Activate U1 music store when getting a u1ms:// link (Rodrigo Moya) + (LP: #656248) + * debian/control: + - Depend on aptdaemon (LP: #641050) + * debian/rhythmbox-ubuntuone-music-store.gconf-defaults: + - Use correct GConf dir (LP: #656248) + + -- Rodrigo Moya Thu, 07 Oct 2010 13:09:46 +0200 + +rhythmbox-ubuntuone-music-store (0.1.8-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Don't call a not implemented method on rb.Source (Rodrigo Moya) + (LP: #618945) + + -- Rodrigo Moya Mon, 27 Sep 2010 16:33:11 +0200 + +rhythmbox-ubuntuone-music-store (0.1.7-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Fix first time activation by using the correct .source object (Rodrigo + Moya) + + -- Rodrigo Moya Thu, 23 Sep 2010 16:36:08 +0200 + +rhythmbox-ubuntuone-music-store (0.1.6-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Fixed a regression bug which was preventing the tweet button from being + displayed (Ken VanDine) (LP: #643620) + * debian/rhythmbox-ubuntuone-music-store.gconf-defaults: + - Set default values for u1ms:// URL handlers (LP: #643638) + + -- Rodrigo Moya Mon, 20 Sep 2010 18:02:02 +0200 + +rhythmbox-ubuntuone-music-store (0.1.5-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Include all the *.py in POTFILES.in (John Lenton) (LP: #636634) + - Remove useless call to player.play() (Rodrigo Moya) (LP: #632735) + - Fix the mp3 plugin install code wrt aptdaemon changes (John Lenton) + (LP: #634545) + + -- Rodrigo Moya Thu, 16 Sep 2010 01:05:49 +0200 + +rhythmbox-ubuntuone-music-store (0.1.4-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Remove all references to musicstore_icon.png (Rodrigo Moya) + - Register entry type as needed by latest Rhythmbox release (Rodrigo Moya) + (LP: #624616) + + -- Rodrigo Moya Tue, 31 Aug 2010 17:35:45 +0200 + +rhythmbox-ubuntuone-music-store (0.1.3-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Added missing imports (Rodrigo Moya) + - Normalize and handle unicode a little before matching, to get better + matches (John Lenton) + - Add a cutoff value below which we don't show the suggestion at all + (John Lenton) + - Add a could-not-find message (John Lenton) + - Got rid of the old new icon usage (John Lenton) + - Make the music link dialog look a bit prettier (Rodrigo Moya) + + -- Rodrigo Moya Thu, 26 Aug 2010 01:47:45 +0200 + +rhythmbox-ubuntuone-music-store (0.1.2-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Fix conflict in __init__.py file (John Lenton) + + -- Rodrigo Moya Wed, 21 Jul 2010 23:57:59 +0200 + +rhythmbox-ubuntuone-music-store (0.1.1-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Add music links (Stuart Langridge) + + -- Rodrigo Moya Wed, 21 Jul 2010 16:03:11 +0200 + +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 --- rhythmbox-ubuntuone-music-store-0.1.9.orig/debian/control +++ rhythmbox-ubuntuone-music-store-0.1.9/debian/control @@ -0,0 +1,32 @@ +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), + aptdaemon, + python-defer, + rhythmbox-plugins +Description: Ubuntu One Music Store Rhythmbox plugin + . + A Rhythmbox plugin that makes the Ubuntu One Music Store available in + Rhythmbox.