Merge lp:~robru/ubuntuone-credentials/packaging into lp:ubuntuone-credentials

Proposed by Robert Bruce Park
Status: Rejected
Rejected by: dobey
Proposed branch: lp:~robru/ubuntuone-credentials/packaging
Merge into: lp:ubuntuone-credentials
Diff against target: 508 lines (+426/-0)
16 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/account-plugin-ubuntuone.install (+1/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+136/-0)
debian/copyright (+51/-0)
debian/libubuntuoneauth-2.0-0.install (+1/-0)
debian/libubuntuoneauth-2.0-0.symbols (+186/-0)
debian/libubuntuoneauth-2.0-dev.install (+2/-0)
debian/qtdeclarative5-ubuntuone1.0.install (+1/-0)
debian/rules (+19/-0)
debian/signon-plugin-ubuntuone.install (+1/-0)
debian/tests/control (+10/-0)
debian/tests/run-tests (+6/-0)
debian/ubuntuone-credentials-common.install (+3/-0)
debian/ubuntuone-credentials.install (+1/-0)
To merge this branch: bzr merge lp:~robru/ubuntuone-credentials/packaging
Reviewer Review Type Date Requested Status
dobey (community) Disapprove
PS Jenkins bot continuous-integration Approve
Ubuntu One hackers Pending
Review via email: mp+186173@code.launchpad.net

Commit message

Inline packaging for daily release.

Description of the change

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
65. By Robert Bruce Park

Fix symbols file.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
dobey (dobey) wrote :

Maybe we can do this after the 13.10 release, but at this point in the cycle I think it's too disruptive to do this to our code, as it creates a lot of weird situations.

As daily-release isn't a requirement for being in the ubuntu-touch image (as confirmed by lool on IRC), I'm rejecting this. We can revisit moving to daily-release process after 13.10 I think.

review: Disapprove

Unmerged revisions

65. By Robert Bruce Park

Fix symbols file.

64. By Robert Bruce Park

