--- webapps-applications-2.4.16+13.10.20130814.orig/debian/aptdaemon-trust-webapps.cfg +++ webapps-applications-2.4.16+13.10.20130814/debian/aptdaemon-trust-webapps.cfg @@ -0,0 +1,4 @@ +[webapps] +origin = Ubuntu +component = universe +pkgnames = unity-webapps-.* --- webapps-applications-2.4.16+13.10.20130814.orig/debian/unity-webapps-dev.install +++ webapps-applications-2.4.16+13.10.20130814/debian/unity-webapps-dev.install @@ -0,0 +1,5 @@ +scripts/po2json.py usr/share/unity-webapps/tools/ +scripts/applinter.sh usr/share/unity-webapps/tools/ +scripts/style_checker.js usr/share/unity-webapps/tools/ +scripts/third_party/jslint.js usr/share/unity-webapps/tools/ +common/rules.mk usr/share/unity-webapps/ --- webapps-applications-2.4.16+13.10.20130814.orig/debian/copyright +++ webapps-applications-2.4.16+13.10.20130814/debian/copyright @@ -0,0 +1,9 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: webapps-applications +Source: https://launchpad.net/webapps-applications + +Files: * +Copyright: Copyright (C) Canonical LTD 2011 +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'. --- webapps-applications-2.4.16+13.10.20130814.orig/debian/unity-webapps-common.install +++ webapps-applications-2.4.16+13.10.20130814/debian/unity-webapps-common.install @@ -0,0 +1,3 @@ +debian/*.pkla var/lib/polkit-1/localauthority/10-vendor.d/ +debian/aptdaemon-*.cfg etc/aptdaemon/high-trust-repository-whitelist.d +usr/share/unity-webapps/userscripts/common/ --- webapps-applications-2.4.16+13.10.20130814.orig/debian/unity-webapps-common.migrations +++ webapps-applications-2.4.16+13.10.20130814/debian/unity-webapps-common.migrations @@ -0,0 +1 @@ +scripts/install-default-webapps-in-launcher.py --- webapps-applications-2.4.16+13.10.20130814.orig/debian/control +++ webapps-applications-2.4.16+13.10.20130814/debian/control @@ -0,0 +1,53 @@ +Source: webapps-applications +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: autotools-dev, + bzr, + debhelper (>= 9), + dh-autoreconf, + dh-migrations, + gir1.2-glib-2.0, + gir1.2-gtk-3.0, + gir1.2-webkit-3.0, + gnome-common, + libunity-webapps-dev, + pkg-config, +Standards-Version: 3.9.4 +Section: gnome +Homepage: https://launchpad.net/webapps-applications +# If you aren't a member of ~webapps but need to upload packaging changes, +# just go ahead. ~webapps will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~webapps/webapps-applications/trunk + +Package: unity-webapps-common +Architecture: all +Depends: gir1.2-glib-2.0, + unity-webapps-service (>= 2.3.8-0ubuntu3), + xdg-utils, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1), + ${misc:Depends}, + ${python:Depends}, +Suggests: xul-ext-unity (>= 0.3.1) | unity-chromium-extension +Breaks: unity-webapps, + unity-webapps-angrybirds, + unity-webapps-cuttherope, + unity-webapps-facebookapps, + unity-webapps-googlereader, + unity-webapps-lordofultima, + unity-webapps-tiberiumalliances, +Replaces: unity-webapps +Description: Unity WebApp integration scripts + Example scripts for WebApp integration with the Unity desktop + +Package: unity-webapps-dev +Architecture: all +Depends: gjs, + make | build-essential | dpkg-dev, + python3-polib, + unity-webapps-common, + ${misc:Depends}, + ${python:Depends}, +Replaces: unity-webapps-common (<< 2.4.16) +Description: Tools for developing Unity WebApp integration scripts. + This package includes a linter script and the debian/rules file that + is necessary for successfully building a unity-webapps-* package. --- webapps-applications-2.4.16+13.10.20130814.orig/debian/compat +++ webapps-applications-2.4.16+13.10.20130814/debian/compat @@ -0,0 +1 @@ +9 --- webapps-applications-2.4.16+13.10.20130814.orig/debian/rules +++ webapps-applications-2.4.16+13.10.20130814/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +override_dh_install: + dh_install --fail-missing + +%: + dh $@ --with autoreconf,migrations --- webapps-applications-2.4.16+13.10.20130814.orig/debian/com.canonical.unity.webapps.pkla +++ webapps-applications-2.4.16+13.10.20130814/debian/com.canonical.unity.webapps.pkla @@ -0,0 +1,4 @@ +[Whitelisted installs] +Identity=unix-group:admin;unix-group:sudo +Action=org.debian.apt.install-packages.high-trust-repo +ResultActive=yes --- webapps-applications-2.4.16+13.10.20130814.orig/debian/changelog +++ webapps-applications-2.4.16+13.10.20130814/debian/changelog @@ -0,0 +1,406 @@ +webapps-applications (2.4.16+13.10.20130814-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Get default gsettings value without crashing. (LP: #1206314). (LP: + #1206314) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 553 + + -- Ubuntu daily release Wed, 14 Aug 2013 18:05:27 +0000 + +webapps-applications (2.4.16+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Forcibly uninstall the four defunct gaming webapps. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 551 + + -- Ubuntu daily release Fri, 19 Jul 2013 05:02:53 +0000 + +webapps-applications (2.4.16+13.10.20130715-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Ensure defunct webapps are removed from user systems. (LP: + #1198285). (LP: #1198285) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 549 + + -- Ubuntu daily release Mon, 15 Jul 2013 05:02:39 +0000 + +webapps-applications (2.4.16daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Maxim Ermilov ] + * report style errors in dependecies + * fix style errors in utils.js + + [ Ubuntu daily release ] + * Automatic snapshot from revision 547 + + -- Ubuntu daily release Fri, 07 Jun 2013 05:02:49 +0000 + +webapps-applications (2.4.16daily13.05.30-0ubuntu1) saucy; urgency=low + + [ Víctor R. Ruiz ] + * Enables plugins for WebKitView. Needed for the hulu-player test. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 544 + + -- Ubuntu daily release Thu, 30 May 2013 05:02:35 +0000 + +webapps-applications (2.4.16daily13.05.22-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Make -s optional when testing locally, since it can be discovered. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 542 + + -- Ubuntu daily release Wed, 22 May 2013 05:38:13 +0000 + +webapps-applications (2.4.16daily13.05.16.1-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Make sure that we don't crash when a given script does not offer a + proper "translation object" (we should also find a better way to do + it). + * Fix migration script. (LP: #1056513) + + [ Robert Bruce Park ] + * Increase linter coverage. . + * Fix some lintian warnings. + * Port po2json.py to python3, including some refactoring to simplify + it. (LP: #1180485) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 540 + + -- Ubuntu daily release Thu, 16 May 2013 08:10:08 +0000 + +webapps-applications (2.4.16-0ubuntu1) saucy; urgency=low + + * New binary package unity-webapps-dev to contain linter scripts + necessary for building webapps packages. + + -- Robert Bruce Park Tue, 14 May 2013 23:59:10 -0700 + +webapps-applications (2.4.15.1-0ubuntu1) saucy; urgency=low + + * Manually bootstrap new webapps-applications package split (the rules + files is needed on other packages) + * Automatic snapshot from revision 532 + + -- Didier Roche Mon, 06 May 2013 18:26:19 +0200 + +webapps-applications (2.4.15-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Split individual webapps out of this branch into their own branches. + * Update test-runner.py to be able to find webapps at their new branches. + + -- Robert Bruce Park Wed, 01 May 2013 13:04:42 -0700 + +webapps-applications (2.4.14-0ubuntu1) raring; urgency=low + + [ Chris Townsend ] + * Remove Amazon and Ubuntu One icons. (LP: #1070344) + + -- Ken VanDine Wed, 20 Mar 2013 10:27:24 -0400 + +webapps-applications (2.4.13-0ubuntu1) raring; urgency=low + + [ Alex Abreu ] + * Re-add showIndicators() function for backwards compatibility. + + -- Robert Bruce Park Thu, 14 Feb 2013 11:05:36 -0800 + +webapps-applications (2.4.12-0ubuntu1) raring; urgency=low + + [ Alex Abreu ] + * Build fails without message when Unity.init is called with quoted + object keys (LP: #1090894) + + [ Maxim Ermilov ] + * Update scripts to follow messaging menu specification. (LP: #1115342) + * testsuite: don't use page's JSON object + + -- Robert Bruce Park Thu, 07 Feb 2013 13:54:00 -0800 + +webapps-applications (2.4.11-0ubuntu1) raring; urgency=low + + * Inline packaging metadata. + + -- Robert Bruce Park Tue, 20 Nov 2012 14:47:54 -0600 + +webapps-applications (2.4.10-0ubuntu2) raring; urgency=low + + * Upload for raring + + -- Ken VanDine Fri, 09 Nov 2012 14:59:57 -0500 + +webapps-applications (2.4.10-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Fixed: Language detection code will not work for all + languages (LP: #1065422) + - new translations + * -debian/patches/lp_1064260.patch, upstream + * -debian/patches/bzr_extract_strings.patch, upstream + * -debian/patches/dont-add-launchers-on-edubuntu, upstream + * debian/patches/lp_1068207.patch + - Don't install all the webapps icons, they are in the individual + packages (LP: #1068207) + + -- Ken VanDine Wed, 24 Oct 2012 08:50:15 +0200 + +webapps-applications (2.4.7-0ubuntu4) quantal; urgency=low + + * debian/patches/bzr_extract_strings.patch: + - Cherry-pick an upstream fix for strings not extracted for translation + because of single quotation marks (LP: #1065246) + + -- Didier Roche Thu, 11 Oct 2012 10:21:26 +0200 + +webapps-applications (2.4.7-0ubuntu3) quantal; urgency=low + + * debian/patches/lp_1064260.patch + - Don't create a second amazon launcher (LP: #1064260) + + -- Ken VanDine Wed, 10 Oct 2012 11:01:41 -0400 + +webapps-applications (2.4.7-0ubuntu2) quantal; urgency=low + + [Michael Vogt] + * do not prompt when installing webapps + + -- Ken VanDine Thu, 04 Oct 2012 11:30:20 -0400 + +webapps-applications (2.4.7-0ubuntu1) quantal; urgency=low + + * New upstream release. + - Amazon userscript isCorrectPage() method is too selective (LP: #1058241) + - Amazon launcher icon does not stop pulsing when Amazon has + opened (LP: #1058819) + - fix usage of proper 128 px icons + * -debian/patches/disable-tests.patch, upstream + * -debian/patches/migration-script.patch, upstream + * -debian/patches/lp_1055625.patch, upstream + + -- Ken VanDine Wed, 03 Oct 2012 20:05:55 -0400 + +webapps-applications (2.4.6-0ubuntu4) quantal-proposed; urgency=low + + * debian/patches/lp_1055625.patch + - launch u1ms as a preinstalled app (LP: #1055625) + * debian/control + - require unity-webapps-service >= 2.3.8-0ubuntu3 which has the fix + for preinstalled app launching + + -- Ken VanDine Wed, 26 Sep 2012 13:16:53 -0400 + +webapps-applications (2.4.6-0ubuntu3) quantal; urgency=low + + * Add an ugly check into install-default-webapps-in-launcher.py to detect + Edubuntu system and skip the migration code in that case. + It's an ugly but working trick to restore the behaviour promised when + the release team reviewed the FeatureFreezeException. + (LP: #1056274) + + -- Stéphane Graber Tue, 25 Sep 2012 11:58:17 -0400 + +webapps-applications (2.4.6-0ubuntu2) quantal-proposed; urgency=low + + * debian/patches/migration-script.patch, + debian/unity-webapps-common.migrations: + - Add patch from upstream to migrate existing users to have the same + webapps in the launcher that default users get. + + -- Michael Terry Fri, 21 Sep 2012 15:45:28 -0400 + +webapps-applications (2.4.6-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release (initial Ubuntu package, LP: #1046840) + * Change source name to match upstream + * debian/control: + - Switch to Architecture: all + * debian/patches/disable-tests.patch: + - Make sure to disable tests during build, so that we don't need gjs + + -- Michael Terry Thu, 20 Sep 2012 14:20:57 -0400 + +unity-webapps (2.0-0quantal1) quantal; urgency=low + + * New upstream release + + -- Ken VanDine Sat, 18 Aug 2012 00:03:46 -0400 + +unity-webapps (1.9-0quantal1) quantal; urgency=low + + * New upstream release + + -- Ken VanDine Tue, 31 Jul 2012 11:57:09 -0400 + +unity-webapps (1.8.0+r319-0quantal1) quantal; urgency=low + + * Merged rev 319 to fix a jslint failure in launchpad + + -- Ken VanDine Fri, 20 Jul 2012 15:45:59 -0400 + +unity-webapps (1.8.0-0quantal1) quantal; urgency=low + + * New snapshot tagged RELEASE_1.8 + + -- Ken VanDine Fri, 20 Jul 2012 15:33:42 -0400 + +unity-webapps (1.7.0-0quantal1) quantal; urgency=low + + * New snapshot tagged RELEASE_1.7 + + -- Ken VanDine Tue, 17 Jul 2012 12:23:30 -0400 + +unity-webapps (1.6.0-0quantal1) quantal; urgency=low + + * rebuild for quantal + + -- Ken VanDine Mon, 16 Jul 2012 09:34:29 -0400 + +unity-webapps (1.6.0-0precise1) precise; urgency=low + + * New snapshot tagged RELEASE_1.6 + * debian/control + - removed build depends for gir1.2-gjsdbus-1.0 + + -- Ken VanDine Mon, 09 Jul 2012 10:51:19 -0400 + +unity-webapps (1.5.0-0precise1) precise; urgency=low + + * New snapshot tagged RELEASE_1.5 + + -- Ken VanDine Mon, 25 Jun 2012 16:36:15 -0400 + +unity-webapps (1.4.0-0precise2) precise; urgency=low + + * debian/control + - drop the browser extension from a Depends to a Suggests + + -- Ken VanDine Fri, 22 Jun 2012 10:15:59 -0400 + +unity-webapps (1.4.0-0precise1) precise; urgency=low + + * New snapshot tagged RELEASE_1.4 + + -- Ken VanDine Thu, 21 Jun 2012 12:49:42 -0400 + +unity-webapps (1.3.0-0precise1) precise; urgency=low + + * New snapshot tagged RELEASE_1.3 + + -- Ken VanDine Fri, 01 Jun 2012 14:40:31 -0400 + +unity-webapps (1.2.0+r275-0precise1) precise; urgency=low + + * New snapshot tagged RELEASE_1.2 + * tests/GoogleCalendar.js + - cherry picked fix for test failure + + -- Ken VanDine Tue, 22 May 2012 15:48:45 -0400 + +unity-webapps (1.1.0-0precise3+r268) precise; urgency=low + + * debian/control + - depend on xul-ext-unity or unity-chromium-extension + + -- Ken VanDine Tue, 15 May 2012 14:05:50 -0400 + +unity-webapps (1.1.0-0precise2+r268) precise; urgency=low + + * debian/rules + - don't include GooglePlusGames.user.js, it conflicts with + GooglePlus.user.js + + -- Ken VanDine Fri, 04 May 2012 15:39:05 -0700 + +unity-webapps (1.1.0-0precise1+r268) precise; urgency=low + + * Merged trunk from revision 268 + + -- Ken VanDine Thu, 03 May 2012 13:12:09 -0400 + +unity-webapps (1.1.0-0precise1) precise; urgency=low + + * New snapshot tagged RELEASE_1.1 + + -- Ken VanDine Fri, 27 Apr 2012 15:44:50 -0400 + +unity-webapps (1.0.0-0precise1) precise; urgency=low + + * New snapshot RELEASE_1.0 + + -- Ken VanDine Fri, 13 Apr 2012 16:42:54 -0400 + +unity-webapps (0.9.9-0precise1) precise; urgency=low + + * New snapshot RELEASE_0.9.9 + + -- Ken VanDine Fri, 30 Mar 2012 10:46:29 -0400 + +unity-webapps (0.9.4-0precise1) precise; urgency=low + + * New snapshot RELEASE_0.9.4 + + -- Ken VanDine Mon, 26 Mar 2012 14:37:27 -0400 + +unity-webapps (0.9.3-0precise1) precise; urgency=low + + * New snapshot RELEASE_0.9.3 + + -- Ken VanDine Mon, 19 Mar 2012 09:51:05 -0400 + +unity-webapps (0.9.2-0precise1) precise; urgency=low + + * New snapshot RELEASE_0.9.2 + + -- Ken VanDine Mon, 12 Mar 2012 15:20:40 -0400 + +unity-webapps (0.9.1-0precise1) precise; urgency=low + + * New snapshot RELEASE_0.9.1 + + -- Ken VanDine Fri, 09 Mar 2012 16:15:11 -0500 + +unity-webapps (0.9-0precise1) precise; urgency=low + + * New upstream release + * debian/control + - bump standards version to 3.9.3 + + -- Ken VanDine Fri, 24 Feb 2012 16:54:59 -0500 + +unity-webapps (0.7-0precise3) precise; urgency=low + + * debian/control + - build dep on some typelibs + + -- Ken VanDine Fri, 03 Feb 2012 18:39:51 -0500 + +unity-webapps (0.7-0precise2) precise; urgency=low + + * debian/control + - build dep on gjs + + -- Ken VanDine Fri, 03 Feb 2012 18:03:48 -0500 + +unity-webapps (0.7-0precise1) precise; urgency=low + + * New snapshot from tag RELEASE_0.7 + + -- Ken VanDine Fri, 03 Feb 2012 17:21:26 -0500 + +unity-webapps (0.3.1-0precise1) precise; urgency=low + + * Initial package + + -- Ken VanDine Thu, 12 Jan 2012 17:06:39 +0100 --- webapps-applications-2.4.16+13.10.20130814.orig/debian/docs +++ webapps-applications-2.4.16+13.10.20130814/debian/docs @@ -0,0 +1,2 @@ +NEWS +README