--- unity-scope-video-remote-0.3.6.orig/debian/copyright +++ unity-scope-video-remote-0.3.6/debian/copyright @@ -0,0 +1,20 @@ +Format: http://dep.debian.net/deps/dep5 +Source: https://launchpad.net/unity-lens-videos +Upstream-Name: unity-scope-video-remote +Upstream-Contact: David Calle + +Files: * +Copyright: 2011 David Calle +License: GPL-3.0+ + 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, either version 3 of the License, or + (at your option) any later version. + . + 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 systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". --- unity-scope-video-remote-0.3.6.orig/debian/watch +++ unity-scope-video-remote-0.3.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/unity-lens-videos/+download .*/unity-scope-video-remote-([0-9.]+)\.tar\.gz --- unity-scope-video-remote-0.3.6.orig/debian/control +++ unity-scope-video-remote-0.3.6/debian/control @@ -0,0 +1,25 @@ +Source: unity-scope-video-remote +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: David Calle +Build-Depends: debhelper (>= 8), python, python-distutils-extra +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/unity-lens-videos +Vcs-Bzr: https://code.launchpad.net/+branch/ubuntu/unity-scope-video-remote + +Package: unity-scope-video-remote +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + gir1.2-unity-5.0, + gir1.2-dee-1.0, + gir1.2-soup-2.4, + gir1.2-glib-2.0, + python-zeitgeist, + gvfs-bin, + unity-lens-video +Enhances: unity-lens-video +Description: Remote videos engine + This scope adds a remote videos search engine to the Video lens. + --- unity-scope-video-remote-0.3.6.orig/debian/changelog +++ unity-scope-video-remote-0.3.6/debian/changelog @@ -0,0 +1,86 @@ +unity-scope-video-remote (0.3.6-0ubuntu1) quantal; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * New upstream release. + - Exit on DBus hickup at startup, Unity will restart the scope (LP: #950862) + * debian/control: + - Depends on gvfs-bin (LP: #972304) + + [ Didier Roche ] + * Adding Vcs-Bzr + * point the new location to the canonical directory + (lp:ubuntu/unity-lens-video) after the conversion in a merge-upstream + source + + -- Didier Roche Fri, 29 Jun 2012 10:37:01 +0200 + +unity-scope-video-remote (0.3.5-0ubuntu2) precise; urgency=low + + * src/unity-scope-video-remote + - Updated server URL to the DNS name for what will be the production + server, currently resolving to the same experimental server + + -- Ken VanDine Fri, 06 Apr 2012 16:56:01 -0400 + +unity-scope-video-remote (0.3.5-0ubuntu1) precise; urgency=low + + [ David Callé ] + * Bug fixes + - Packaging fixes + + -- David Callé Tue, 05 Apr 2012 10:08:12 +0200 + +unity-scope-video-remote (0.3.4-0ubuntu1) precise; urgency=low + + [ David Callé ] + * Bug fixes + - Catch a type error (LP: #951131) + + -- David Callé Tue, 20 Mar 2012 09:43:10 +0200 + +unity-scope-video-remote (0.3.3-0ubuntu1) precise; urgency=low + + [ David Callé ] + * Bug fixes + - Handle video recommendations from the server (LP: #938672) + - Refresh sources periodically (LP: #938673) + - Fix encoding issue on server strings (LP: #939477) + - Fix minor encoding issue (LP: #939502) + - Update results when the lens is opened (LP: #939601) + - Don't assume Zeitgeist is ready to receive events (LP: #939745) + - Fix missing dependency on soup (LP: #940038) + - Prepare for upcoming server changes (LP: #942293) + - Make searches asynchronous (LP: #942129) + - Fix a crash on empty JSON from the server (LP: #940354) + * debian/control + - added missing depends for gir1.2-soup-2.4, gir1.2-glib-2.0, and + python-zeitgeist + + [ Ken VanDine ] + * debian/watch + - fixed watch file matching + + -- Ken VanDine Fri, 02 Mar 2012 15:23:59 -0500 + +unity-scope-video-remote (0.3-0ubuntu1) precise; urgency=low + + [ David Callé ] + * New upstream release + - Switched from urllib2 to libsoup to ease proxy work (LP: #938670) + + -- Ken VanDine Thu, 23 Feb 2012 03:42:24 -0500 + +unity-scope-video-remote (0.2-0ubuntu1) precise; urgency=low + + [ David Callé ] + * Bug fixes + - Add Online videos to Recently Watched (LP: #937278) + + -- David Callé Tue, 22 Feb 2012 12:05:00 +0200 + +unity-scope-video-remote (0.1.1-0ubuntu1) precise; urgency=low + + [ David Callé ] + * First release of the remote video scope + + -- David Callé Tue, 31 Jan 2012 15:55:00 +0200 --- unity-scope-video-remote-0.3.6.orig/debian/compat +++ unity-scope-video-remote-0.3.6/debian/compat @@ -0,0 +1 @@ +8 --- unity-scope-video-remote-0.3.6.orig/debian/rules +++ unity-scope-video-remote-0.3.6/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- + + +%: + dh $@ --with python2