Merge lp:~ken-vandine/ubuntu-system-settings-online-accounts/multiarch into lp:ubuntu-system-settings-online-accounts

Proposed by Ken VanDine
Status: Merged
Approved by: Ken VanDine
Approved revision: 39
Merged at revision: 39
Proposed branch: lp:~ken-vandine/ubuntu-system-settings-online-accounts/multiarch
Merge into: lp:ubuntu-system-settings-online-accounts
Diff against target: 26 lines (+4/-0)
1 file modified
debian/control (+4/-0)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings-online-accounts/multiarch
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sebastien Bacher (community) Approve
Online Accounts Pending
Review via email: mp+179188@code.launchpad.net

Commit message

multiarch fixes

Description of the change

multiarch fixes

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

lgtm!

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-08-06 15:31:04 +0000
3+++ debian/control 2013-08-08 13:38:18 +0000
4@@ -29,8 +29,10 @@
5 Package: libonline-accounts-client1
6 Section: libs
7 Architecture: any
8+Multi-Arch: same
9 Depends: ${misc:Depends},
10 ${shlibs:Depends},
11+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends},
12 Description: Library to interact with the Online Accounts panel
13 The OnlineAccountsClient library offers an API for applications to invoke the
14 Online Accounts panel in order to request the creation/configuration of
15@@ -39,9 +41,11 @@
16 Package: libonline-accounts-client-dev
17 Section: libdevel
18 Architecture: any
19+Multi-Arch: same
20 Depends: ${misc:Depends},
21 ${shlibs:Depends},
22 libonline-accounts-client1 (= ${binary:Version}),
23+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends},
24 Description: Library to interact with the Online Accounts panel - development files
25 The OnlineAccountsClient library offers an API for applications to invoke the
26 Online Accounts panel in order to request the creation/configuration of

Subscribers

People subscribed via source and target branches