--- unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified.orig/debian/watch +++ unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/unity-lens-photos/+download .*/unity-lens-photos-([0-9.]+)\.tar\.gz --- unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified.orig/debian/copyright +++ unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified/debian/copyright @@ -0,0 +1,53 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-lens-photos +Upstream-Contact: David Calle +Source: http://launchpad.net/unity-lens-photos + +Files: * +Copyright: 2012 David Calle +License: GPL-3+ + +Files: debian/* +Copyright: 2012 David Calle +License: GPL-3+ + +Files: src/oauth2.py +Copyright: 2007, 2010 Leah Culver + 2007, 2010 Joe Stump + 2007, 2010 Mark Paschal + 2007, 2010 Vic Fryzel +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +License: GPL-3+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified.orig/debian/control +++ unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified/debian/control @@ -0,0 +1,36 @@ +Source: unity-lens-photos +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + python3, + python3-distutils-extra, + python-distutils-extra, + dh-translations +Standards-Version: 3.9.3 +# If you aren't a member of ~unity-lens-photos but need to upload packaging +# changes, just go ahead. ~unity-lens-photos will notice and sync up the code +# again. +Vcs-Bzr: https://code.launchpad.net/~unity-lens-photos/unity-lens-photos/trunk + +Package: unity-lens-photos +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, + ${python3:Depends}, + gir1.2-accounts-1.0, + gir1.2-dee-1.0, + gir1.2-gdata-0.0, + gir1.2-signon-1.0, + gir1.2-soup-2.4, + gir1.2-unity-5.0 (>= 6.91), + python3-httplib2, + python3-oauthlib, +Recommends: account-plugin-flickr, + account-plugin-google, + account-plugin-facebook, +Breaks: unity-lens-photo +Replaces: unity-lens-photo +Description: Photos lens for Unity + This package contains photos scopes which allow Unity + to search for local and online photos. --- unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified.orig/debian/compat +++ unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified/debian/compat @@ -0,0 +1 @@ +9 --- unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified.orig/debian/rules +++ unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + + +%: + dh $@ --with python3,translations + +override_dh_install: + dh_install --fail-missing --- unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified.orig/debian/changelog +++ unity-lens-photos-0.9daily13.05.08ubuntu.unity.experimental.certified/debian/changelog @@ -0,0 +1,152 @@ +unity-lens-photos (0.9daily13.05.08ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 148 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Wed, 08 May 2013 07:00:55 +0000 + +unity-lens-photos (0.9daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + [ David Callé ] + * Raring Smartscopes Photo Lens only works the first time (LP: + #1159004) + * strange behavior with online accounts and photos scope (LP: + #1160643) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 146 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Tue, 07 May 2013 07:00:56 +0000 + +unity-lens-photos (0.9daily13.04.10ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 143 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Wed, 10 Apr 2013 07:02:00 +0000 + +unity-lens-photos (0.9daily12.12.05-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * debian/control: + - Update Vcs-Bzr + * debian/rules: + - Use --fail-missing + * Automatic snapshot from revision 115 (bootstrap) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 123 + + -- Automatic PS uploader Wed, 05 Dec 2012 09:29:04 +0000 + +unity-lens-photos (0.9-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - [SRU] Default lenses results should appear above the shopping category + (LP: #1066957) + - TypeError::__init__:__init__:_get_accounts_for_service:constructor + (LP: #1058061) + - geeqie-standard crashes on start with SIGSEGV in editor_command_parse() + when unity-lens-photos is installed (LP: #1056532) + + -- Łukasz 'sil2100' Zemczak Fri, 19 Oct 2012 10:09:51 +0200 + +unity-lens-photos (0.8-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Fix previews for raw files by using shotwell generated jpg file + (LP: #1057949, #1057432) + - [FFe] [UIFe] No easy way to disable online-fetched results in lenses + (LP: #1054746) + * Cherry-pick: + - The shortcut Super + P is conflicting with the Video out hotkey + (LP: #1049090) + * debian/control: + - needs latest gir1.2-unity-5.0 for new API + * debian/source/format: + - remove format 3, not playing nice with merge-upstream workflow + + -- Didier Roche Thu, 04 Oct 2012 17:27:38 +0200 + +unity-lens-photos (0.6-0ubuntu2) quantal; urgency=low + + * debian/control: + - add miss dep from previous upload: + gir1.2-gdata-0.0, python3-oauthlib (LP: #1053257) + - add gir1.2-unity-5.0 versionning + + -- Didier Roche Thu, 20 Sep 2012 14:51:25 +0200 + +unity-lens-photos (0.6-0ubuntu1) quantal; urgency=low + + * New upstream release. + - The online account g-c-c interface doesn't support i18n (LP: #1052375) + - Desktop file does not validate with desktop-file-validate (LP: #1051949) + - Unity-lens-photo takes all cpu (LP: #1047739) + - no pictures previews from dash (LP: #1049268) + - unity-lens-photos crashed with TypeError in constructor(): Argument 0 + does not allow None as a value (LP: #1047754) + - Older results from Shotwell are not correctly sorted when they contain + photos without an exposure time (LP: #1049561) + - Description of application should be ‘Photos search plugin’ (LP: #1050361) + - Unity-lens-photo can only search one tag at a time (LP: #1047740) + + -- Ken VanDine Wed, 19 Sep 2012 16:17:30 -0400 + +unity-lens-photos (0.2.1-0ubuntu3) quantal; urgency=low + + * debian/patches/signond_application.patch + - Don't refer a .desktop file that doesn't exist + + -- Ken VanDine Thu, 30 Aug 2012 20:00:16 -0400 + +unity-lens-photos (0.2.1-0ubuntu2) quantal; urgency=low + + * debian/patches/new_shotwell_location.patch: + - updated for the new shotwell location (lp: #1041040) + + -- Sebastien Bacher Wed, 29 Aug 2012 11:32:26 +0200 + +unity-lens-photos (0.2.1-0ubuntu1) quantal; urgency=low + + * New upstream release. + * debian/patches/dont_require_unreleased_unity.patch + - Don't require features from an unreleased version of unity + + -- Ken VanDine Wed, 22 Aug 2012 12:30:35 -0400 + +unity-lens-photos (0.1.1-0ubuntu3) quantal; urgency=low + + * debian/control + - Recommend the account plugins instead of depending on them + + -- Ken VanDine Tue, 21 Aug 2012 12:52:13 -0400 + +unity-lens-photos (0.1.1-0ubuntu2) quantal; urgency=low + + * debian/control + - Don't depend on dh-translations + * debian/copyright + - fixed typo + + -- Ken VanDine Tue, 21 Aug 2012 10:00:23 -0400 + +unity-lens-photos (0.1.1-0ubuntu1) quantal; urgency=low + + [ David Callé ] + * First iteration of the new Photos lens for Quantal + + [ Ken VanDine ] + * debian/copyright + - updated dep5 formating + * debian/control + - use latest standards version + - debhelper 9 + - python3:Depends + * debian/rules + - added --with python3 + * debian/watch + - added + + -- Ken VanDine Mon, 20 Aug 2012 13:00:56 -0400