--- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/changelog +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/changelog @@ -0,0 +1,361 @@ +ubuntu-system-settings-online-accounts (0.3+14.04.20140328-0ubuntu2) trusty; urgency=medium + + * No-change rebuild for shlib changes in qtbase and qtdeclarative. + + -- Ricardo Salveti de Araujo Mon, 14 Apr 2014 14:05:08 -0300 + +ubuntu-system-settings-online-accounts (0.3+14.04.20140328-0ubuntu1) trusty; urgency=low + + [ Alberto Mardegan ] + * Fix a few UI issues: Application title should be "Accounts". + Explanatory text should use the Caption style. Cancel button when + starting the OAuth process moved to the bottom of the page. (see the + linked bugs for details) (LP: #1289406) + + -- Ubuntu daily release Fri, 28 Mar 2014 12:52:06 +0000 + +ubuntu-system-settings-online-accounts (0.3+14.04.20140307.1-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Fri, 07 Mar 2014 08:37:17 +0000 + +ubuntu-system-settings-online-accounts (0.3+14.04.20140304.is.0.2~+14.04.20131205-0ubuntu1) trusty; urgency=medium + + * Reverting as desktop image isn't installable (main/universe + mismatch) and causing all signon-ui tests on Touch failing + + -- Didier Roche Wed, 05 Mar 2014 12:20:04 +0100 + +ubuntu-system-settings-online-accounts (0.3+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ Alberto Mardegan ] + * Implement access request API for applications. + + [ Timo Jyrinki ] + * Use extra xvfb parameters to fix tests (LP: #1272198). (LP: + #1272198) + + [ Scott Sweeny ] + * Support loading the qml page for an account service from + ~/.local/share/accounts/qml-plugins if one does not exist in the + system-wide directory. + + -- Ubuntu daily release Tue, 04 Mar 2014 15:12:42 +0000 + +ubuntu-system-settings-online-accounts (0.2~+14.04.20131205-0ubuntu1) trusty; urgency=low + + [ Alberto Mardegan ] + * Use new iconName property for list items Also, avoid using the + deprecated model roles from accounts-qml-module: account -> + accountHandle accountService -> accountServiceHandle Introducing a + new Item as root item in the ServiceItem component is needed in + order to hide the Repeater's "model" property, which would otherwise + conflict with the homonymous context property in + ServiceSwitches.qml. . (LP: #1257028) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 85 + + -- Ubuntu daily release Thu, 05 Dec 2013 08:41:58 +0000 + +ubuntu-system-settings-online-accounts (0.2~+14.04.20131129-0ubuntu1) trusty; urgency=low + + [ Alberto Mardegan ] + * Disable autopilot test on the phone We have to do this because of + https://bugs.launchpad.net/bugs/1252294. (LP: #1252294) + * Test, setUp(): don't launch the app on the phone. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 82 + + -- Ubuntu daily release Fri, 29 Nov 2013 14:05:40 +0000 + +ubuntu-system-settings-online-accounts (0.2~+14.04.20131108-0ubuntu1) trusty; urgency=low + + [ Alberto Mardegan ] + * Move OnlineAccounts into its own process Create the + com.canonical.OnlineAccountsUI D-Bus service, whose task is to show + the Online Accounts UI when clients request it. The SystemSettings + plugin for Online Accounts becomes just one of these clients. The + rationale for the change is that it has been decided by design that + multiple instances of Online Accounts can be running at the same + time (because the Online Accounts UI will be modal to the + application which invoked it), yet they need to coordinate in order + to avoid the creation of the same account in two different places. + Using a single process with multiple windows and exposing a D-Bus + API seems to be the best approach and is also flexible enough to + accomodate for most of the design changes that might pop up. It's + also a proved approach, used already by signon-ui (in fact, most of + the code is taken from there). . + * Implement window transiency Let the service know what QWindow is + active in the client process, and use that one as parent window for + the transiency. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 77 + + -- Ubuntu daily release Fri, 08 Nov 2013 11:39:33 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20131016-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Fix OAuth authentication with parameters Fix an obvious JS error. . + (LP: #1240513) + * Enforce single-account for providers who require it . (LP: #1234282) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 70 + + -- Ubuntu daily release Wed, 16 Oct 2013 14:02:41 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Put the cancel button in a ListItem to ensure consistent spacing + with other elements in system-settings. + + [ Andrew Starr-Bochicchio ] + * Add loading indicator to OAuth page. (LP: #1235004) + + [ Alberto Mardegan ] + * Delay destruction of the delegate until the edit page is popped Use + ListView.delayRemove feature to delay the destruction of the + delegate until we have removed the edit page from the stack. . (LP: + #1231729) + * Add a Cancel button to the OAuth authentication pages Use signon- + ui's new X-PageComponent key to specify a QML page to be used. (LP: + #1231691) + * Close the WebView when the authentication is cancelled. (LP: + #1231680) + * AccountCreationPage: look for a "flickable" property from the + plugin. (LP: #1221845) + * Stop using deprecated gicon image provider . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 65 + + -- Ubuntu daily release Fri, 11 Oct 2013 08:47:24 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20131004-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * By default, only let unconfined apps access Online Accounts. (LP: + #1234099) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Fri, 04 Oct 2013 05:43:07 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20131002-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Add autopilot tests. + + [ Ɓukasz 'sil2100' Zemczak ] + * Fix to use dh_python2 for the -autopilot package + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 + + -- Ubuntu daily release Wed, 02 Oct 2013 04:09:06 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130925-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Pop the correct number of pages after account creation Let the + calling page decide how many times pageStack.pop() should be called. + (LP: #1223963) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 + + -- Ubuntu daily release Wed, 25 Sep 2013 11:12:16 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130910.3-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Tue, 10 Sep 2013 19:19:58 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130808.3-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * multiarch fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 39 + + -- Ubuntu daily release Thu, 08 Aug 2013 15:27:04 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130808.2-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Add OnlineAccountsClient library and QML module This library can be + used by applications to invoke the Online Accounts panel in order to + request the creation of accounts, by provider or by service-type. On + the panel side, only the initiation of account creation by provider + name is implemented; the service-type filtering requires some more + work and will come later. + + [ Alberto Mardegan ] + * Add OnlineAccountsClient library and QML module This library can be + used by applications to invoke the Online Accounts panel in order to + request the creation of accounts, by provider or by service-type. On + the panel side, only the initiation of account creation by provider + name is implemented; the service-type filtering requires some more + work and will come later. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 37 + + -- Ubuntu daily release Thu, 08 Aug 2013 09:28:31 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Use SingleControl again, the toolkit margin issues have been fixed. + * set up for translations (based on the system settings example). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Fri, 12 Jul 2013 07:01:46 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130628.1-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * set category to personal to match designs . + * set priority . + * Set boundsBehavior on the flickables . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Fri, 28 Jun 2013 19:40:37 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130628-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Don't include the example provider and plugin in the installed + package . + + [ Sebastien Bacher ] + * Use Base items for buttons, instead of SingleControl ones (until bug + #1194844 is fixed in the ui toolkit). That should give us correct + margins for those items. Use the same spacing for the labels. (LP: + #1194844) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 23 + + -- Ubuntu daily release Fri, 28 Jun 2013 07:01:01 +0000 + +ubuntu-system-settings-online-accounts (0.2~+13.10.20130626.1-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Account editing: show applications, not services + * Allow plugins to override the authentication parameters This is + going to be needed for google, at least (to get the refresh token). + . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 20 + + -- Ubuntu daily release Wed, 26 Jun 2013 19:36:34 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.25-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * Small visual tweaks: - use listitems for list buttons, that gives + visual consistency - use the same margin for labels in list than + other items - some tweaks to strings to match the design + recommendations. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 17 + + -- Ubuntu daily release Tue, 25 Jun 2013 07:01:02 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.19-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Updated icon color to match the default for keyColor . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 15 + + -- Ubuntu daily release Wed, 19 Jun 2013 07:01:00 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.17-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Added icon and updated name to "Accounts" to match designs . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 13 + + -- Ubuntu daily release Mon, 17 Jun 2013 07:01:57 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.10.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Mon, 10 Jun 2013 14:56:10 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.10-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 10 + + -- Ubuntu daily release Mon, 10 Jun 2013 07:01:49 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.09-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 9 + + -- Ubuntu daily release Sun, 09 Jun 2013 07:01:48 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.08.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 8 + + -- Ubuntu daily release Sat, 08 Jun 2013 07:01:49 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.08-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 7 + + -- Ubuntu daily release Sat, 08 Jun 2013 04:50:02 +0000 + +ubuntu-system-settings-online-accounts (0.2~daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * New upstream version + - Add support for account plugins + - Provide classes to enable writing OAuth-based plugins. + * debian/rules + - use fail-missing + + [ Alberto Mardegan ] + * First iteration Show existing accounts and providers list + * packaging tweaks + * Add support for account plugins Provide classes to enable writing + OAuth-based plugins. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 6 + + -- Ubuntu daily release Fri, 07 Jun 2013 15:57:24 +0000 + +uoa-setup-touch (0.1daily13.05.30ubuntu.unity.next-0ubuntu1) saucy; urgency=low + + [ Alberto Mardegan ] + * Initial release. + * First iteration Show existing accounts and providers list + * packaging tweaks + + [ Ubuntu daily release ] + * Automatic snapshot from revision 3 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 30 May 2013 18:20:28 +0000 --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/compat +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/control +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/control @@ -0,0 +1,96 @@ +Source: ubuntu-system-settings-online-accounts +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + pkg-config, + python:any (>= 2.7), + libsystemsettings-dev (>= 0.1+13.10.20130806), + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, + qtdeclarative5-accounts-plugin, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + dbus-test-runner, + xvfb, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/ubuntu-system-settings-online-accounts +# 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/ubuntu-system-settings-online-accounts/trunk +X-Python-Version: 2.7 + +Package: ubuntu-system-settings-online-accounts +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtdeclarative5-accounts-plugin (>= 0.3), + qtdeclarative5-ubuntu-ui-toolkit-plugin, + ubuntu-system-settings +Description: Online Accounts setup for Ubuntu Touch + Online Accounts setup utility for the Ubuntu Touch System Settings. + +Package: libonline-accounts-client1 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}, +Description: Library to interact with the Online Accounts panel + The OnlineAccountsClient library offers an API for applications to invoke the + Online Accounts panel in order to request the creation/configuration of + accounts. + +Package: libonline-accounts-client-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libonline-accounts-client1 (= ${binary:Version}), +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}, +Description: Library to interact with the Online Accounts panel - development files + The OnlineAccountsClient library offers an API for applications to invoke the + Online Accounts panel in order to request the creation/configuration of + accounts. + +Package: qtdeclarative5-online-accounts-client0.1 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtdeclarative5-qtquick2-plugin, +Description: Online Accounts panel library for QML applications + This module offers an API for applications to invoke the Online Accounts panel + in order to request the creation/configuration of accounts. + +Package: qtdeclarative5-online-accounts-client-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, +Description: Online Accounts panel library for QML applications - documentation + This module offers an API for applications to invoke the Online Accounts panel + in order to request the creation/configuration of accounts. + . + This package contains developer documentation. + +Package: ubuntu-system-settings-online-accounts-autopilot +Architecture: all +Section: debug +Priority: extra +Depends: ${misc:Depends}, + ${python:Depends}, + autopilot-qt5, + ubuntu-system-settings-online-accounts (>= ${binary:Version}), + uoa-integration-tests, + libqt5test5, + python-autopilot, + python-oauth, +Description: Online Accounts setup for Ubuntu Touch - tests + Online Accounts setup utility for the Ubuntu Touch System Settings. + . + This package contains the autopilot tests for Online Accounts. --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/copyright +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ubuntu-system-settings-online-accounts +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/ubuntu-system-settings-online-accounts + +Files: * +Copyright: 2013 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'. + +Files: client/* +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + On Debian systems, the complete text of the GNU Lesser General Public License + version 3 can be found in `/usr/share/common-licenses/LGPL-3'. --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/libonline-accounts-client-dev.install +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/libonline-accounts-client-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/*/libonline-accounts-client.so +usr/lib/*/pkgconfig/OnlineAccountsClient.pc --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/libonline-accounts-client1.install +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/libonline-accounts-client1.install @@ -0,0 +1 @@ +usr/lib/*/libonline-accounts-client.so.* --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/qtdeclarative5-online-accounts-client-doc.install +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/qtdeclarative5-online-accounts-client-doc.install @@ -0,0 +1 @@ +usr/share/online-accounts-client/doc --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/qtdeclarative5-online-accounts-client0.1.install +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/qtdeclarative5-online-accounts-client0.1.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml/Ubuntu/OnlineAccounts/Client* --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/rules +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_auto_configure: + dh_auto_configure \ + -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \ + "QMAKE_CXXFLAGS=$(CFLAGS)" \ + CONFIG+=ubuntu-docs \ + ubuntu-system-settings-online-accounts.pro + +override_dh_install: + rm -rf debian/*/usr/share/accounts/qml-plugins/example + rm -rf debian/*/usr/share/accounts/providers + rm -rf debian/*/usr/tests + dh_install --fail-missing + +%: + dh $@ --with python2 --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/ubuntu-system-settings-online-accounts-autopilot.install +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/ubuntu-system-settings-online-accounts-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/online_accounts_ui/* --- ubuntu-system-settings-online-accounts-0.3+14.04.20140328.orig/debian/ubuntu-system-settings-online-accounts.install +++ ubuntu-system-settings-online-accounts-0.3+14.04.20140328/debian/ubuntu-system-settings-online-accounts.install @@ -0,0 +1,8 @@ +usr/bin/online-accounts-ui +usr/lib/*/pkgconfig/OnlineAccountsPlugin.pc +usr/lib/*/ubuntu-system-settings +usr/share/applications/online-accounts-ui.desktop +usr/share/dbus-1/services/com.canonical.OnlineAccountsUi.service +usr/share/locale +usr/share/signon-ui/online-accounts-ui +usr/share/ubuntu/settings