--- unity-scope-launchpad-0.1daily13.06.05.orig/debian/changelog +++ unity-scope-launchpad-0.1daily13.06.05/debian/changelog @@ -0,0 +1,107 @@ +unity-scope-launchpad (0.1daily13.06.05-0ubuntu4) focal; urgency=medium + + * Point $HOME to a local directory instead of trying to write to the + caller's homedir, which fails on the buildds. + + -- Steve Langasek Tue, 03 Dec 2019 17:25:15 +0000 + +unity-scope-launchpad (0.1daily13.06.05-0ubuntu3) focal; urgency=medium + + * Add missing build-dep on dh-python. + + -- Steve Langasek Tue, 03 Dec 2019 09:06:42 -0800 + +unity-scope-launchpad (0.1daily13.06.05-0ubuntu2) focal; urgency=medium + + * Move to python3. + + -- Steve Langasek Mon, 02 Dec 2019 22:40:54 -0800 + +unity-scope-launchpad (0.1daily13.06.05-0ubuntu1) saucy; urgency=low + + [ David Callé ] + * * Init Launchpad scope * Include the search in the main file * Don't + search for users as lp API is really too slow for it * Add tests + * Init/update POT file + * Remove GLib deprecated function + * * New API * Service icon + * Fix copyright header, remove debug print + * Packaging + * Update .scope file to specs + * Install .scope file in its master folder + * Install to /usr/share/unity-scopes, fix service file accordingly + * Depends on unity-scopes-runner + * Use python2 scope-runner + * Remove failing test for now : requires mock of launchpadlib. No time + to create it + * Fix Loader field in scope file + * Update category id. + * Don't install service icon. It exists in unity-asset-pool. + * Add previews. + * Fix display icon and description. + * Bump Unity deps. + + [ Didier Roche ] + * add python3-gi build-dep + * Fix special character in debian/control + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Wed, 05 Jun 2013 06:24:10 +0000 + +unity-scope-launchpad (0.1daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ David Callé ] + * * Init Launchpad scope * Include the search in the main file * Don't + search for users as lp API is really too slow for it * Add tests + * Init/update POT file + * Remove GLib deprecated function + * * New API * Service icon + * Fix copyright header, remove debug print + * Packaging + * Update .scope file to specs + * Install .scope file in its master folder + * Install to /usr/share/unity-scopes, fix service file accordingly + * Depends on unity-scopes-runner + * Use python2 scope-runner + * Remove failing test for now : requires mock of launchpadlib. No time + to create it + * Fix Loader field in scope file + * Update category id. + * Don't install service icon. It exists in unity-asset-pool. + * Add previews. + * Fix display icon and description. + * Bump Unity deps. + + [ Didier Roche ] + * add python3-gi build-dep + * Fix special character in debian/control + + [ Ubuntu daily release ] + * Automatic snapshot from revision 24 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 04:30:36 +0000 + +unity-scope-launchpad (0.1daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 22 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Tue, 07 May 2013 07:25:56 +0000 + +unity-scope-launchpad (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 19 (ubuntu-unity/experimental- + certified) + + -- Ubuntu daily release Wed, 10 Apr 2013 07:38:35 +0000 --- unity-scope-launchpad-0.1daily13.06.05.orig/debian/compat +++ unity-scope-launchpad-0.1daily13.06.05/debian/compat @@ -0,0 +1 @@ +9 --- unity-scope-launchpad-0.1daily13.06.05.orig/debian/control +++ unity-scope-launchpad-0.1daily13.06.05/debian/control @@ -0,0 +1,36 @@ +Source: unity-scope-launchpad +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: David Callé +Build-Depends: debhelper (>= 9), + dh-python, + python3, + python3-distutils-extra, + python3-gi, + pkg-config, + python3-nose, + python3-launchpadlib, + 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-launchpad +# 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-launchpad/trunk + +Package: unity-scope-launchpad +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3, + python3-gi, + python3-launchpadlib, + gir1.2-unity-5.0 (>= 7), + gir1.2-dee-1.0 (>= 1.2.5), + unity-scopes-runner, + gir1.2-glib-2.0 +Description: Launchpad scope for Unity + This package contains the "launchpad" scope which allows Unity + to search for launchpad content. --- unity-scope-launchpad-0.1daily13.06.05.orig/debian/copyright +++ unity-scope-launchpad-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-launchpad +Upstream-Name: unity-scope-launchpad +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-launchpad-0.1daily13.06.05.orig/debian/rules +++ unity-scope-launchpad-0.1daily13.06.05/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# -*- makefile -*- + + +%: + dh $@ --with python3 --buildsystem pybuild + +override_dh_auto_clean: + python3 setup.py clean -a + +override_dh_auto_build: + python3 setup.py build + +override_dh_auto_test: + HOME=$(CURDIR)/debian/tmp-home nosetests3 + rm -rf $(CURDIR)/debian/tmp-home + +override_dh_auto_install: + python3 setup.py install --root=$(CURDIR)/debian/unity-scope-launchpad --install-layout=deb --- unity-scope-launchpad-0.1daily13.06.05.orig/debian/source/format +++ unity-scope-launchpad-0.1daily13.06.05/debian/source/format @@ -0,0 +1 @@ +1.0 --- unity-scope-launchpad-0.1daily13.06.05.orig/po/unity-scope-launchpad.pot +++ unity-scope-launchpad-0.1daily13.06.05/po/unity-scope-launchpad.pot @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-21 01:56+0100\n" +"POT-Creation-Date: 2019-12-03 17:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,26 +17,50 @@ "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../src/unity_launchpad_daemon.py:31 ../data/launchpad.scope.in.h:4 +#: ../src/unity_launchpad_daemon.py:32 ../data/launchpad.scope.in.h:4 msgid "Search Launchpad" msgstr "" -#: ../src/unity_launchpad_daemon.py:32 +#: ../src/unity_launchpad_daemon.py:33 msgid "Sorry, there are no Launchpad bugs or projects that match your search." msgstr "" -#: ../src/unity_launchpad_daemon.py:33 +#: ../src/unity_launchpad_daemon.py:34 msgid "Powered by Launchpad" msgstr "" -#: ../src/unity_launchpad_daemon.py:41 +#: ../src/unity_launchpad_daemon.py:42 msgid "Projects" msgstr "" -#: ../src/unity_launchpad_daemon.py:45 +#: ../src/unity_launchpad_daemon.py:46 msgid "Bugs" msgstr "" +#: ../src/unity_launchpad_daemon.py:155 +msgid "Created" +msgstr "" + +#: ../src/unity_launchpad_daemon.py:161 +msgid "Licenses" +msgstr "" + +#: ../src/unity_launchpad_daemon.py:163 +msgid "License" +msgstr "" + +#: ../src/unity_launchpad_daemon.py:170 +msgid "Languages" +msgstr "" + +#: ../src/unity_launchpad_daemon.py:172 +msgid "Language" +msgstr "" + +#: ../src/unity_launchpad_daemon.py:175 +msgid "View" +msgstr "" + #: ../data/launchpad.scope.in.h:1 msgid "launchpad;code;bug;project;lp;" msgstr "" @@ -46,5 +70,8 @@ msgstr "" #: ../data/launchpad.scope.in.h:3 -msgid "Find Launchpad bugs and projects" +msgid "" +"This is an Ubuntu search plugin that enables information from Launchpad to " +"be searched and displayed in the Dash underneath the Code header. If you do " +"not wish to search this content source, you can disable this search plugin." msgstr ""