--- unity-scope-onlinemusic-0.1+14.04.20140306.orig/debian/changelog +++ unity-scope-onlinemusic-0.1+14.04.20140306/debian/changelog @@ -0,0 +1,60 @@ +unity-scope-onlinemusic (0.1+14.04.20140306-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * No change rebuild against Qt 5.2.1. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Thu, 06 Mar 2014 06:44:44 +0000 + +unity-scope-onlinemusic (0.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * Monitor and honor disabled-scopes dconf value. Also pass + &removed_scopes to Smart Scopes Server. (LP: #1239706) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Tue, 29 Oct 2013 12:00:42 +0000 + +unity-scope-onlinemusic (0.1+13.10.20131005.2-0ubuntu1) saucy; urgency=low + + [ Pawel Stolowski ] + * Add &origin=music-onlinemusic.scope to the search query. + * Set program name to improve error messages from glib. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 40 + + -- Ubuntu daily release Sat, 05 Oct 2013 19:14:44 +0000 + +unity-scope-onlinemusic (0.1+13.10.20131002-0ubuntu1) saucy; urgency=low + + [ Pawel Stolowski ] + * Initial Release. + * Added mutex to protect reply. + * Compilation fix. + * Enable tests. + * Query popularonline, grooveshark and soundcloud server scopes. Fixed + QVariantMap -> QVariantHash conversion to use recursion. Minor + fixes. + * Remove metadata schema definition. + * Fixed preview parsing (activation_uri instead of uri in actions). + * Support overriding smart scopes server via env var. + * Redestribute results. + * Optimize results handler callback to use shared ptrs. + * Only query populartracks scope if query is empty; otherwise query + u1ms-moresuggestions (plus, always query grooveshark and + soundcloud). + * Set GlobalSearches and RemoteContent flags. + * Merged packaging_fixes_final. + + [ Ɓukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 24 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 37 + + -- Ubuntu daily release Wed, 02 Oct 2013 03:34:30 +0000 --- unity-scope-onlinemusic-0.1+14.04.20140306.orig/debian/compat +++ unity-scope-onlinemusic-0.1+14.04.20140306/debian/compat @@ -0,0 +1 @@ +9 --- unity-scope-onlinemusic-0.1+14.04.20140306.orig/debian/control +++ unity-scope-onlinemusic-0.1+14.04.20140306/debian/control @@ -0,0 +1,30 @@ +Source: unity-scope-onlinemusic +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + libunity-dev (>= 7.0.12), + libdee-qt5-dev (>= 3.2), + libglib2.0-dev (>= 2.37.7), + uuid-dev, + gettext, + intltool, + pkg-config, + qt5-default, + qtbase5-dev, + qtbase5-dev-tools, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/unity-scope-onlinemusic +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:unity-scope-onlinemusic + +Package: unity-scope-onlinemusic +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Unity Scope that provides online music to the Dash. + This package contains the scope that provides search results for online music, + in the "Music" view. --- unity-scope-onlinemusic-0.1+14.04.20140306.orig/debian/copyright +++ unity-scope-onlinemusic-0.1+14.04.20140306/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-scope-onlinemusic +Source: https://launchpad.net/unity-scope-onlinemusic + +Files: * +Copyright: 2013 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 as published by + the Free Software Foundation, version 3 of the License. + . + 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. --- unity-scope-onlinemusic-0.1+14.04.20140306.orig/debian/rules +++ unity-scope-onlinemusic-0.1+14.04.20140306/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --fail-missing