--- unity-scope-gdrive-0.9daily13.06.05.orig/debian/watch +++ unity-scope-gdrive-0.9daily13.06.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/unity-scope-gdrive/+download .*/unity-scope-gdrive-([0-9.]+)\.tar\.gz --- unity-scope-gdrive-0.9daily13.06.05.orig/debian/copyright +++ unity-scope-gdrive-0.9daily13.06.05/debian/copyright @@ -0,0 +1,11 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://launchpad.net/unity-scope-gdrive +Upstream-Name: unity-scope-gdrive +Upstream-Contact: Alberto Mardegan + +Files: * +Copyright: 2011 Neil Jagdish Patel + 2012 Canonical Ltd. +License: GPL-3 + 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-gdrive-0.9daily13.06.05.orig/debian/control +++ unity-scope-gdrive-0.9daily13.06.05/debian/control @@ -0,0 +1,52 @@ +Source: unity-scope-gdrive +Section: gnome +Priority: extra +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + libaccounts-glib-dev, + pkg-config, + python3, + python3-distutils-extra, + python3-nose, + python3-gi, + gir1.2-glib-2.0, + gir1.2-accounts-1.0, + gir1.2-signon-1.0, + gir1.2-gdata-0.0, + gir1.2-unity-5.0 (>= 7.0), +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/unity-scope-gdrive +# If you aren't a member of ~online-accounts but need to upload packaging +# changes, just go ahead. ~online-accounts will notice and sync up the code +# again. +Vcs-Bzr: https://code.launchpad.net/~online-accounts/unity-scope-gdrive/trunk + +Package: unity-scope-gdrive +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3, + gir1.2-dee-1.0, + python3-gi, + gir1.2-unity-5.0 (>= 7.0), + unity-scopes-runner, + gir1.2-glib-2.0, + gir1.2-accounts-1.0, + gir1.2-signon-1.0, + gir1.2-gdata-0.0, + account-plugin-google +Breaks: unity-lens-gdocs, + unity-scope-gdocs (<< 0.8), +Replaces: unity-lens-gdocs, + unity-scope-gdocs (<< 0.8), +Description: Google Drive scope for Unity + Unity scope for Google Drive. + +Package: unity-scope-gdocs +Section: oldlibs +Architecture: all +Depends: ${misc:Depends}, + unity-scope-gdrive, +Description: obsolete transitional package + Transitional package from unity-scope-gdocs to unity-scope-gdrive. This + can safely be removed. --- unity-scope-gdrive-0.9daily13.06.05.orig/debian/compat +++ unity-scope-gdrive-0.9daily13.06.05/debian/compat @@ -0,0 +1 @@ +9 --- unity-scope-gdrive-0.9daily13.06.05.orig/debian/rules +++ unity-scope-gdrive-0.9daily13.06.05/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- +export DH_VERBOSE=1 + +%: + dh $@ --with python3 + +override_dh_auto_clean: + python3 setup.py clean -a + rm -rf __pycache__/ + dh_clean + +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-gdrive --install-layout=deb + +override_dh_install: + dh_install --fail-missing --- unity-scope-gdrive-0.9daily13.06.05.orig/debian/changelog +++ unity-scope-gdrive-0.9daily13.06.05/debian/changelog @@ -0,0 +1,217 @@ +unity-scope-gdrive (0.9daily13.06.05-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 46 + + -- Ubuntu daily release Wed, 05 Jun 2013 06:18:58 +0000 + +unity-scope-gdrive (0.9daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Merged port to libunity7 + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 04:24:34 +0000 + +unity-scope-gdrive (0.8daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 45 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Tue, 07 May 2013 07:23:56 +0000 + +unity-scope-gdrive (0.8daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 43 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 01 May 2013 21:58:04 +0000 + +unity-scope-gdrive (0.8daily13.04.15-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Dash integration of google drive doesn't appear in UOA (LP: + #1167381) + + [ Didier Roche ] + * Ship a gdrive.pot file instead of gdocs one (LP: #1087574) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Mon, 15 Apr 2013 04:15:58 +0000 + +unity-scope-gdrive (0.8daily13.04.10ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + [ Didier Roche ] + * Add missing build-dep and bump existing ones. + * Some fixes in copyright + + [ Ubuntu daily release ] + * Automatic snapshot from revision 43 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Wed, 10 Apr 2013 07:35:43 +0000 + +unity-scope-gdrive (0.8daily12.12.05-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * New upstream release + * Rename to unity-scope-gdrive + * debian/control: + - Update Vcs-Bzr + * debian/source/format: + - Change down to 1.0, for consistency with other lenses and because + bzr-builddeb works better with 1.0 + * setup.py, po/POTFILES.in: + - Update for gdocs->gdrive transition + * debian/rules: + - Use --fail-missing + * Automatic snapshot from revision 27 (bootstrap) + - Rename from gdocs to gdrive (LP: #1059554) + + [ Didier Roche ] + * remove hackish debian/source/include-binaries + * debian/control: + - clean temporary files created with debuild -S + + [ Automatic PS uploader ] + * Automatic snapshot from revision 31 + + -- Automatic PS uploader Wed, 05 Dec 2012 09:29:04 +0000 + +unity-scope-gdocs (0.7-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Use ‘alternate’ link-type to open files in a browser (LP: #1041749) + - Exit if the account manager can't be instantiated. (LP: #1058063) + + -- Ken VanDine Tue, 16 Oct 2012 11:20:54 -0400 + +unity-scope-gdocs (0.6-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Immediately sync the cleared model, this fixes gdocs results + being displayed on all searches (LP: #1059492) + + -- Ken VanDine Thu, 11 Oct 2012 13:27:56 -0400 + +unity-scope-gdocs (0.5-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Do not make any online queries if remote searches have been + disabled. (LP: #1054746) + - Prevent multiple authorizations of the same account (LP: #1053647) + * debian/control + - depend on gir1.2-unity-5.0 >= 6.8 for Unity.PreferencesManager + + + -- Ken VanDine Thu, 04 Oct 2012 10:35:00 -0400 + +unity-scope-gdocs (0.3-0ubuntu1) quantal; urgency=low + + * New upstream release. + - allow translating the .application file (LP: #1052375) + - Dash duplicated in "Show accounts that integrate with" (LP: #1025583) + * -debian/patches/desktop_file.patch + - no longer needed + * debian/source/include-binaries + - add __pycache__/build_i18n_ext.cpython-32.pyc until we can figure out + why dpkg is complaining about it + + -- Ken VanDine Wed, 19 Sep 2012 16:57:30 -0400 + +unity-scope-gdocs (0.2-0ubuntu2) quantal; urgency=low + + * debian/patches/desktop_file.patch + - don't reference unity-2d-shell.desktop, it doesn't exist + + -- Ken VanDine Thu, 23 Aug 2012 15:44:56 -0400 + +unity-scope-gdocs (0.2-0ubuntu1) quantal; urgency=low + + * New upstream release. + - python3 port + * debian/control + - updated depends for python3 port + + -- Ken VanDine Thu, 23 Aug 2012 15:09:27 -0400 + +unity-scope-gdocs (0.1-0ubuntu2) quantal; urgency=low + + * debian/control + - added pkg-config to build depends + + -- Ken VanDine Fri, 17 Aug 2012 16:20:27 -0400 + +unity-scope-gdocs (0.1-0ubuntu1) quantal; urgency=low + + * New upstream release + * debian/watch + - added + + -- Ken VanDine Fri, 17 Aug 2012 15:50:17 -0400 + +unity-lens-gdocs (0.0+r18-0quantal1) quantal; urgency=low + + * Merged from trunk rev 18 + + -- Ken VanDine Tue, 17 Jul 2012 12:02:24 -0400 + +unity-lens-gdocs (0.0+r17-0quantal1) quantal; urgency=low + + * rebuild for quantal + + -- Ken VanDine Mon, 16 Jul 2012 10:32:03 -0400 + +unity-lens-gdocs (0.0+r17-0precise2) precise; urgency=low + + * debian/control + - Depend on account-plugin-google and signon-plugin-google + + -- Ken VanDine Thu, 07 Jun 2012 10:40:32 -0400 + +unity-lens-gdocs (0.0+r17-0precise1) precise; urgency=low + + * Merged from trunk + + -- Ken VanDine Mon, 04 Jun 2012 10:32:59 -0400 + +unity-lens-gdocs (0.0+r14-0precise2) precise; urgency=low + + * unity-lens-gdocs + - Handle API changes between python-gdata 2.0.14 and 2.0.16 + + -- Ken VanDine Fri, 25 May 2012 15:31:09 -0400 + +unity-lens-gdocs (0.0+r14-0precise1) precise; urgency=low + + * New snapshot tagged 0.0+bzr14 + + -- Ken VanDine Thu, 22 Mar 2012 12:28:02 -0400 + +unity-lens-gdocs (0.0+r11-0precise3) precise; urgency=low + + * debian/control + - added depends for python-gdata + + -- Ken VanDine Tue, 20 Mar 2012 22:26:08 -0400 + +unity-lens-gdocs (0.0+r11-0precise2) precise; urgency=low + + * debian/control + - require patch pygobject to work around regression + + -- Ken VanDine Tue, 20 Mar 2012 09:43:02 -0400 + +unity-lens-gdocs (0.0+r11-0precise1) precise; urgency=low + + * New snapshot r11 + + -- Ken VanDine Wed, 14 Mar 2012 23:34:18 -0400 + +unity-lens-gdocs (0.0-0precise1) precise; urgency=low + + * Initial package + + -- Ken VanDine Fri, 09 Mar 2012 16:58:16 -0500 --- unity-scope-gdrive-0.9daily13.06.05.orig/debian/source/format +++ unity-scope-gdrive-0.9daily13.06.05/debian/source/format @@ -0,0 +1 @@ +1.0