Merge lp:~jbicha/account-plugins/depend-on-libaccount-plugin into lp:account-plugins

Proposed by Jeremy Bícha
Status: Merged
Approved by: Ken VanDine
Approved revision: 113
Merged at revision: 112
Proposed branch: lp:~jbicha/account-plugins/depend-on-libaccount-plugin
Merge into: lp:account-plugins
Diff against target: 106 lines (+18/-0)
2 files modified
debian/changelog (+7/-0)
debian/control (+11/-0)
To merge this branch: bzr merge lp:~jbicha/account-plugins/depend-on-libaccount-plugin
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ken VanDine Approve
Review via email: mp+167670@code.launchpad.net

Commit message

Since nothing depends on libaccount-plugin-google or libaccount-plugin-generic-oauth, UOA is broken for providers that need those pieces. This fixes that.

Description of the change

Since nothing depends on libaccount-plugin-google or libaccount-plugin-generic-oauth, UOA is broken for providers that need those pieces. This fixes that.

To post a comment you must log in.
113. By Jeremy Bícha

thanks Tim

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Thanks!

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/changelog'
2--- debian/changelog 2013-06-05 20:55:48 +0000
3+++ debian/changelog 2013-06-05 23:40:42 +0000
4@@ -1,3 +1,10 @@
5+account-plugins (0.11daily13.06.05.1-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * Have plugins depend on libaccount-plugin-generic-oauth or
8+ libaccount-plugin-google as needed. Thanks Tim Lunn for catching this.
9+
10+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 05 Jun 2013 19:32:57 -0400
11+
12 account-plugins (0.11daily13.06.05.1-0ubuntu1) saucy; urgency=low
13
14 [ Ken VanDine ]
15
16=== modified file 'debian/control'
17--- debian/control 2013-06-05 19:23:21 +0000
18+++ debian/control 2013-06-05 23:40:42 +0000
19@@ -45,6 +45,7 @@
20 Package: account-plugin-google
21 Architecture: all
22 Depends: ${shlibs:Depends}, ${misc:Depends},
23+ libaccount-plugin-google,
24 signon-keyring-extension,
25 signon-plugin-oauth2,
26 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
27@@ -54,6 +55,7 @@
28 Package: account-plugin-facebook
29 Architecture: all
30 Depends: ${misc:Depends},
31+ libaccount-plugin-generic-oauth,
32 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
33 Description: GNOME Control Center account plugin for single signon - facebook
34 GNOME Control Center account plugins for single signon
35@@ -61,6 +63,7 @@
36 Package: account-plugin-twitter
37 Architecture: all
38 Depends: ${misc:Depends},
39+ libaccount-plugin-generic-oauth,
40 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
41 Description: GNOME Control Center account plugin for single signon - twitter
42 GNOME Control Center account plugins for single signon
43@@ -68,6 +71,7 @@
44 Package: account-plugin-flickr
45 Architecture: all
46 Depends: ${misc:Depends},
47+ libaccount-plugin-generic-oauth,
48 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
49 Description: GNOME Control Center account plugin for single signon - flickr
50 GNOME Control Center account plugins for single signon
51@@ -75,6 +79,7 @@
52 Package: account-plugin-identica
53 Architecture: all
54 Depends: ${misc:Depends},
55+ libaccount-plugin-generic-oauth,
56 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
57 Description: GNOME Control Center account plugin for single signon - identica
58 GNOME Control Center account plugins for single signon
59@@ -82,6 +87,7 @@
60 Package: account-plugin-foursquare
61 Architecture: all
62 Depends: ${misc:Depends},
63+ libaccount-plugin-generic-oauth,
64 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
65 Description: GNOME Control Center account plugin for single signon - foursquare
66 GNOME Control Center account plugins for single signon
67@@ -89,6 +95,7 @@
68 Package: account-plugin-windows-live
69 Architecture: all
70 Depends: ${misc:Depends},
71+ libaccount-plugin-generic-oauth,
72 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
73 Description: GNOME Control Center account plugin for single signon - windows live
74 GNOME Control Center account plugins for single signon
75@@ -96,6 +103,7 @@
76 Package: account-plugin-sohu
77 Architecture: all
78 Depends: ${misc:Depends},
79+ libaccount-plugin-generic-oauth,
80 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
81 Description: GNOME Control Center account plugin for single signon - sohu
82 GNOME Control Center account plugins for single signon
83@@ -103,6 +111,7 @@
84 Package: account-plugin-sina
85 Architecture: all
86 Depends: ${misc:Depends},
87+ libaccount-plugin-generic-oauth,
88 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
89 Description: GNOME Control Center account plugin for single signon - sina
90 GNOME Control Center account plugins for single signon
91@@ -110,6 +119,7 @@
92 Package: account-plugin-linkedin
93 Architecture: all
94 Depends: ${misc:Depends},
95+ libaccount-plugin-generic-oauth,
96 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
97 Description: GNOME Control Center account plugin for single signon - LinkedIn
98 GNOME Control Center account plugins for single signon
99@@ -117,6 +127,7 @@
100 Package: account-plugin-instagram
101 Architecture: all
102 Depends: ${misc:Depends},
103+ libaccount-plugin-generic-oauth,
104 unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1),
105 Description: GNOME Control Center account plugin for single signon - Instagram
106 GNOME Control Center account plugins for single signon

Subscribers

People subscribed via source and target branches