Inline packaging for daily release.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2013-09-17 22:33:50 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== added directory 'debian'
=== added file 'debian/account-plugin-ubuntuone.install'
--- debian/account-plugin-ubuntuone.install 1970-01-01 00:00:00 +0000
+++ debian/account-plugin-ubuntuone.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,1 @@
1usr/share/accounts/qml-plugins/ubuntuone
02
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2013-09-17 22:33:50 +0000
@@ -0,0 +1,5 @@
1ubuntuone-credentials (13.09-0ubuntu1) UNRELEASED; urgency=low
2
3 * Inline packaging for daily release.
4
5 -- Robert Bruce Park <robert.park@canonical.com> Tue, 17 Sep 2013 14:54:16 -0700
06
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2013-09-17 22:33:50 +0000
@@ -0,0 +1,1 @@
19
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2013-09-17 22:33:50 +0000
@@ -0,0 +1,136 @@
1Source: ubuntuone-credentials
2Section: libs
3Priority: optional
4Build-Depends: cmake,
5 debhelper (>= 9),
6 libaccounts-qt5-dev,
7 liboauth-dev,
8 libsignon-qt5-dev,
9 qtbase5-dev,
10 qtdeclarative5-dev,
11 qtdeclarative5-ubuntu-ui-toolkit-plugin,
12 signon-plugins-dev,
13 xvfb,
14Maintainer: Ubuntu One Developers <ubuntuone-users@lists.launchpad.net>
15Standards-Version: 3.9.4
16Homepage: https://launchpad.net/ubuntuone-credentials
17# If you aren't a member of ~ubuntuone-control-tower but need to upload packaging changes,
18# just go ahead. ~ubuntuone-control-tower will notice and sync up the code again.
19Vcs-Bzr: https://code.launchpad.net/~ubuntuone-control-tower/ubuntuone-credentials/trunk
20Xs-Testsuite: autopkgtest
21
22Package: ubuntuone-credentials-common
23Architecture: any
24Multi-Arch: same
25Pre-Depends: multiarch-support,
26 ${misc:Pre-Depends},
27Depends: ubuntuone-client-data (>= 4.2.0),
28 ${misc:Depends},
29 ${shlibs:Depends},
30Description: Ubuntu One authentication library - common data
31 A library for native applications to log into the Ubuntu One services,
32 to synchronize data, purchase music and software, or access data stored
33 remotely on the Ubuntu One servers.
34 .
35 This package includes common data files for the Ubuntu One authentication
36 library and utilities.
37
38Package: libubuntuoneauth-2.0-0
39Architecture: any
40Multi-Arch: same
41Pre-Depends: multiarch-support,
42 ${misc:Pre-Depends},
43Depends: signon-plugin-password,
44 ubuntuone-credentials-common (= ${binary:Version}),
45 ${misc:Depends},
46 ${shlibs:Depends},
47Description: Ubuntu One authentication library
48 A library for native applications to log into the Ubuntu One services,
49 to synchronize data, purchase music and software, or access data stored
50 remotely on the Ubuntu One servers.
51 .
52 This package includes the main library.
53
54Package: libubuntuoneauth-2.0-dev
55Section: libdevel
56Architecture: any
57Multi-Arch: same
58Pre-Depends: multiarch-support,
59 ${misc:Pre-Depends},
60Depends: liboauth-dev,
61 libsecret-1-dev,
62 libubuntuoneauth-2.0-0 (= ${binary:Version}),
63 ${misc:Depends},
64Description: Ubuntu One authentication library - development files
65 A library for native applications to log into the Ubuntu One services,
66 to synchronize data, purchase music and software, or access data stored
67 remotely on the Ubuntu One servers.
68 .
69 This package includes the development files for the Ubuntu One authentication
70 library.
71
72Package: ubuntuone-credentials
73Architecture: any
74Multi-Arch: same
75Pre-Depends: multiarch-support,
76 ${misc:Pre-Depends},
77Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
78 ubuntuone-client-data (>= 4.2.0),
79 ${misc:Depends},
80 ${shlibs:Depends},
81Description: Ubuntu One authentication library - utility applications
82 A library for native applications to log into the Ubuntu One services,
83 to synchronize data, purchase music and software, or access data stored
84 remotely on the Ubuntu One servers.
85 .
86 This package includes extra utility applications used by the library.
87
88Package: qtdeclarative5-ubuntuone1.0
89Architecture: any
90Multi-Arch: same
91Pre-Depends: multiarch-support,
92 ${misc:Pre-Depends},
93Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
94 qtdeclarative5-ubuntu-ui-toolkit-plugin,
95 ${misc:Depends},
96 ${shlibs:Depends},
97Breaks: qtdeclarative5-ubuntuone-credentials-plugin,
98Replaces: qtdeclarative5-ubuntuone-credentials-plugin,
99Description: Ubuntu One authentication library - Qt declarative plug-in
100 A library for native applications to log into the Ubuntu One services,
101 to synchronize data, purchase music and software, or access data stored
102 remotely on the Ubuntu One servers.
103 .
104 This package includes a Qt declarative plug-in for using the library.
105
106Package: signon-plugin-ubuntuone
107Architecture: any
108Multi-Arch: foreign
109Pre-Depends: multiarch-support,
110 ${misc:Pre-Depends},
111Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
112 ${misc:Depends},
113 ${shlibs:Depends},
114Description: Ubuntu One authentication library - signon plug-in
115 A library for native applications to log into the Ubuntu One services,
116 to synchronize data, purchase music and software, or access data stored
117 remotely on the Ubuntu One servers.
118 .
119 This package includes an authentication plug-in for the signon daemon.
120
121Package: account-plugin-ubuntuone
122Architecture: any
123Multi-Arch: foreign
124Pre-Depends: multiarch-support,
125 ${misc:Pre-Depends},
126Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
127 qtdeclarative5-ubuntuone1.0 (= ${binary:Version}),
128 ubuntu-system-settings-online-accounts,
129 ${misc:Depends},
130 ${shlibs:Depends},
131Description: Ubuntu One authentication library - account settings plug-in
132 A library for native applications to log into the Ubuntu One services,
133 to synchronize data, purchase music and software, or access data stored
134 remotely on the Ubuntu One servers.
135 .
136 This package includes the accounts plug-in for Ubuntu System Settings.
0137
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2013-09-17 22:33:50 +0000
@@ -0,0 +1,51 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
3Files: *
4Copyright: 2013 Canonical Ltd.
5License: LGPL-3
6 This program is free software; you can redistribute it and/or modify it under
7 the terms of the GNU Lesser General Public License as published by the Free
8 Software Foundation; version 3.
9 .
10 This program is distributed in the hope that it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13 details.
14 .
15 You should have received a copy of the GNU Lesser General Public License along
16 with this package; if not, write to the Free Software Foundation, Inc., 51
17 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 .
19 The full text of the LGPL v3 is distributed in
20 /usr/share/common-licenses/LGPL-3 on Debian systems.
21
22Files: music-login/* online-accounts-provider/*
23Copyright: 2013 Canonical Ltd.
24License: GPL-3 with OpenSSL Exception
25 This program is free software: you can redistribute it and/or modify it
26 under the terms of the GNU General Public License version 3, as published
27 by the Free Software Foundation.
28 .
29 This program is distributed in the hope that it will be useful, but
30 WITHOUT ANY WARRANTY; without even the implied warranties of
31 MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
32 PURPOSE. See the GNU General Public License for more details.
33 .
34 You should have received a copy of the GNU General Public License along
35 with this program. If not, see <http://www.gnu.org/licenses/>.
36 .
37 On Debian systems, the complete text of the GNU General Public License
38 version 3, can be found in `/usr/share/common-licenses/GPL-3'.
39 .
40 In addition, as a special exception, the copyright holders give
41 permission to link the code of portions of this program with the
42 OpenSSL library under certain conditions as described in each
43 individual source file, and distribute linked combinations
44 including the two.
45 You must obey the GNU General Public License in all respects
46 for all of the code used other than OpenSSL. If you modify
47 file(s) with this exception, you may extend this exception to your
48 version of the file(s), but you are not obligated to do so. If you
49 do not wish to do so, delete this exception statement from your
50 version. If you delete this exception statement from all source
51 files in the program, then also delete it here.
052
=== added file 'debian/libubuntuoneauth-2.0-0.install'
--- debian/libubuntuoneauth-2.0-0.install 1970-01-01 00:00:00 +0000
+++ debian/libubuntuoneauth-2.0-0.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,1 @@
1usr/lib/*/libubuntuoneauth-2.0.so.0*
02
=== added file 'debian/libubuntuoneauth-2.0-0.symbols'
--- debian/libubuntuoneauth-2.0-0.symbols 1970-01-01 00:00:00 +0000
+++ debian/libubuntuoneauth-2.0-0.symbols 2013-09-17 22:33:50 +0000
@@ -0,0 +1,186 @@
1libubuntuoneauth-2.0.so.0 libubuntuoneauth-2.0-0 #MINVER#
2 (c++)"UbuntuOne::AuthLogger::logMessage(QtMsgType, QMessageLogContext const&, QString const&)@Base" 13.08
3 (c++)"UbuntuOne::AuthLogger::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
4 (c++)"UbuntuOne::AuthLogger::qt_metacast(char const*)@Base" 13.08
5 (c++)"UbuntuOne::AuthLogger::setLogLevel(QtMsgType)@Base" 13.08
6 (c++)"UbuntuOne::AuthLogger::stopLogging()@Base" 13.08
7 (c++)"UbuntuOne::AuthLogger::setupLogging(QString)@Base" 13.08
8 (c++)"UbuntuOne::AuthLogger::getLogDirectory()@Base" 13.08
9 (c++)"UbuntuOne::AuthLogger::staticMetaObject@Base" 13.08
10 (c++)"UbuntuOne::AuthLogger::getMessageTypeString(QtMsgType)@Base" 13.08
11 (c++)"UbuntuOne::AuthLogger::AuthLogger(QString)@Base" 13.08
12 (c++)"UbuntuOne::AuthLogger::AuthLogger(QString)@Base" 13.08
13 (c++)"UbuntuOne::AuthLogger::~AuthLogger()@Base" 13.08
14 (c++)"UbuntuOne::AuthLogger::~AuthLogger()@Base" 13.08
15 (c++)"UbuntuOne::AuthLogger::~AuthLogger()@Base" 13.08
16 (c++)"UbuntuOne::SSOService::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
17 (c++)"UbuntuOne::SSOService::qt_metacast(char const*)@Base" 13.08
18 (c++)"UbuntuOne::SSOService::registerUser(QString, QString, QString)@Base" 13.08
19 (c++)"UbuntuOne::SSOService::accountPinged(QNetworkReply*)@Base" 13.08
20 (c++)"UbuntuOne::SSOService::errorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
21 (c++)"UbuntuOne::SSOService::requestFailed(UbuntuOne::ErrorResponse const&)@Base" 13.08
22 (c++)"UbuntuOne::SSOService::tokenReceived(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
23 (c++)"UbuntuOne::SSOService::getAuthBaseUrl()@Base" 13.08
24 (c++)"UbuntuOne::SSOService::getCredentials()@Base" 13.08
25 (c++)"UbuntuOne::SSOService::getUOneBaseUrl()@Base" 13.08
26 (c++)"UbuntuOne::SSOService::credentialsFound(UbuntuOne::Token const&)@Base" 13.08
27 (c++)"UbuntuOne::SSOService::staticMetaObject@Base" 13.08
28 (c++)"UbuntuOne::SSOService::accountRegistered(UbuntuOne::AccountResponse const&)@Base" 13.08
29 (c++)"UbuntuOne::SSOService::credentialsStored()@Base" 13.08
30 (c++)"UbuntuOne::SSOService::handleTokenStored()@Base" 13.08
31 (c++)"UbuntuOne::SSOService::credentialsDeleted()@Base" 13.08
32 (c++)"UbuntuOne::SSOService::credentialsNotFound()@Base" 13.08
33 (c++)"UbuntuOne::SSOService::invalidateCredentials()@Base" 13.08
34 (c++)"UbuntuOne::SSOService::twoFactorAuthRequired()@Base" 13.08
35 (c++)"UbuntuOne::SSOService::handleCredentialsFound(UbuntuOne::Token const&)@Base" 13.08
36 (c++)"UbuntuOne::SSOService::handleCredentialsNotFound()@Base" 13.08
37 (c++)"UbuntuOne::SSOService::handleTwoFactorAuthRequired()@Base" 13.08
38 (c++)"UbuntuOne::SSOService::login(QString, QString, QString)@Base" 13.08
39 (c++)"UbuntuOne::SSOService::SSOService(QObject*)@Base" 13.08
40 (c++)"UbuntuOne::SSOService::SSOService(QObject*)@Base" 13.08
41 (c++)"UbuntuOne::SSOService::~SSOService()@Base" 13.08
42 (c++)"UbuntuOne::SSOService::~SSOService()@Base" 13.08
43 (c++)"UbuntuOne::SSOService::~SSOService()@Base" 13.08
44 (c++)"UbuntuOne::ErrorResponse::initializeMap()@Base" 13.08
45 (c++)"UbuntuOne::ErrorResponse::code(QString)@Base" 13.08
46 (c++)"UbuntuOne::ErrorResponse::ErrorResponse(int const&, QString const&, QString const&, QString const&)@Base" 13.08
47 (c++)"UbuntuOne::ErrorResponse::ErrorResponse()@Base" 13.08
48 (c++)"UbuntuOne::ErrorResponse::ErrorResponse(int const&, QString const&, QString const&, QString const&)@Base" 13.08
49 (c++)"UbuntuOne::ErrorResponse::ErrorResponse()@Base" 13.08
50 (c++)"UbuntuOne::ErrorResponse::~ErrorResponse()@Base" 13.08
51 (c++)"UbuntuOne::ErrorResponse::~ErrorResponse()@Base" 13.08
52 (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, QString, bool)@Base" 13.08
53 (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, bool)@Base" 13.08
54 (c++)"UbuntuOne::AccountRequest::AccountRequest()@Base" 13.08
55 (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, QString, bool)@Base" 13.08
56 (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, bool)@Base" 13.08
57 (c++)"UbuntuOne::AccountRequest::AccountRequest()@Base" 13.08
58 (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString)@Base" 0replaceme
59 (c++)"UbuntuOne::AccountRequest::~AccountRequest()@Base" 13.08
60 (c++)"UbuntuOne::AccountRequest::~AccountRequest()@Base" 13.08
61 (c++)"UbuntuOne::AccountResponse::AccountResponse()@Base" 13.08
62 (c++)"UbuntuOne::AccountResponse::AccountResponse()@Base" 13.08
63 (c++)"UbuntuOne::AccountResponse::~AccountResponse()@Base" 13.08
64 (c++)"UbuntuOne::AccountResponse::~AccountResponse()@Base" 13.08
65 (c++)"UbuntuOne::IdentityProvider::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
66 (c++)"UbuntuOne::IdentityProvider::qt_metacast(char const*)@Base" 13.08
67 (c++)"UbuntuOne::IdentityProvider::CreateAccount(UbuntuOne::AccountRequest const&)@Base" 13.08
68 (c++)"UbuntuOne::IdentityProvider::ErrorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
69 (c++)"UbuntuOne::IdentityProvider::GetOAuthToken(UbuntuOne::OAuthTokenRequest const&)@Base" 13.08
70 (c++)"UbuntuOne::IdentityProvider::AccountGranted(UbuntuOne::AccountResponse const&)@Base" 13.08
71 (c++)"UbuntuOne::IdentityProvider::OnErrorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
72 (c++)"UbuntuOne::IdentityProvider::GetPasswordToken(UbuntuOne::PasswordTokenRequest const&)@Base" 13.08
73 (c++)"UbuntuOne::IdentityProvider::OnAccountGranted(UbuntuOne::AccountResponse const&)@Base" 13.08
74 (c++)"UbuntuOne::IdentityProvider::staticMetaObject@Base" 13.08
75 (c++)"UbuntuOne::IdentityProvider::OAuthTokenGranted(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
76 (c++)"UbuntuOne::IdentityProvider::OnOAuthTokenGranted(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
77 (c++)"UbuntuOne::IdentityProvider::PasswordTokenGranted(UbuntuOne::PasswordTokenResponse const&)@Base" 13.08
78 (c++)"UbuntuOne::IdentityProvider::TwoFactorAuthRequired()@Base" 13.08
79 (c++)"UbuntuOne::IdentityProvider::OnPasswordTokenGranted(UbuntuOne::PasswordTokenResponse const&)@Base" 13.08
80 (c++)"UbuntuOne::IdentityProvider::IdentityProvider(QObject*)@Base" 13.08
81 (c++)"UbuntuOne::IdentityProvider::IdentityProvider(QObject*)@Base" 13.08
82 (c++)"UbuntuOne::IdentityProvider::~IdentityProvider()@Base" 13.08
83 (c++)"UbuntuOne::IdentityProvider::~IdentityProvider()@Base" 13.08
84 (c++)"UbuntuOne::IdentityProvider::~IdentityProvider()@Base" 13.08
85 (c++)"UbuntuOne::RequestInterface::RequestInterface(QUrl const&)@Base" 13.08
86 (c++)"UbuntuOne::RequestInterface::RequestInterface(QUrl const&)@Base" 13.08
87 (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString)@Base" 13.08
88 (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString, QString)@Base" 13.08
89 (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest()@Base" 13.08
90 (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString)@Base" 13.08
91 (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString, QString)@Base" 13.08
92 (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest()@Base" 13.08
93 (c++)"UbuntuOne::OAuthTokenRequest::~OAuthTokenRequest()@Base" 13.08
94 (c++)"UbuntuOne::OAuthTokenRequest::~OAuthTokenRequest()@Base" 13.08
95 (c++)"UbuntuOne::OAuthTokenResponse::OAuthTokenResponse()@Base" 13.08
96 (c++)"UbuntuOne::OAuthTokenResponse::OAuthTokenResponse()@Base" 13.08
97 (c++)"UbuntuOne::OAuthTokenResponse::~OAuthTokenResponse()@Base" 13.08
98 (c++)"UbuntuOne::OAuthTokenResponse::~OAuthTokenResponse()@Base" 13.08
99 (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString)@Base" 13.08
100 (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString, QString)@Base" 13.08
101 (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest()@Base" 13.08
102 (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString)@Base" 13.08
103 (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString, QString)@Base" 13.08
104 (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest()@Base" 13.08
105 (c++)"UbuntuOne::PasswordTokenResponse::PasswordTokenResponse()@Base" 13.08
106 (c++)"UbuntuOne::PasswordTokenResponse::PasswordTokenResponse()@Base" 13.08
107 (c++)"UbuntuOne::Token::buildTokenName()@Base" 13.08
108 (c++)"UbuntuOne::Token::toQuery()@Base" 13.08
109 (c++)"UbuntuOne::Token::fromQuery(QString)@Base" 13.08
110 (c++)"UbuntuOne::Token::Token(QString, QString, QString, QString)@Base" 13.08
111 (c++)"UbuntuOne::Token::Token(QString, QString, QString, QString)@Base" 13.08
112 (c++)"UbuntuOne::Token::~Token()@Base" 13.08
113 (c++)"UbuntuOne::Token::~Token()@Base" 13.08
114 (c++)"UbuntuOne::Keyring::storeToken(UbuntuOne::Token)@Base" 13.08
115 (c++)"UbuntuOne::Keyring::tokenFound(UbuntuOne::Token const&)@Base" 13.08
116 (c++)"UbuntuOne::Keyring::deleteToken()@Base" 13.08
117 (c++)"UbuntuOne::Keyring::handleError(SignOn::Error const&)@Base" 13.08
118 (c++)"UbuntuOne::Keyring::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
119 (c++)"UbuntuOne::Keyring::qt_metacast(char const*)@Base" 13.08
120 (c++)"UbuntuOne::Keyring::tokenStored()@Base" 13.08
121 (c++)"UbuntuOne::Keyring::keyringError(QString)@Base" 13.08
122 (c++)"UbuntuOne::Keyring::tokenDeleted()@Base" 13.08
123 (c++)"UbuntuOne::Keyring::tokenNotFound()@Base" 13.08
124 (c++)"UbuntuOne::Keyring::staticMetaObject@Base" 13.08
125 (c++)"UbuntuOne::Keyring::handleSessionData(SignOn::SessionData const&)@Base" 13.08
126 (c++)"UbuntuOne::Keyring::handleAccountRemoved()@Base" 13.08
127 (c++)"UbuntuOne::Keyring::handleCredentialsStored(unsigned int)@Base" 13.08
128 (c++)"UbuntuOne::Keyring::findToken()@Base" 13.08
129 (c++)"UbuntuOne::Keyring::Keyring(QObject*)@Base" 13.08
130 (c++)"UbuntuOne::Keyring::Keyring(QObject*)@Base" 13.08
131 (c++)"UbuntuOne::Keyring::~Keyring()@Base" 13.08
132 (c++)"UbuntuOne::Keyring::~Keyring()@Base" 13.08
133 (c++)"UbuntuOne::Keyring::~Keyring()@Base" 13.08
134 (c++)"UbuntuOne::Network::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
135 (c++)"UbuntuOne::Network::qt_metacast(char const*)@Base" 13.08
136 (c++)"UbuntuOne::Network::ErrorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
137 (c++)"UbuntuOne::Network::AccountGranted(UbuntuOne::AccountResponse const&)@Base" 13.08
138 (c++)"UbuntuOne::Network::staticMetaObject@Base" 13.08
139 (c++)"UbuntuOne::Network::OAuthTokenGranted(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
140 (c++)"UbuntuOne::Network::PasswordTokenGranted(UbuntuOne::PasswordTokenResponse const&)@Base" 13.08
141 (c++)"UbuntuOne::Network::ProcessAccountsReply(QJsonObject const&)@Base" 13.08
142 (c++)"UbuntuOne::Network::ProcessOAuthTokenReply(QJsonObject const&)@Base" 13.08
143 (c++)"UbuntuOne::Network::ProcessPasswordTokenReply(QJsonObject const&)@Base" 13.08
144 (c++)"UbuntuOne::Network::OnReply(QNetworkReply*)@Base" 13.08
145 (c++)"UbuntuOne::Network::Network(QObject*)@Base" 13.08
146 (c++)"UbuntuOne::Network::Network(QObject*)@Base" 13.08
147 (c++)"UbuntuOne::Network::~Network()@Base" 13.08
148 (c++)"UbuntuOne::Network::~Network()@Base" 13.08
149 (c++)"UbuntuOne::Network::~Network()@Base" 13.08
150 (c++)"UbuntuOne::AuthLogger::metaObject() const@Base" 13.08
151 (c++)"UbuntuOne::SSOService::metaObject() const@Base" 13.08
152 (c++)"UbuntuOne::AccountRequest::serialize() const@Base" 13.08
153 (c++)"UbuntuOne::IdentityProvider::metaObject() const@Base" 13.08
154 (c++)"UbuntuOne::OAuthTokenRequest::serialize() const@Base" 13.08
155 (c++)"UbuntuOne::PasswordTokenRequest::serialize() const@Base" 13.08
156 (c++)"UbuntuOne::Token::isValid() const@Base" 13.08
157 (c++)"UbuntuOne::Token::signUrl(QString, QString, bool) const@Base" 13.08
158 (c++)"UbuntuOne::Keyring::metaObject() const@Base" 13.08
159 (c++)"UbuntuOne::Network::metaObject() const@Base" 13.08
160 (c++)"typeinfo for UbuntuOne::AuthLogger@Base" 13.08
161 (c++)"typeinfo for UbuntuOne::SSOService@Base" 13.08
162 (c++)"typeinfo for UbuntuOne::AccountRequest@Base" 13.08
163 (c++)"typeinfo for UbuntuOne::IdentityProvider@Base" 13.08
164 (c++)"typeinfo for UbuntuOne::RequestInterface@Base" 13.08
165 (c++)"typeinfo for UbuntuOne::OAuthTokenRequest@Base" 13.08
166 (c++)"typeinfo for UbuntuOne::PasswordTokenRequest@Base" 13.08
167 (c++)"typeinfo for UbuntuOne::Keyring@Base" 13.08
168 (c++)"typeinfo for UbuntuOne::Network@Base" 13.08
169 (c++)"typeinfo name for UbuntuOne::AuthLogger@Base" 13.08
170 (c++)"typeinfo name for UbuntuOne::SSOService@Base" 13.08
171 (c++)"typeinfo name for UbuntuOne::AccountRequest@Base" 13.08
172 (c++)"typeinfo name for UbuntuOne::IdentityProvider@Base" 13.08
173 (c++)"typeinfo name for UbuntuOne::RequestInterface@Base" 13.08
174 (c++)"typeinfo name for UbuntuOne::OAuthTokenRequest@Base" 13.08
175 (c++)"typeinfo name for UbuntuOne::PasswordTokenRequest@Base" 13.08
176 (c++)"typeinfo name for UbuntuOne::Keyring@Base" 13.08
177 (c++)"typeinfo name for UbuntuOne::Network@Base" 13.08
178 (c++)"vtable for UbuntuOne::AuthLogger@Base" 13.08
179 (c++)"vtable for UbuntuOne::SSOService@Base" 13.08
180 (c++)"vtable for UbuntuOne::AccountRequest@Base" 13.08
181 (c++)"vtable for UbuntuOne::IdentityProvider@Base" 13.08
182 (c++)"vtable for UbuntuOne::RequestInterface@Base" 13.08
183 (c++)"vtable for UbuntuOne::OAuthTokenRequest@Base" 13.08
184 (c++)"vtable for UbuntuOne::PasswordTokenRequest@Base" 13.08
185 (c++)"vtable for UbuntuOne::Keyring@Base" 13.08
186 (c++)"vtable for UbuntuOne::Network@Base" 13.08
0187
=== added file 'debian/libubuntuoneauth-2.0-dev.install'
--- debian/libubuntuoneauth-2.0-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libubuntuoneauth-2.0-dev.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,2 @@
1usr/include/ubuntuoneauth-2.0
2usr/lib/*/libubuntuoneauth-2.0.so
03
=== added file 'debian/qtdeclarative5-ubuntuone1.0.install'
--- debian/qtdeclarative5-ubuntuone1.0.install 1970-01-01 00:00:00 +0000
+++ debian/qtdeclarative5-ubuntuone1.0.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,1 @@
1usr/lib/*/qt5/qml/UbuntuOne
02
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2013-09-17 22:33:50 +0000
@@ -0,0 +1,19 @@
1#!/usr/bin/make -f
2
3export DPKG_GENSYMBOLS_CHECK_LEVEL=4
4DH_CMAKE_BUILD_DIR=obj-${DEB_BUILD_GNU_TYPE}
5DEB_HOST_ARCH ?= $(shell dpk-architecture -qDEB_HOST_ARCH)
6
7
8%:
9 dh $@ --buildsystem cmake --fail-missing
10
11override_dh_auto_configure:
12 dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
13
14override_dh_auto_test:
15 if [ "x${DEB_HOST_ARCH}" = "xarmhf" -o "x$(DEB_HOST_ARCH)" = "armel" ]; then \
16 dh_auto_build -- ubuntuoneauth-tests; \
17 else \
18 dh_auto_build -- check; \
19 fi
020
=== added file 'debian/signon-plugin-ubuntuone.install'
--- debian/signon-plugin-ubuntuone.install 1970-01-01 00:00:00 +0000
+++ debian/signon-plugin-ubuntuone.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,1 @@
1usr/lib/signon/*.so
02
=== added directory 'debian/tests'
=== added file 'debian/tests/control'
--- debian/tests/control 1970-01-01 00:00:00 +0000
+++ debian/tests/control 2013-09-17 22:33:50 +0000
@@ -0,0 +1,10 @@
1Tests: run-tests
2Restrictions: rw-build-tree build-needed allow-stderr
3Depends: @,
4 cmake,
5 liboauth-dev,
6 libsecret-1-dev,
7 qtbase5-dev,
8 qtdeclarative5-dev,
9 qtdeclarative5-ubuntu-ui-toolkit-plugin,
10 xvfb
011
=== added file 'debian/tests/run-tests'
--- debian/tests/run-tests 1970-01-01 00:00:00 +0000
+++ debian/tests/run-tests 2013-09-17 22:33:50 +0000
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3set -ex
4
5make check
6
07
=== added file 'debian/ubuntuone-credentials-common.install'
--- debian/ubuntuone-credentials-common.install 1970-01-01 00:00:00 +0000
+++ debian/ubuntuone-credentials-common.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,3 @@
1usr/share/accounts/providers
2usr/share/accounts/service_types
3usr/share/accounts/services
04
=== added file 'debian/ubuntuone-credentials.install'
--- debian/ubuntuone-credentials.install 1970-01-01 00:00:00 +0000
+++ debian/ubuntuone-credentials.install 2013-09-17 22:33:50 +0000
@@ -0,0 +1,1 @@
1usr/lib/*/ubuntuone-credentials

Subscribers

People subscribed via source and target branches