--- online-accounts-api-0.1+16.04.20160212.orig/debian/changelog +++ online-accounts-api-0.1+16.04.20160212/debian/changelog @@ -0,0 +1,86 @@ +online-accounts-api (0.1+16.04.20160212-0ubuntu1) xenial; urgency=medium + + [ Alberto Mardegan ] + * Add a property to signal when the account model is ready. (LP: + #1513075) + * Add support for SASL authentication. (LP: #1519330) + + -- David Barth Fri, 12 Feb 2016 07:46:42 +0000 + +online-accounts-api (0.1+16.04.20151103.1-0ubuntu1) xenial; urgency=medium + + [ Alberto Mardegan ] + * If the applicationId is not set, force using APP_ID (LP: #1511768) + + -- David Barth Tue, 03 Nov 2015 14:46:52 +0000 + +online-accounts-api (0.1+15.10.20150923.1-0ubuntu1) wily; urgency=medium + + [ Alberto Mardegan ] + * Docs, fixes, library install + + -- David Barth Wed, 23 Sep 2015 12:41:38 +0000 + +online-accounts-api (0.1+15.10.20150820-0ubuntu1) wily; urgency=low + + [ Alberto Mardegan ] + * Initial release. + * Add AccountInfo class to group the account ID plus details + * Add changelog added: debian/ debian/changelog + * Implement the D-Bus service + * Qt client API implementation added: cmake/EnableCoverageReport.cmake + cmake/FindLcov.cmake cmake/Findgcovr.cmake + cmake/ParseArguments.cmake src/lib/ src/lib/OnlineAccounts/ + src/lib/OnlineAccounts/Account + src/lib/OnlineAccounts/AuthenticationData + src/lib/OnlineAccounts/AuthenticationReply + src/lib/OnlineAccounts/CMakeLists.txt src/lib/OnlineAccounts/Error + src/lib/OnlineAccounts/Manager src/lib/OnlineAccounts/OAuth1Data + src/lib/OnlineAccounts/OAuth2Data + src/lib/OnlineAccounts/PasswordData + src/lib/OnlineAccounts/PendingCall + src/lib/OnlineAccounts/PendingCallWatcher + src/lib/OnlineAccounts/account.cpp src/lib/OnlineAccounts/account.h + src/lib/OnlineAccounts/account_info.cpp + src/lib/OnlineAccounts/account_info.h + src/lib/OnlineAccounts/account_p.h + src/lib/OnlineAccounts/authentication_data.cpp + src/lib/OnlineAccounts/authentication_data.h + src/lib/OnlineAccounts/authentication_data_p.h + src/lib/OnlineAccounts/authentication_reply.cpp + src/lib/OnlineAccounts/dbus_constants.h + src/lib/OnlineAccounts/dbus_interface.cpp + src/lib/OnlineAccounts/dbus_interface.h + src/lib/OnlineAccounts/error.cpp src/lib/OnlineAccounts/error.h + src/lib/OnlineAccounts/error_p.h src/lib/OnlineAccounts/global.h + src/lib/OnlineAccounts/manager.cpp src/lib/OnlineAccounts/manager.h + src/lib/OnlineAccounts/manager_p.h + src/lib/OnlineAccounts/pending_call.cpp + src/lib/OnlineAccounts/pending_call.h + src/lib/OnlineAccounts/pending_call_p.h + src/lib/OnlineAccounts/request_access_reply.cpp tests/lib/ + tests/lib/OnlineAccounts/ tests/lib/OnlineAccounts/CMakeLists.txt + tests/lib/OnlineAccounts/functional_tests/ + tests/lib/OnlineAccounts/functional_tests/CMakeLists.txt + tests/lib/OnlineAccounts/functional_tests/functional_tests.cpp + tests/lib/OnlineAccounts/tst_authentication_data/ + tests/lib/OnlineAccounts/tst_authentication_data/CMakeLists.txt + tests/lib/OnlineAccounts/tst_authentication_data/tst_authentication_ + data.cpp + * Update DBus API + * bootstrap citrain added: .bzr-builddeb/ .bzr-builddeb/default.conf + * style + + [ James Henstridge ] + * Add checkAccess() to check for access to a particular service ID. + * Start of AppArmor policy checking code. added: + src/daemon/aacontext.cpp src/daemon/aacontext.h + + [ Marcus Tomlinson ] + * Added the testing structure added: .bzrignore cmake/ + cmake/FindGMock.cmake tests/ tests/CMakeLists.txt tests/unit/ + tests/unit/CMakeLists.txt tests/unit/unit-test-template/ + tests/unit/unit-test-template/CMakeLists.txt tests/unit/unit-test- + template/unit-test-template.cpp + + -- CI Train Bot Thu, 20 Aug 2015 10:31:28 +0000 --- online-accounts-api-0.1+16.04.20160212.orig/debian/compat +++ online-accounts-api-0.1+16.04.20160212/debian/compat @@ -0,0 +1 @@ +9 --- online-accounts-api-0.1+16.04.20160212.orig/debian/control +++ online-accounts-api-0.1+16.04.20160212/debian/control @@ -0,0 +1,93 @@ +Source: online-accounts-api +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: cmake (>= 2.8.9), + debhelper (>= 9), + pkg-config, + python3:any, + libaccounts-qt5-dev, + libapparmor-dev, + libonline-accounts-client-dev (>= 0.7), + libqtdbusmock1-dev, + libqtdbustest1-dev, + libsignon-qt5-dev, + qt5-default, + qtbase5-dev (>= 5.4), + qtdeclarative5-dev, + signon-plugins-dev, + xvfb, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/online-accounts-api +# 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/online-accounts-api/trunk + +Package: libonline-accounts-daemon1 +Section: libs +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: ${misc:Pre-Depends}, +Description: Online Accounts simplified API (D-Bus service) + D-Bus service implementing the simplified Online Accounts API. + +Package: libonline-accounts-daemon-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libonline-accounts-daemon1 (= ${binary:Version}), +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}, +Breaks: online-accounts-daemon-dev +Provides: online-accounts-daemon-dev +Replaces: online-accounts-daemon-dev +Description: Online Accounts simplified API (bindings development files) + This module contains the necessary files for developing client libraries + interfacing with the simplified Online Accounts API. + +Package: libonline-accounts-qt1 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: ${misc:Pre-Depends}, +Description: Library for the simplified Online Accounts API + The OnlineAccounts library offers an Qt-based API for applications to use + the Online Accounts functionality. + +Package: libonline-accounts-qt-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libonline-accounts-qt1 (= ${binary:Version}), +Pre-Depends: ${misc:Pre-Depends}, +Description: Library for the simplified Online Accounts API - development files + The OnlineAccounts library offers an Qt-based API for applications to use + the Online Accounts functionality. + +Package: qml-module-ubuntu-onlineaccounts2 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtdeclarative5-qtquick2-plugin, +Description: Online Accounts API for QML applications + This module provides access to the new Online Accounts API from QML + applications. + +Package: qml-module-ubuntu-onlineaccounts2-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, +Description: Online Accounts API, HTML documentation + This module provides access to the new Online Accounts API from QML + applications. + . + This package contains the HTML documentation. --- online-accounts-api-0.1+16.04.20160212.orig/debian/copyright +++ online-accounts-api-0.1+16.04.20160212/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: online-accounts-api +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/online-accounts-api + +Files: src/daemon/* +Copyright: 2015 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: src/lib/* +Copyright: 2015 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'. --- online-accounts-api-0.1+16.04.20160212.orig/debian/libonline-accounts-daemon-dev.install +++ online-accounts-api-0.1+16.04.20160212/debian/libonline-accounts-daemon-dev.install @@ -0,0 +1,3 @@ +usr/include/OnlineAccountsDaemon +usr/lib/*/pkgconfig/OnlineAccountsDaemon.pc +usr/share/dbus-1/interfaces --- online-accounts-api-0.1+16.04.20160212.orig/debian/libonline-accounts-daemon1.install +++ online-accounts-api-0.1+16.04.20160212/debian/libonline-accounts-daemon1.install @@ -0,0 +1 @@ +usr/lib/*/libOnlineAccountsDaemon.so --- online-accounts-api-0.1+16.04.20160212.orig/debian/libonline-accounts-qt-dev.install +++ online-accounts-api-0.1+16.04.20160212/debian/libonline-accounts-qt-dev.install @@ -0,0 +1,3 @@ +usr/include/OnlineAccountsQt +usr/lib/*/libOnlineAccountsQt.so +usr/lib/*/pkgconfig/OnlineAccountsQt.pc --- online-accounts-api-0.1+16.04.20160212.orig/debian/libonline-accounts-qt1.install +++ online-accounts-api-0.1+16.04.20160212/debian/libonline-accounts-qt1.install @@ -0,0 +1 @@ +usr/lib/*/libOnlineAccountsQt.so.* --- online-accounts-api-0.1+16.04.20160212.orig/debian/qml-module-ubuntu-onlineaccounts2-doc.install +++ online-accounts-api-0.1+16.04.20160212/debian/qml-module-ubuntu-onlineaccounts2-doc.install @@ -0,0 +1 @@ +usr/share/doc/ubuntu-onlineaccounts2 --- online-accounts-api-0.1+16.04.20160212.orig/debian/qml-module-ubuntu-onlineaccounts2.install +++ online-accounts-api-0.1+16.04.20160212/debian/qml-module-ubuntu-onlineaccounts2.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml/ --- online-accounts-api-0.1+16.04.20160212.orig/debian/rules +++ online-accounts-api-0.1+16.04.20160212/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_install: + rm -rf debian/*/usr/bin/accountd + rm -rf debian/*/usr/share/dbus-1/services/com.ubuntu.OnlineAccounts.Manager.service + dh_install --fail-missing + +%: + dh $@ --with python3