--- unity-scope-colourlovers-0.1daily13.06.05.orig/debian/copyright +++ unity-scope-colourlovers-0.1daily13.06.05/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://launchpad.net/unity-scope-colourlovers +Upstream-Name: unity-scope-colourlovers +Upstream-Contact: David Callé + +Files: * +Copyright: 2013 David Callé +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 complete text of the GNU General + Public License version 3 can be found in '/usr/share/common-licenses/GPL-3'. --- unity-scope-colourlovers-0.1daily13.06.05.orig/debian/control +++ unity-scope-colourlovers-0.1daily13.06.05/debian/control @@ -0,0 +1,32 @@ +Source: unity-scope-colourlovers +Section: gnome +Priority: optional +Maintainer: David Callé +Build-Depends: debhelper (>= 9), + python3, + python3-distutils-extra, + python3-gi, + pkg-config, + python3-nose, + gir1.2-unity-5.0 (>= 7), + gir1.2-dee-1.0 (>= 1.2.5), + gir1.2-glib-2.0, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/unity-scope-colourlovers +# If you aren't a member of ~submarine but need to upload packaging changes, +# just go ahead. ~submarine will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~submarine/unity-scope-colourlovers/trunk + +Package: unity-scope-colourlovers +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3, + python3-gi, + gir1.2-unity-5.0 (>= 7), + gir1.2-dee-1.0 (>= 1.2.5), + unity-scopes-runner, + gir1.2-glib-2.0 +Description: COLOURlovers scope for Unity + This package contains the "colourlovers" scope which allows Unity + to search for content from www.colourlovers.com. --- unity-scope-colourlovers-0.1daily13.06.05.orig/debian/compat +++ unity-scope-colourlovers-0.1daily13.06.05/debian/compat @@ -0,0 +1 @@ +9 --- unity-scope-colourlovers-0.1daily13.06.05.orig/debian/rules +++ unity-scope-colourlovers-0.1daily13.06.05/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + + +%: + dh $@ --with python3 + +override_dh_auto_clean: + python3 setup.py clean -a + +override_dh_auto_build: + python3 setup.py build + +override_dh_auto_test: + nosetests3 + +override_dh_auto_install: + python3 setup.py install --root=$(CURDIR)/debian/unity-scope-colourlovers --install-layout=deb --- unity-scope-colourlovers-0.1daily13.06.05.orig/debian/changelog +++ unity-scope-colourlovers-0.1daily13.06.05/debian/changelog @@ -0,0 +1,112 @@ +unity-scope-colourlovers (0.1daily13.06.05-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Update Description + + [ James Henstridge ] + * Create preview for each result. Add set as wallpaper option when + previewing a pattern. + + [ David Callé ] + * * Successfuly init with the scope-init script * Update to Libunity7 + * Add tests + * Update name to match actual branding + * Drop reference to pages, it's not used anymore + * Go the extra mile + * Use secure http + * Remove one useless gsettings call + * Use a standard Results category for now + * Remove GLib warning + * Init/update POT file + * * New API * Python3 * Icon * Packaging + * Update .scope file to specs + * Fix copyright + * Install .scope file in its master folder + * Install to /usr/share/unity-scopes, fix service file accordingly + * Depends on unity-scopes-runner + * Fix Loader field in scope file + * Don't install service icon. It exists in unity-asset-pool. + * Create preview for each result. Add set as wallpaper option when + previewing a pattern. + * Fix display icon and description. + * Enhance previews, make search faster by only looking for patterns. + * Bump Unity deps. + + [ Didier Roche ] + * add missing stenza + * add python3-gi build-dep + * nuke wrong seederie + * Fix special character in debian/control + + [ Ubuntu daily release ] + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Wed, 05 Jun 2013 06:19:08 +0000 + +unity-scope-colourlovers (0.1daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * Update Description + + [ James Henstridge ] + * Create preview for each result. Add set as wallpaper option when + previewing a pattern. + + [ David Callé ] + * * Successfuly init with the scope-init script * Update to Libunity7 + * Add tests + * Update name to match actual branding + * Drop reference to pages, it's not used anymore + * Go the extra mile + * Use secure http + * Remove one useless gsettings call + * Use a standard Results category for now + * Remove GLib warning + * Init/update POT file + * * New API * Python3 * Icon * Packaging + * Update .scope file to specs + * Fix copyright + * Install .scope file in its master folder + * Install to /usr/share/unity-scopes, fix service file accordingly + * Depends on unity-scopes-runner + * Fix Loader field in scope file + * Don't install service icon. It exists in unity-asset-pool. + * Create preview for each result. Add set as wallpaper option when + previewing a pattern. + * Fix display icon and description. + * Enhance previews, make search faster by only looking for patterns. + * Bump Unity deps. + + [ Didier Roche ] + * add missing stenza + * add python3-gi build-dep + * nuke wrong seederie + * Fix special character in debian/control + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 04:24:36 +0000 + +unity-scope-colourlovers (0.1daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 28 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Tue, 07 May 2013 07:23:57 +0000 + +unity-scope-colourlovers (0.1daily13.04.10ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + [ David Callé ] + * Initial release + + [ Didier Roche ] + * bump version in debian/control + * small packaging fixes. Don't go native but split + * Automatic snapshot from revision 1 (boostrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Wed, 10 Apr 2013 07:34:28 +0000 --- unity-scope-colourlovers-0.1daily13.06.05.orig/debian/source/format +++ unity-scope-colourlovers-0.1daily13.06.05/debian/source/format @@ -0,0 +1 @@ +1.0