Merge lp:~renatofilho/empathy/split-mcp-plugins into lp:~ubuntu-desktop/empathy/ubuntu

Proposed by Renato Araujo Oliveira Filho
Status: Needs review
Proposed branch: lp:~renatofilho/empathy/split-mcp-plugins
Merge into: lp:~ubuntu-desktop/empathy/ubuntu
Diff against target: 70 lines (+23/-4)
4 files modified
debian/changelog (+6/-0)
debian/control (+16/-3)
debian/mcp-account-manager-uoa-common.install (+1/-0)
debian/mcp-account-manager-uoa.install (+0/-1)
To merge this branch: bzr merge lp:~renatofilho/empathy/split-mcp-plugins
Reviewer Review Type Date Requested Status
Ken VanDine Needs Fixing
Review via email: mp+314354@code.launchpad.net

Commit message

Split mcp-account-manager-uoa in two packages.

To be used by external apps.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

I don't think empathy will be landed with bileto, so we need a debian/changelog entry for this.

review: Needs Fixing
387. By Renato Araujo Oliveira Filho

update changelog.

Unmerged revisions

387. By Renato Araujo Oliveira Filho

update changelog.

386. By Renato Araujo Oliveira Filho

Split mcp-account-manager-uoa in two packages.

To be used by external apps.

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 2016-09-29 14:23:36 +0000
3+++ debian/changelog 2017-01-09 18:29:24 +0000
4@@ -1,3 +1,9 @@
5+empathy (3.12.12-3ubuntu2) UNRELEASED; urgency=medium
6+
7+ * Split mcp-account-manager-uoa in two packages.
8+
9+ -- Renato Araujo Oliveira Filho <renato.filho@canonical.com> Mon, 09 Jan 2017 15:22:20 -0300
10+
11 empathy (3.12.12-3ubuntu1) yakkety; urgency=medium
12
13 * Merge with Debian. Remaining changes:
14
15=== modified file 'debian/control'
16--- debian/control 2016-09-29 14:23:30 +0000
17+++ debian/control 2017-01-09 18:29:24 +0000
18@@ -114,13 +114,26 @@
19 .
20 This package contains GNOME Online Accounts plugin for Mission Control.
21
22+Package: mcp-account-manager-uoa-common
23+Architecture: any
24+Depends: ${shlibs:Depends},
25+ ${misc:Depends},
26+ telepathy-mission-control-5 (>= 1:5.13.0-0ubuntu3)
27+Description: GNOME multi-protocol chat and call client (GOA plugin)
28+ Instant messaging program supporting text, voice, video, file transfers
29+ and inter-application communication over many different protocols,
30+ including: AIM, Google Talk (Jabber/XMPP), Yahoo!, Salut, Gadu-Gadu,
31+ Groupwise and ICQ.
32+ .
33+ This package contains Ubuntu Online Accounts plugin for Mission Control.
34+
35 Package: mcp-account-manager-uoa
36 Architecture: any
37 Depends: ${shlibs:Depends},
38 ${misc:Depends},
39+ mcp-account-manager-uoa-common (= ${binary:Version}),
40 empathy (= ${binary:Version}),
41- signon-plugin-password,
42- telepathy-mission-control-5 (>= 1:5.13.0-0ubuntu3)
43+ signon-plugin-password
44 Recommends: ubuntu-control-center-signon,
45 account-plugin-aim,
46 account-plugin-jabber,
47@@ -145,7 +158,7 @@
48 including: AIM, Google Talk (Jabber/XMPP), Yahoo!, Salut, Gadu-Gadu,
49 Groupwise and ICQ.
50 .
51- This package contains Ubuntu Online Accounts plugin for Mission Control.
52+ This package contains Ubuntu Online Accounts plugin.
53
54 Package: account-plugin-aim
55 Architecture: any
56
57=== added file 'debian/mcp-account-manager-uoa-common.install'
58--- debian/mcp-account-manager-uoa-common.install 1970-01-01 00:00:00 +0000
59+++ debian/mcp-account-manager-uoa-common.install 2017-01-09 18:29:24 +0000
60@@ -0,0 +1,1 @@
61+usr/lib/mission-control-plugins.0/mcp-account-manager-uoa.*
62
63=== modified file 'debian/mcp-account-manager-uoa.install'
64--- debian/mcp-account-manager-uoa.install 2013-05-31 10:25:14 +0000
65+++ debian/mcp-account-manager-uoa.install 2017-01-09 18:29:24 +0000
66@@ -1,4 +1,3 @@
67-usr/lib/mission-control-plugins.0/mcp-account-manager-uoa.*
68 usr/lib/libaccount-plugin-1.0/applications
69 usr/lib/libaccount-plugin-1.0/providers/libempathy-accounts-plugin.so
70 usr/share/accounts/applications

Subscribers

People subscribed via source and target branches