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
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-09-17 22:33:50 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added directory 'debian'
10=== added file 'debian/account-plugin-ubuntuone.install'
11--- debian/account-plugin-ubuntuone.install 1970-01-01 00:00:00 +0000
12+++ debian/account-plugin-ubuntuone.install 2013-09-17 22:33:50 +0000
13@@ -0,0 +1,1 @@
14+usr/share/accounts/qml-plugins/ubuntuone
15
16=== added file 'debian/changelog'
17--- debian/changelog 1970-01-01 00:00:00 +0000
18+++ debian/changelog 2013-09-17 22:33:50 +0000
19@@ -0,0 +1,5 @@
20+ubuntuone-credentials (13.09-0ubuntu1) UNRELEASED; urgency=low
21+
22+ * Inline packaging for daily release.
23+
24+ -- Robert Bruce Park <robert.park@canonical.com> Tue, 17 Sep 2013 14:54:16 -0700
25
26=== added file 'debian/compat'
27--- debian/compat 1970-01-01 00:00:00 +0000
28+++ debian/compat 2013-09-17 22:33:50 +0000
29@@ -0,0 +1,1 @@
30+9
31
32=== added file 'debian/control'
33--- debian/control 1970-01-01 00:00:00 +0000
34+++ debian/control 2013-09-17 22:33:50 +0000
35@@ -0,0 +1,136 @@
36+Source: ubuntuone-credentials
37+Section: libs
38+Priority: optional
39+Build-Depends: cmake,
40+ debhelper (>= 9),
41+ libaccounts-qt5-dev,
42+ liboauth-dev,
43+ libsignon-qt5-dev,
44+ qtbase5-dev,
45+ qtdeclarative5-dev,
46+ qtdeclarative5-ubuntu-ui-toolkit-plugin,
47+ signon-plugins-dev,
48+ xvfb,
49+Maintainer: Ubuntu One Developers <ubuntuone-users@lists.launchpad.net>
50+Standards-Version: 3.9.4
51+Homepage: https://launchpad.net/ubuntuone-credentials
52+# If you aren't a member of ~ubuntuone-control-tower but need to upload packaging changes,
53+# just go ahead. ~ubuntuone-control-tower will notice and sync up the code again.
54+Vcs-Bzr: https://code.launchpad.net/~ubuntuone-control-tower/ubuntuone-credentials/trunk
55+Xs-Testsuite: autopkgtest
56+
57+Package: ubuntuone-credentials-common
58+Architecture: any
59+Multi-Arch: same
60+Pre-Depends: multiarch-support,
61+ ${misc:Pre-Depends},
62+Depends: ubuntuone-client-data (>= 4.2.0),
63+ ${misc:Depends},
64+ ${shlibs:Depends},
65+Description: Ubuntu One authentication library - common data
66+ A library for native applications to log into the Ubuntu One services,
67+ to synchronize data, purchase music and software, or access data stored
68+ remotely on the Ubuntu One servers.
69+ .
70+ This package includes common data files for the Ubuntu One authentication
71+ library and utilities.
72+
73+Package: libubuntuoneauth-2.0-0
74+Architecture: any
75+Multi-Arch: same
76+Pre-Depends: multiarch-support,
77+ ${misc:Pre-Depends},
78+Depends: signon-plugin-password,
79+ ubuntuone-credentials-common (= ${binary:Version}),
80+ ${misc:Depends},
81+ ${shlibs:Depends},
82+Description: Ubuntu One authentication library
83+ A library for native applications to log into the Ubuntu One services,
84+ to synchronize data, purchase music and software, or access data stored
85+ remotely on the Ubuntu One servers.
86+ .
87+ This package includes the main library.
88+
89+Package: libubuntuoneauth-2.0-dev
90+Section: libdevel
91+Architecture: any
92+Multi-Arch: same
93+Pre-Depends: multiarch-support,
94+ ${misc:Pre-Depends},
95+Depends: liboauth-dev,
96+ libsecret-1-dev,
97+ libubuntuoneauth-2.0-0 (= ${binary:Version}),
98+ ${misc:Depends},
99+Description: Ubuntu One authentication library - development files
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 the development files for the Ubuntu One authentication
105+ library.
106+
107+Package: ubuntuone-credentials
108+Architecture: any
109+Multi-Arch: same
110+Pre-Depends: multiarch-support,
111+ ${misc:Pre-Depends},
112+Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
113+ ubuntuone-client-data (>= 4.2.0),
114+ ${misc:Depends},
115+ ${shlibs:Depends},
116+Description: Ubuntu One authentication library - utility applications
117+ A library for native applications to log into the Ubuntu One services,
118+ to synchronize data, purchase music and software, or access data stored
119+ remotely on the Ubuntu One servers.
120+ .
121+ This package includes extra utility applications used by the library.
122+
123+Package: qtdeclarative5-ubuntuone1.0
124+Architecture: any
125+Multi-Arch: same
126+Pre-Depends: multiarch-support,
127+ ${misc:Pre-Depends},
128+Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
129+ qtdeclarative5-ubuntu-ui-toolkit-plugin,
130+ ${misc:Depends},
131+ ${shlibs:Depends},
132+Breaks: qtdeclarative5-ubuntuone-credentials-plugin,
133+Replaces: qtdeclarative5-ubuntuone-credentials-plugin,
134+Description: Ubuntu One authentication library - Qt declarative plug-in
135+ A library for native applications to log into the Ubuntu One services,
136+ to synchronize data, purchase music and software, or access data stored
137+ remotely on the Ubuntu One servers.
138+ .
139+ This package includes a Qt declarative plug-in for using the library.
140+
141+Package: signon-plugin-ubuntuone
142+Architecture: any
143+Multi-Arch: foreign
144+Pre-Depends: multiarch-support,
145+ ${misc:Pre-Depends},
146+Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
147+ ${misc:Depends},
148+ ${shlibs:Depends},
149+Description: Ubuntu One authentication library - signon plug-in
150+ A library for native applications to log into the Ubuntu One services,
151+ to synchronize data, purchase music and software, or access data stored
152+ remotely on the Ubuntu One servers.
153+ .
154+ This package includes an authentication plug-in for the signon daemon.
155+
156+Package: account-plugin-ubuntuone
157+Architecture: any
158+Multi-Arch: foreign
159+Pre-Depends: multiarch-support,
160+ ${misc:Pre-Depends},
161+Depends: libubuntuoneauth-2.0-0 (= ${binary:Version}),
162+ qtdeclarative5-ubuntuone1.0 (= ${binary:Version}),
163+ ubuntu-system-settings-online-accounts,
164+ ${misc:Depends},
165+ ${shlibs:Depends},
166+Description: Ubuntu One authentication library - account settings plug-in
167+ A library for native applications to log into the Ubuntu One services,
168+ to synchronize data, purchase music and software, or access data stored
169+ remotely on the Ubuntu One servers.
170+ .
171+ This package includes the accounts plug-in for Ubuntu System Settings.
172
173=== added file 'debian/copyright'
174--- debian/copyright 1970-01-01 00:00:00 +0000
175+++ debian/copyright 2013-09-17 22:33:50 +0000
176@@ -0,0 +1,51 @@
177+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
178+
179+Files: *
180+Copyright: 2013 Canonical Ltd.
181+License: LGPL-3
182+ This program is free software; you can redistribute it and/or modify it under
183+ the terms of the GNU Lesser General Public License as published by the Free
184+ Software Foundation; version 3.
185+ .
186+ This program is distributed in the hope that it will be useful, but WITHOUT
187+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
188+ FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
189+ details.
190+ .
191+ You should have received a copy of the GNU Lesser General Public License along
192+ with this package; if not, write to the Free Software Foundation, Inc., 51
193+ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
194+ .
195+ The full text of the LGPL v3 is distributed in
196+ /usr/share/common-licenses/LGPL-3 on Debian systems.
197+
198+Files: music-login/* online-accounts-provider/*
199+Copyright: 2013 Canonical Ltd.
200+License: GPL-3 with OpenSSL Exception
201+ This program is free software: you can redistribute it and/or modify it
202+ under the terms of the GNU General Public License version 3, as published
203+ by the Free Software Foundation.
204+ .
205+ This program is distributed in the hope that it will be useful, but
206+ WITHOUT ANY WARRANTY; without even the implied warranties of
207+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
208+ PURPOSE. See the GNU General Public License for more details.
209+ .
210+ You should have received a copy of the GNU General Public License along
211+ with this program. If not, see <http://www.gnu.org/licenses/>.
212+ .
213+ On Debian systems, the complete text of the GNU General Public License
214+ version 3, can be found in `/usr/share/common-licenses/GPL-3'.
215+ .
216+ In addition, as a special exception, the copyright holders give
217+ permission to link the code of portions of this program with the
218+ OpenSSL library under certain conditions as described in each
219+ individual source file, and distribute linked combinations
220+ including the two.
221+ You must obey the GNU General Public License in all respects
222+ for all of the code used other than OpenSSL. If you modify
223+ file(s) with this exception, you may extend this exception to your
224+ version of the file(s), but you are not obligated to do so. If you
225+ do not wish to do so, delete this exception statement from your
226+ version. If you delete this exception statement from all source
227+ files in the program, then also delete it here.
228
229=== added file 'debian/libubuntuoneauth-2.0-0.install'
230--- debian/libubuntuoneauth-2.0-0.install 1970-01-01 00:00:00 +0000
231+++ debian/libubuntuoneauth-2.0-0.install 2013-09-17 22:33:50 +0000
232@@ -0,0 +1,1 @@
233+usr/lib/*/libubuntuoneauth-2.0.so.0*
234
235=== added file 'debian/libubuntuoneauth-2.0-0.symbols'
236--- debian/libubuntuoneauth-2.0-0.symbols 1970-01-01 00:00:00 +0000
237+++ debian/libubuntuoneauth-2.0-0.symbols 2013-09-17 22:33:50 +0000
238@@ -0,0 +1,186 @@
239+libubuntuoneauth-2.0.so.0 libubuntuoneauth-2.0-0 #MINVER#
240+ (c++)"UbuntuOne::AuthLogger::logMessage(QtMsgType, QMessageLogContext const&, QString const&)@Base" 13.08
241+ (c++)"UbuntuOne::AuthLogger::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
242+ (c++)"UbuntuOne::AuthLogger::qt_metacast(char const*)@Base" 13.08
243+ (c++)"UbuntuOne::AuthLogger::setLogLevel(QtMsgType)@Base" 13.08
244+ (c++)"UbuntuOne::AuthLogger::stopLogging()@Base" 13.08
245+ (c++)"UbuntuOne::AuthLogger::setupLogging(QString)@Base" 13.08
246+ (c++)"UbuntuOne::AuthLogger::getLogDirectory()@Base" 13.08
247+ (c++)"UbuntuOne::AuthLogger::staticMetaObject@Base" 13.08
248+ (c++)"UbuntuOne::AuthLogger::getMessageTypeString(QtMsgType)@Base" 13.08
249+ (c++)"UbuntuOne::AuthLogger::AuthLogger(QString)@Base" 13.08
250+ (c++)"UbuntuOne::AuthLogger::AuthLogger(QString)@Base" 13.08
251+ (c++)"UbuntuOne::AuthLogger::~AuthLogger()@Base" 13.08
252+ (c++)"UbuntuOne::AuthLogger::~AuthLogger()@Base" 13.08
253+ (c++)"UbuntuOne::AuthLogger::~AuthLogger()@Base" 13.08
254+ (c++)"UbuntuOne::SSOService::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
255+ (c++)"UbuntuOne::SSOService::qt_metacast(char const*)@Base" 13.08
256+ (c++)"UbuntuOne::SSOService::registerUser(QString, QString, QString)@Base" 13.08
257+ (c++)"UbuntuOne::SSOService::accountPinged(QNetworkReply*)@Base" 13.08
258+ (c++)"UbuntuOne::SSOService::errorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
259+ (c++)"UbuntuOne::SSOService::requestFailed(UbuntuOne::ErrorResponse const&)@Base" 13.08
260+ (c++)"UbuntuOne::SSOService::tokenReceived(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
261+ (c++)"UbuntuOne::SSOService::getAuthBaseUrl()@Base" 13.08
262+ (c++)"UbuntuOne::SSOService::getCredentials()@Base" 13.08
263+ (c++)"UbuntuOne::SSOService::getUOneBaseUrl()@Base" 13.08
264+ (c++)"UbuntuOne::SSOService::credentialsFound(UbuntuOne::Token const&)@Base" 13.08
265+ (c++)"UbuntuOne::SSOService::staticMetaObject@Base" 13.08
266+ (c++)"UbuntuOne::SSOService::accountRegistered(UbuntuOne::AccountResponse const&)@Base" 13.08
267+ (c++)"UbuntuOne::SSOService::credentialsStored()@Base" 13.08
268+ (c++)"UbuntuOne::SSOService::handleTokenStored()@Base" 13.08
269+ (c++)"UbuntuOne::SSOService::credentialsDeleted()@Base" 13.08
270+ (c++)"UbuntuOne::SSOService::credentialsNotFound()@Base" 13.08
271+ (c++)"UbuntuOne::SSOService::invalidateCredentials()@Base" 13.08
272+ (c++)"UbuntuOne::SSOService::twoFactorAuthRequired()@Base" 13.08
273+ (c++)"UbuntuOne::SSOService::handleCredentialsFound(UbuntuOne::Token const&)@Base" 13.08
274+ (c++)"UbuntuOne::SSOService::handleCredentialsNotFound()@Base" 13.08
275+ (c++)"UbuntuOne::SSOService::handleTwoFactorAuthRequired()@Base" 13.08
276+ (c++)"UbuntuOne::SSOService::login(QString, QString, QString)@Base" 13.08
277+ (c++)"UbuntuOne::SSOService::SSOService(QObject*)@Base" 13.08
278+ (c++)"UbuntuOne::SSOService::SSOService(QObject*)@Base" 13.08
279+ (c++)"UbuntuOne::SSOService::~SSOService()@Base" 13.08
280+ (c++)"UbuntuOne::SSOService::~SSOService()@Base" 13.08
281+ (c++)"UbuntuOne::SSOService::~SSOService()@Base" 13.08
282+ (c++)"UbuntuOne::ErrorResponse::initializeMap()@Base" 13.08
283+ (c++)"UbuntuOne::ErrorResponse::code(QString)@Base" 13.08
284+ (c++)"UbuntuOne::ErrorResponse::ErrorResponse(int const&, QString const&, QString const&, QString const&)@Base" 13.08
285+ (c++)"UbuntuOne::ErrorResponse::ErrorResponse()@Base" 13.08
286+ (c++)"UbuntuOne::ErrorResponse::ErrorResponse(int const&, QString const&, QString const&, QString const&)@Base" 13.08
287+ (c++)"UbuntuOne::ErrorResponse::ErrorResponse()@Base" 13.08
288+ (c++)"UbuntuOne::ErrorResponse::~ErrorResponse()@Base" 13.08
289+ (c++)"UbuntuOne::ErrorResponse::~ErrorResponse()@Base" 13.08
290+ (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, QString, bool)@Base" 13.08
291+ (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, bool)@Base" 13.08
292+ (c++)"UbuntuOne::AccountRequest::AccountRequest()@Base" 13.08
293+ (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, QString, bool)@Base" 13.08
294+ (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString, QString, bool)@Base" 13.08
295+ (c++)"UbuntuOne::AccountRequest::AccountRequest()@Base" 13.08
296+ (c++)"UbuntuOne::AccountRequest::AccountRequest(QString, QString, QString, QString)@Base" 0replaceme
297+ (c++)"UbuntuOne::AccountRequest::~AccountRequest()@Base" 13.08
298+ (c++)"UbuntuOne::AccountRequest::~AccountRequest()@Base" 13.08
299+ (c++)"UbuntuOne::AccountResponse::AccountResponse()@Base" 13.08
300+ (c++)"UbuntuOne::AccountResponse::AccountResponse()@Base" 13.08
301+ (c++)"UbuntuOne::AccountResponse::~AccountResponse()@Base" 13.08
302+ (c++)"UbuntuOne::AccountResponse::~AccountResponse()@Base" 13.08
303+ (c++)"UbuntuOne::IdentityProvider::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
304+ (c++)"UbuntuOne::IdentityProvider::qt_metacast(char const*)@Base" 13.08
305+ (c++)"UbuntuOne::IdentityProvider::CreateAccount(UbuntuOne::AccountRequest const&)@Base" 13.08
306+ (c++)"UbuntuOne::IdentityProvider::ErrorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
307+ (c++)"UbuntuOne::IdentityProvider::GetOAuthToken(UbuntuOne::OAuthTokenRequest const&)@Base" 13.08
308+ (c++)"UbuntuOne::IdentityProvider::AccountGranted(UbuntuOne::AccountResponse const&)@Base" 13.08
309+ (c++)"UbuntuOne::IdentityProvider::OnErrorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
310+ (c++)"UbuntuOne::IdentityProvider::GetPasswordToken(UbuntuOne::PasswordTokenRequest const&)@Base" 13.08
311+ (c++)"UbuntuOne::IdentityProvider::OnAccountGranted(UbuntuOne::AccountResponse const&)@Base" 13.08
312+ (c++)"UbuntuOne::IdentityProvider::staticMetaObject@Base" 13.08
313+ (c++)"UbuntuOne::IdentityProvider::OAuthTokenGranted(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
314+ (c++)"UbuntuOne::IdentityProvider::OnOAuthTokenGranted(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
315+ (c++)"UbuntuOne::IdentityProvider::PasswordTokenGranted(UbuntuOne::PasswordTokenResponse const&)@Base" 13.08
316+ (c++)"UbuntuOne::IdentityProvider::TwoFactorAuthRequired()@Base" 13.08
317+ (c++)"UbuntuOne::IdentityProvider::OnPasswordTokenGranted(UbuntuOne::PasswordTokenResponse const&)@Base" 13.08
318+ (c++)"UbuntuOne::IdentityProvider::IdentityProvider(QObject*)@Base" 13.08
319+ (c++)"UbuntuOne::IdentityProvider::IdentityProvider(QObject*)@Base" 13.08
320+ (c++)"UbuntuOne::IdentityProvider::~IdentityProvider()@Base" 13.08
321+ (c++)"UbuntuOne::IdentityProvider::~IdentityProvider()@Base" 13.08
322+ (c++)"UbuntuOne::IdentityProvider::~IdentityProvider()@Base" 13.08
323+ (c++)"UbuntuOne::RequestInterface::RequestInterface(QUrl const&)@Base" 13.08
324+ (c++)"UbuntuOne::RequestInterface::RequestInterface(QUrl const&)@Base" 13.08
325+ (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString)@Base" 13.08
326+ (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString, QString)@Base" 13.08
327+ (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest()@Base" 13.08
328+ (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString)@Base" 13.08
329+ (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest(QString, QString, QString, QString, QString)@Base" 13.08
330+ (c++)"UbuntuOne::OAuthTokenRequest::OAuthTokenRequest()@Base" 13.08
331+ (c++)"UbuntuOne::OAuthTokenRequest::~OAuthTokenRequest()@Base" 13.08
332+ (c++)"UbuntuOne::OAuthTokenRequest::~OAuthTokenRequest()@Base" 13.08
333+ (c++)"UbuntuOne::OAuthTokenResponse::OAuthTokenResponse()@Base" 13.08
334+ (c++)"UbuntuOne::OAuthTokenResponse::OAuthTokenResponse()@Base" 13.08
335+ (c++)"UbuntuOne::OAuthTokenResponse::~OAuthTokenResponse()@Base" 13.08
336+ (c++)"UbuntuOne::OAuthTokenResponse::~OAuthTokenResponse()@Base" 13.08
337+ (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString)@Base" 13.08
338+ (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString, QString)@Base" 13.08
339+ (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest()@Base" 13.08
340+ (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString)@Base" 13.08
341+ (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest(QString, QString)@Base" 13.08
342+ (c++)"UbuntuOne::PasswordTokenRequest::PasswordTokenRequest()@Base" 13.08
343+ (c++)"UbuntuOne::PasswordTokenResponse::PasswordTokenResponse()@Base" 13.08
344+ (c++)"UbuntuOne::PasswordTokenResponse::PasswordTokenResponse()@Base" 13.08
345+ (c++)"UbuntuOne::Token::buildTokenName()@Base" 13.08
346+ (c++)"UbuntuOne::Token::toQuery()@Base" 13.08
347+ (c++)"UbuntuOne::Token::fromQuery(QString)@Base" 13.08
348+ (c++)"UbuntuOne::Token::Token(QString, QString, QString, QString)@Base" 13.08
349+ (c++)"UbuntuOne::Token::Token(QString, QString, QString, QString)@Base" 13.08
350+ (c++)"UbuntuOne::Token::~Token()@Base" 13.08
351+ (c++)"UbuntuOne::Token::~Token()@Base" 13.08
352+ (c++)"UbuntuOne::Keyring::storeToken(UbuntuOne::Token)@Base" 13.08
353+ (c++)"UbuntuOne::Keyring::tokenFound(UbuntuOne::Token const&)@Base" 13.08
354+ (c++)"UbuntuOne::Keyring::deleteToken()@Base" 13.08
355+ (c++)"UbuntuOne::Keyring::handleError(SignOn::Error const&)@Base" 13.08
356+ (c++)"UbuntuOne::Keyring::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
357+ (c++)"UbuntuOne::Keyring::qt_metacast(char const*)@Base" 13.08
358+ (c++)"UbuntuOne::Keyring::tokenStored()@Base" 13.08
359+ (c++)"UbuntuOne::Keyring::keyringError(QString)@Base" 13.08
360+ (c++)"UbuntuOne::Keyring::tokenDeleted()@Base" 13.08
361+ (c++)"UbuntuOne::Keyring::tokenNotFound()@Base" 13.08
362+ (c++)"UbuntuOne::Keyring::staticMetaObject@Base" 13.08
363+ (c++)"UbuntuOne::Keyring::handleSessionData(SignOn::SessionData const&)@Base" 13.08
364+ (c++)"UbuntuOne::Keyring::handleAccountRemoved()@Base" 13.08
365+ (c++)"UbuntuOne::Keyring::handleCredentialsStored(unsigned int)@Base" 13.08
366+ (c++)"UbuntuOne::Keyring::findToken()@Base" 13.08
367+ (c++)"UbuntuOne::Keyring::Keyring(QObject*)@Base" 13.08
368+ (c++)"UbuntuOne::Keyring::Keyring(QObject*)@Base" 13.08
369+ (c++)"UbuntuOne::Keyring::~Keyring()@Base" 13.08
370+ (c++)"UbuntuOne::Keyring::~Keyring()@Base" 13.08
371+ (c++)"UbuntuOne::Keyring::~Keyring()@Base" 13.08
372+ (c++)"UbuntuOne::Network::qt_metacall(QMetaObject::Call, int, void**)@Base" 13.08
373+ (c++)"UbuntuOne::Network::qt_metacast(char const*)@Base" 13.08
374+ (c++)"UbuntuOne::Network::ErrorOccurred(UbuntuOne::ErrorResponse const&)@Base" 13.08
375+ (c++)"UbuntuOne::Network::AccountGranted(UbuntuOne::AccountResponse const&)@Base" 13.08
376+ (c++)"UbuntuOne::Network::staticMetaObject@Base" 13.08
377+ (c++)"UbuntuOne::Network::OAuthTokenGranted(UbuntuOne::OAuthTokenResponse const&)@Base" 13.08
378+ (c++)"UbuntuOne::Network::PasswordTokenGranted(UbuntuOne::PasswordTokenResponse const&)@Base" 13.08
379+ (c++)"UbuntuOne::Network::ProcessAccountsReply(QJsonObject const&)@Base" 13.08
380+ (c++)"UbuntuOne::Network::ProcessOAuthTokenReply(QJsonObject const&)@Base" 13.08
381+ (c++)"UbuntuOne::Network::ProcessPasswordTokenReply(QJsonObject const&)@Base" 13.08
382+ (c++)"UbuntuOne::Network::OnReply(QNetworkReply*)@Base" 13.08
383+ (c++)"UbuntuOne::Network::Network(QObject*)@Base" 13.08
384+ (c++)"UbuntuOne::Network::Network(QObject*)@Base" 13.08
385+ (c++)"UbuntuOne::Network::~Network()@Base" 13.08
386+ (c++)"UbuntuOne::Network::~Network()@Base" 13.08
387+ (c++)"UbuntuOne::Network::~Network()@Base" 13.08
388+ (c++)"UbuntuOne::AuthLogger::metaObject() const@Base" 13.08
389+ (c++)"UbuntuOne::SSOService::metaObject() const@Base" 13.08
390+ (c++)"UbuntuOne::AccountRequest::serialize() const@Base" 13.08
391+ (c++)"UbuntuOne::IdentityProvider::metaObject() const@Base" 13.08
392+ (c++)"UbuntuOne::OAuthTokenRequest::serialize() const@Base" 13.08
393+ (c++)"UbuntuOne::PasswordTokenRequest::serialize() const@Base" 13.08
394+ (c++)"UbuntuOne::Token::isValid() const@Base" 13.08
395+ (c++)"UbuntuOne::Token::signUrl(QString, QString, bool) const@Base" 13.08
396+ (c++)"UbuntuOne::Keyring::metaObject() const@Base" 13.08
397+ (c++)"UbuntuOne::Network::metaObject() const@Base" 13.08
398+ (c++)"typeinfo for UbuntuOne::AuthLogger@Base" 13.08
399+ (c++)"typeinfo for UbuntuOne::SSOService@Base" 13.08
400+ (c++)"typeinfo for UbuntuOne::AccountRequest@Base" 13.08
401+ (c++)"typeinfo for UbuntuOne::IdentityProvider@Base" 13.08
402+ (c++)"typeinfo for UbuntuOne::RequestInterface@Base" 13.08
403+ (c++)"typeinfo for UbuntuOne::OAuthTokenRequest@Base" 13.08
404+ (c++)"typeinfo for UbuntuOne::PasswordTokenRequest@Base" 13.08
405+ (c++)"typeinfo for UbuntuOne::Keyring@Base" 13.08
406+ (c++)"typeinfo for UbuntuOne::Network@Base" 13.08
407+ (c++)"typeinfo name for UbuntuOne::AuthLogger@Base" 13.08
408+ (c++)"typeinfo name for UbuntuOne::SSOService@Base" 13.08
409+ (c++)"typeinfo name for UbuntuOne::AccountRequest@Base" 13.08
410+ (c++)"typeinfo name for UbuntuOne::IdentityProvider@Base" 13.08
411+ (c++)"typeinfo name for UbuntuOne::RequestInterface@Base" 13.08
412+ (c++)"typeinfo name for UbuntuOne::OAuthTokenRequest@Base" 13.08
413+ (c++)"typeinfo name for UbuntuOne::PasswordTokenRequest@Base" 13.08
414+ (c++)"typeinfo name for UbuntuOne::Keyring@Base" 13.08
415+ (c++)"typeinfo name for UbuntuOne::Network@Base" 13.08
416+ (c++)"vtable for UbuntuOne::AuthLogger@Base" 13.08
417+ (c++)"vtable for UbuntuOne::SSOService@Base" 13.08
418+ (c++)"vtable for UbuntuOne::AccountRequest@Base" 13.08
419+ (c++)"vtable for UbuntuOne::IdentityProvider@Base" 13.08
420+ (c++)"vtable for UbuntuOne::RequestInterface@Base" 13.08
421+ (c++)"vtable for UbuntuOne::OAuthTokenRequest@Base" 13.08
422+ (c++)"vtable for UbuntuOne::PasswordTokenRequest@Base" 13.08
423+ (c++)"vtable for UbuntuOne::Keyring@Base" 13.08
424+ (c++)"vtable for UbuntuOne::Network@Base" 13.08
425
426=== added file 'debian/libubuntuoneauth-2.0-dev.install'
427--- debian/libubuntuoneauth-2.0-dev.install 1970-01-01 00:00:00 +0000
428+++ debian/libubuntuoneauth-2.0-dev.install 2013-09-17 22:33:50 +0000
429@@ -0,0 +1,2 @@
430+usr/include/ubuntuoneauth-2.0
431+usr/lib/*/libubuntuoneauth-2.0.so
432
433=== added file 'debian/qtdeclarative5-ubuntuone1.0.install'
434--- debian/qtdeclarative5-ubuntuone1.0.install 1970-01-01 00:00:00 +0000
435+++ debian/qtdeclarative5-ubuntuone1.0.install 2013-09-17 22:33:50 +0000
436@@ -0,0 +1,1 @@
437+usr/lib/*/qt5/qml/UbuntuOne
438
439=== added file 'debian/rules'
440--- debian/rules 1970-01-01 00:00:00 +0000
441+++ debian/rules 2013-09-17 22:33:50 +0000
442@@ -0,0 +1,19 @@
443+#!/usr/bin/make -f
444+
445+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
446+DH_CMAKE_BUILD_DIR=obj-${DEB_BUILD_GNU_TYPE}
447+DEB_HOST_ARCH ?= $(shell dpk-architecture -qDEB_HOST_ARCH)
448+
449+
450+%:
451+ dh $@ --buildsystem cmake --fail-missing
452+
453+override_dh_auto_configure:
454+ dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
455+
456+override_dh_auto_test:
457+ if [ "x${DEB_HOST_ARCH}" = "xarmhf" -o "x$(DEB_HOST_ARCH)" = "armel" ]; then \
458+ dh_auto_build -- ubuntuoneauth-tests; \
459+ else \
460+ dh_auto_build -- check; \
461+ fi
462
463=== added file 'debian/signon-plugin-ubuntuone.install'
464--- debian/signon-plugin-ubuntuone.install 1970-01-01 00:00:00 +0000
465+++ debian/signon-plugin-ubuntuone.install 2013-09-17 22:33:50 +0000
466@@ -0,0 +1,1 @@
467+usr/lib/signon/*.so
468
469=== added directory 'debian/tests'
470=== added file 'debian/tests/control'
471--- debian/tests/control 1970-01-01 00:00:00 +0000
472+++ debian/tests/control 2013-09-17 22:33:50 +0000
473@@ -0,0 +1,10 @@
474+Tests: run-tests
475+Restrictions: rw-build-tree build-needed allow-stderr
476+Depends: @,
477+ cmake,
478+ liboauth-dev,
479+ libsecret-1-dev,
480+ qtbase5-dev,
481+ qtdeclarative5-dev,
482+ qtdeclarative5-ubuntu-ui-toolkit-plugin,
483+ xvfb
484
485=== added file 'debian/tests/run-tests'
486--- debian/tests/run-tests 1970-01-01 00:00:00 +0000
487+++ debian/tests/run-tests 2013-09-17 22:33:50 +0000
488@@ -0,0 +1,6 @@
489+#!/bin/sh
490+
491+set -ex
492+
493+make check
494+
495
496=== added file 'debian/ubuntuone-credentials-common.install'
497--- debian/ubuntuone-credentials-common.install 1970-01-01 00:00:00 +0000
498+++ debian/ubuntuone-credentials-common.install 2013-09-17 22:33:50 +0000
499@@ -0,0 +1,3 @@
500+usr/share/accounts/providers
501+usr/share/accounts/service_types
502+usr/share/accounts/services
503
504=== added file 'debian/ubuntuone-credentials.install'
505--- debian/ubuntuone-credentials.install 1970-01-01 00:00:00 +0000
506+++ debian/ubuntuone-credentials.install 2013-09-17 22:33:50 +0000
507@@ -0,0 +1,1 @@
508+usr/lib/*/ubuntuone-credentials

Subscribers

People subscribed via source and target branches