--- unity-lens-music-6.9.0+13.10.20131011.orig/debian/watch +++ unity-lens-music-6.9.0+13.10.20131011/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/unity-lens-music/+download .*/unity-lens-music-([0-9.]+)\.tar\.gz --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/copyright +++ unity-lens-music-6.9.0+13.10.20131011/debian/copyright @@ -0,0 +1,20 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: unity-lens-music +Upstream-Contact: Mikkel Kamstrup Erlandsen + Alex Launi +Source: https://launchpad.net/unity-lens-music/+download + +File: * +Copyright: 2011 Canonical Ltd +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + . + This program 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. + . + On Debian/Ubuntu systems, the full text of the GPL v3 can be found in + `/usr/share/common-licenses/GPL-3' --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/control +++ unity-lens-music-6.9.0+13.10.20131011/debian/control @@ -0,0 +1,47 @@ +Source: unity-lens-music +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-autoreconf, + gnome-common, + pkg-config, + dh-translations, + valac, + libglib2.0-dev (>= 2.32), + libgee-dev, + libjson-glib-dev, + libnotify-dev, + libsoup2.4-dev, + liboauth-dev, + libdee-dev (>= 1.2.5), + libsqlite3-dev (>= 3.7.7), + libunity-dev (>= 7.0.0), + libtdb-dev (>= 1.2.6), + libgstreamer1.0-dev, + libgstreamer-plugins-base1.0-dev +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/unity-lens-music +# If you aren't a member of ~unity-team but need to upload packaging changes, +# just go ahead. ~unity-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-music/trunk + +Package: unity-lens-music +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Breaks: unity (<< 6.0) +Recommends: unity-scope-musicstores +Description: Music lens for unity + This package contains the "music" lens which can be used + into Unity to browse your media files. + +Package: unity-scope-musicstores +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: Ubuntu One music store scope for unity + This package contains the Ubuntu One scope for the "music" lens + which can be used into Unity to preview and buy online + media files. + --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/compat +++ unity-lens-music-6.9.0+13.10.20131011/debian/compat @@ -0,0 +1 @@ +9 --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/rules +++ unity-lens-music-6.9.0+13.10.20131011/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with translations,autoreconf + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_auto_build: + # TOREMOVE + touch tests/test_rhythmbox_parser_vala.stamp + dh_auto_build + +override_dh_install: + dh_install --fail-missing --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/unity-lens-music.install +++ unity-lens-music-6.9.0+13.10.20131011/debian/unity-lens-music.install @@ -0,0 +1,6 @@ +usr/lib/*/unity-lens-music/unity-music-daemon +usr/lib/*/unity-lens-music/music-preview-player +usr/share/dbus-1/services/unity-scope-music.service +usr/share/dbus-1/services/music-preview-player.service +usr/share/unity/scopes/music/banshee.scope +usr/share/unity/scopes/music/rhythmbox.scope --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/unity-scope-musicstores.install +++ unity-lens-music-6.9.0+13.10.20131011/debian/unity-scope-musicstores.install @@ -0,0 +1,3 @@ +usr/lib/*/unity-lens-music/unity-musicstore-daemon +usr/share/dbus-1/services/musicstore-scope.service +usr/share/unity/scopes/music/musicstore.scope --- unity-lens-music-6.9.0+13.10.20131011.orig/debian/changelog +++ unity-lens-music-6.9.0+13.10.20131011/debian/changelog @@ -0,0 +1,462 @@ +unity-lens-music (6.9.0+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Michal Hruby ] + * Fix FTBFS. (LP: #1210357) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 147 + + -- Ubuntu daily release Fri, 11 Oct 2013 06:16:25 +0000 + +unity-lens-music (6.9.0daily13.06.21-0ubuntu1) saucy; urgency=low + + [ Michal Hruby ] + * As per design guidelines, use capital letters only for first words. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 145 + + -- Ubuntu daily release Fri, 21 Jun 2013 04:02:07 +0000 + +unity-lens-music (6.9.0daily13.06.19-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * Build with default valac. + * Don't prefix Music to the Banshee & Rhythmbox scope names. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 143 + + -- Ubuntu daily release Wed, 19 Jun 2013 04:28:26 +0000 + +unity-lens-music (6.9.0daily13.06.10-0ubuntu1) saucy; urgency=low + + [ Michal Hruby ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ James Henstridge ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Automatic PS uploader ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Alejandro J. Cura ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Didier Roche ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Nick Dedekind ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Manuel de la Pena ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Pawel Stolowski ] + * Added a number of small fixes that design pointed out during the + manual testing. This branch does not activate the payment feature + yet until Ubuntu Payment confirms that all payment issues are fixed. + (LP: #1182361, #1182354, #1180347, #1179981, #1180717) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 140 + + -- Ubuntu daily release Mon, 10 Jun 2013 04:02:34 +0000 + +unity-lens-music (6.9.0daily13.06.05-0ubuntu1) saucy; urgency=low + + [ Alejandro J. Cura ] + * Allow overriding the urls that are opened from environment + variables. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 138 + + -- Ubuntu daily release Wed, 05 Jun 2013 06:18:48 +0000 + +unity-lens-music (6.9.0daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Pawel Stolowski ] + * New upstream release. + + [ Alejandro J. Cura ] + * Allow overriding the urls that are opened from environment + variables. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 137 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 04:20:14 +0000 + +unity-lens-music (6.8.1daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 134 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 01 May 2013 21:58:05 +0000 + +unity-lens-music (6.8.1daily13.04.18~13.04-0ubuntu1) raring; urgency=low + + [ Alejandro J. Cura ] + * Purchased songs won't download when not logged to U1 (LP: #1168674) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 133 + + -- Ubuntu daily release Thu, 18 Apr 2013 05:37:17 +0000 + +unity-lens-music (6.8.1daily13.03.04-0ubuntu1) raring; urgency=low + + [ Pawel Stolowski ] + * Dash - Left clicking on purchasable/installable content should open + a preview (LP: #1045230) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 131 + + -- Automatic PS uploader Mon, 04 Mar 2013 04:01:16 +0000 + +unity-lens-music (6.8.1daily13.02.26-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 129 + + -- Automatic PS uploader Tue, 26 Feb 2013 04:02:07 +0000 + +unity-lens-music (6.8.1daily13.02.07-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 127 + + -- Automatic PS uploader Thu, 07 Feb 2013 06:19:06 +0000 + +unity-lens-music (6.8.1daily13.01.11-0ubuntu1) raring; urgency=low + + [ Alejandro J. Cura ] + * debian/control: + - added libsoup2.4-dev and liboauth-dev build dependencies + + [ Michael Terry ] + * Update vala code to latest 0.18 standards (LP: #1087393) + + [ Iain Lane , Michael Terry ] + * Port to GStreamer 1.0 (LP: #1087426) + + [ Alejandro J. Cura ] + * Needs to call Ubuntu One music store webservices (LP: #1088935) + + [ Aditya Vaidya ] + * Genre "Classic" should be "Classical" (LP: #972987) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 125 + + -- Automatic PS uploader Fri, 11 Jan 2013 04:01:55 +0000 + +unity-lens-music (6.8.1daily12.12.05-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * Install daemons into pkglibexecdir, not libexecdir + * debian/control: + - Update Vcs-Bzr + - Build-Depend on dh-autoreconf and gnome-common + * debian/rules: + - Use dh_autoreconf + - Use --fail-missing + * Automatic snapshot from revision 116 (bootstrap) + + [ Didier Roche ] + * debian/control: + - build-dep on latest libunity-dev + + [ Automatic PS uploader ] + * Automatic snapshot from revision 119 + + -- Automatic PS uploader Wed, 05 Dec 2012 09:27:57 +0000 + +unity-lens-music (6.8.1-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Ignore iradio tag (radio stations) when parsing Rhythmbox database; + check if track uri is a local file, this prevents unexpected network + queries when radio stations are enabled back in the future + (LP: #1049075) + - Add conditional search activation to the remote scope (LP: #1054746) + * Bump libunity-dev dependency + + -- Timo Jyrinki Mon, 01 Oct 2012 16:10:51 +0300 + +unity-lens-music (6.8.0-0ubuntu1) quantal-proposed; urgency=low + + [ Timo Jyrinki ] + * New upstream release. + - Improved error handling affecting music preview player (LP: #1043773) + - Detect missing codecs and trigger their installation via gstreamer API + (LP: #1043825) + - Set price as extra_text of 'Download' action. (LP: #1048649) + - Set provide_personal_content flag. (LP: #1049593) + - Use annotated icon in musicstore results. Renamed 'Available for + purchase' category to 'More suggestions' and use new icon. + (LP: #1049593) + - Use new icons when album cover is missing (LP: #1049217) + - Do not show Internet radio channels in music search results, because + previews is not working for them (LP: #1049651) + - Request higher-resolution images from the U1 music store + (LP: #1049568) + + [ Didier Roche ] + * debian/control: + - build-dep on latest libunity + + -- Didier Roche Thu, 20 Sep 2012 16:26:57 +0200 + +unity-lens-music (6.6.0-0ubuntu1) quantal; urgency=low + + * New upstream release. + - Provide video_properties dbus method for the video lens. + * debian/control: + - added libgstreamer-plugins-base0.10-dev dependency (gstreamer-pbutils) + + -- Łukasz 'sil2100' Zemczak Thu, 23 Aug 2012 18:46:20 +0200 + +unity-lens-music (6.4.0-0ubuntu3) quantal; urgency=low + + * debian/control: of course it's 5.96 required + + -- Sebastien Bacher Wed, 22 Aug 2012 22:44:30 +0200 + +unity-lens-music (6.4.0-0ubuntu2) quantal; urgency=low + + * debian/control: updated libunity requirement + + -- Sebastien Bacher Wed, 22 Aug 2012 22:38:44 +0200 + +unity-lens-music (6.4.0-0ubuntu1) quantal; urgency=low + + [ Ricardo Mendoza ] + * debian/control: + - add a build-dep on libgstreamer0.10-dev + * debian/unity-lens-music.install + - install music-preview-player service and binary + + [ Łukasz 'sil2100' Zemczak ] + * New upstream release. + - added implementation of previews + + -- Łukasz 'sil2100' Zemczak Wed, 22 Aug 2012 20:49:58 +0200 + +unity-lens-music (6.2.0-0ubuntu1) quantal-proposed; urgency=low + + * debian/control: + - switch to vala version 0.16 + * New upstream release. + - Fixed compatibility with Valac 0.16 + + -- Łukasz 'sil2100' Zemczak Fri, 10 Aug 2012 13:22:53 +0200 + +unity-lens-music (6.0.0-0ubuntu3) quantal; urgency=low + + * Cherry-pick a search result fix: + - lp:~unity-team/unity-lens-music/improved-result-quality + Fix u1 search results to not seem too random. Lowers mem churn in + musicstore scope quite a bit. (LP: #1021656) + * Restore tests/assertions.vapi that was missed from the release + + -- Timo Jyrinki Thu, 12 Jul 2012 15:26:35 +0300 + +unity-lens-music (6.0.0-0ubuntu2) quantal-proposed; urgency=low + + * debian/*install: + - multiarch support + + -- Didier Roche Tue, 10 Jul 2012 09:33:06 +0200 + +unity-lens-music (6.0.0-0ubuntu1) quantal-proposed; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * New upstream release. + - music lens doens't find rhythmbox radios (LP: #969697) + - Unknown albums can be shown if your language is not english + (LP: #1009069) + - switched the assets directory to the unity 6.0 quantal one. + * debian/rules: + - touch the .stamp file before building to fix make check - temporary + + [ Didier Roche ] + * debian/control: + - Breaks unity << 6 because of path change + - build-dep on debhelper 9 + - move Vcs-Bzr to canonical branch + + -- Didier Roche Mon, 09 Jul 2012 17:04:32 +0200 + +unity-lens-music (5.12.0-0ubuntu1) precise-proposed; urgency=low + + * New upstream release. + - Music Lens doesn't work for albums in Precise with Rhythmbox + (LP: #970509) + - most genres do nothing (LP: #851424) + - Missing album art (LP: #976067) + * debian/control: + - add a build-dep on libtdb-dev + + -- Didier Roche Fri, 27 Apr 2012 11:33:01 +0200 + +unity-lens-music (5.10.0-0ubuntu1) precise; urgency=low + + * New upstream release. + - unity-music-daemon crashed with SIGSEGV in find_term_real() from + dee_tree_index_lookup() from dee_index_lookup() from + unity_music_lens_rhythmbox_collection_search() (LP: #963991) + - unity-music-daemon using a huge amount of ram (LP: #964684) + * debian/control: + - as there is no more banshee u1 music store, make unity-scope-musicstores + dep on rhythmbox-ubuntuone (LP: #969271) + - removing libxml2-dev build-dep + - bump Standards-Version to latest + + -- Didier Roche Thu, 12 Apr 2012 11:41:51 +0200 + +unity-lens-music (5.8.0-0ubuntu1) precise-proposed; urgency=low + + * New upstream release. + - Dash - No message displayed when no results are returned in the + Dash (LP: #711199) + - The music lens needs a Dee TreeIndex (LP: #948860) + * debian/control: + - add libxml2-dev to build-dep + - build-dep on latest dee + + -- Didier Roche Fri, 23 Mar 2012 15:27:08 +0100 + +unity-lens-music (5.4.0-0ubuntu1) precise; urgency=low + + * New upstream release. + - Dash - Remove Dash Home shortcut icons (LP: #885738) + - Dash - Genre filter category in the Music Lens should use a 3 column + layout (LP: #841902) + + -- Didier Roche Fri, 17 Feb 2012 13:32:07 +0100 + +unity-lens-music (5.2.0-0ubuntu1) precise; urgency=low + + * New upstream release. + - Dash - Remove Dash Home shortcut icons (LP: #885738) + - Dash - Genre filter category in the Music Lens should use a 3 column + layout (LP: #841902) + * debian/control: + - build with vala 0.14 + - build-dep on latest libunity-dev + + -- Didier Roche Fri, 03 Feb 2012 11:33:57 +0100 + +unity-lens-music (5.0.0-0ubuntu1) precise; urgency=low + + * New upstream release. + * debian/control: + - build-dep on latest libunity-dev + * debian/source: + - kill format 3, doesn't play well with bzr merge-upstream + + -- Didier Roche Thu, 12 Jan 2012 18:40:23 +0100 + +unity-lens-music (0.2.6-0ubuntu3) precise; urgency=low + + * debian/control: Drop recommends to Banshee, we use Rhythmbox now. + * debian/source/format: Go back to format 1.0, as we use direct merging from + trunk, and building source package fails with current dpkg and 3.0. + + -- Martin Pitt Sun, 27 Nov 2011 19:07:48 +0100 + +unity-lens-music (0.2.6-0ubuntu2) oneiric; urgency=low + + * Merge trunk: + - musicstores scope decade filter starts at 0 (LP: #864946) + + -- Didier Roche Mon, 03 Oct 2011 17:43:36 +0200 + +unity-lens-music (0.2.6-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - genre and decade filters don't work for music store (LP: #861754) + + -- Didier Roche Thu, 29 Sep 2011 17:29:47 +0200 + +unity-lens-music (0.2.4-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Clicking song/album in music lens loads in Banshee but does not + focus on play queue (LP: #834933) + - [FFE] Add support for U1 in the music lens (LP: #851691) + * debian/control: + - makes u-l-m now recommends u-s-m as we want it by default now. + + -- Didier Roche Tue, 27 Sep 2011 18:30:39 +0200 + +unity-lens-music (0.2.2-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + + -- Didier Roche Thu, 22 Sep 2011 18:38:00 +0200 + +unity-lens-music (0.2.0-0ubuntu1) UNRELEASD; urgency=low + + * New upstream release. + - initial ubuntuone music lens scope release + (/!\ seems to make unity crashes only for french people + because kamstrup and njpatel hate us) + * debian/control: + - added libjson-glib-dev to build-dep + - make banshee only a recommends + * debian/unity-lens-music.install, + debian/unity-scope-musicstores.install, + debian/control: + - add the new unity-scope-musicstores scope + + -- Didier Roche Thu, 15 Sep 2011 21:01:29 +0200 + +unity-lens-music (0.1.4-0ubuntu2) oneiric; urgency=low + + * Backport a crasher fix (LP: #846013) + + -- Didier Roche Tue, 13 Sep 2011 09:01:40 +0200 + +unity-lens-music (0.1.4-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Python PyGI support broken (LP: #844779) + * debian/control: + - build-dep on latest libunity-dev for ABI/API break + + -- Didier Roche Thu, 08 Sep 2011 20:12:26 +0200 + +unity-lens-music (0.1.2-0ubuntu1) oneiric; urgency=low + + * New upstream release. + + -- Sebastien Bacher Thu, 25 Aug 2011 16:41:14 +0200 + +unity-lens-music (0.1.0-0ubuntu1) oneiric; urgency=low + + * Fist release + * Cheery pick an additional commit to fix dbus activation + + -- Didier Roche Thu, 11 Aug 2011 19:37:31 +0200