Merge lp:~manishsinha/totem/enable-publish-plugin into lp:~ubuntu-desktop/totem/ubuntu

Status: Work in progress
Proposed branch: lp:~manishsinha/totem/enable-publish-plugin
Merge into: lp:~ubuntu-desktop/totem/ubuntu
Diff against target: 69 lines (+15/-3)
4 files modified
debian/changelog (+8/-1)
debian/control (+3/-1)
debian/control.in (+3/-1)
debian/totem-plugins.install (+1/-0)
To merge this branch: bzr merge lp:~manishsinha/totem/enable-publish-plugin
Reviewer Review Type Date Requested Status
Sebastien Bacher Needs Fixing
Review via email: mp+81423@code.launchpad.net

Commit message

Enabled publish plugin by adding libepc-ui-dev as build-dep and libepc-ui-1.0-2 as binary package totem-plugins dependency

Description of the change

Enabled publish plugin by adding libepc-ui-dev as build-dep and libepc-ui-1.0-2 as binary package totem-plugins dependency

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

Thank you for your bug report, libepc is in universe though so it would need to be promoted first to be added to the Build-Depends, see https://wiki.ubuntu.com/MainInclusionProcess

review: Needs Fixing
Revision history for this message
Sebastien Bacher (seb128) wrote :

Setting to Work in progress, please set it back to need review if you file a mir for libepc

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

Unmerged revisions

122. By Manish Sinha (मनीष सिन्हा)

Enabled publish plugin by adding libepc-ui-dev as build-dep and
libepc-ui-1.0-2 as binary package totem-plugins dependency

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-10-26 20:41:51 +0000
+++ debian/changelog 2011-11-07 00:09:24 +0000
@@ -1,4 +1,11 @@
1totem (3.0.1-0ubuntu9) UNRELEASED; urgency=low1totem (3.0.1-0ubuntu10) UNRELEASED; urgency=low
2
3 * Enabled publish plugin by adding libepc-ui-dev as build-dep and
4 libepc-ui-1.0-2 as binary package totem-plugins dependency
5
6 -- Manish Sinha <manishsinha@ubuntu.com> Mon, 07 Nov 2011 04:45:48 +0530
7
8totem (3.0.1-0ubuntu9) precise; urgency=low
29
3 * Enable zeitgeist-dp vala plugin for totem (LP: #879702) 10 * Enable zeitgeist-dp vala plugin for totem (LP: #879702)
411
512
=== modified file 'debian/control'
--- debian/control 2011-10-26 18:05:38 +0000
+++ debian/control 2011-11-07 00:09:24 +0000
@@ -62,6 +62,7 @@
62 gnome-common,62 gnome-common,
63 valac,63 valac,
64 libzeitgeist-dev,64 libzeitgeist-dev,
65 libepc-ui-dev,
65Standards-Version: 3.8.466Standards-Version: 3.8.4
66Homepage: http://www.gnome.org/projects/totem/67Homepage: http://www.gnome.org/projects/totem/
67Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/totem/ubuntu68Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/totem/ubuntu
@@ -181,7 +182,8 @@
181 python-gobject (>= 2.27),182 python-gobject (>= 2.27),
182 python-xdg,183 python-xdg,
183 python-httplib2,184 python-httplib2,
184 libzeitgeist-1.0-1185 libzeitgeist-1.0-1,
186 libepc-ui-1.0-2
185Recommends: gnome-settings-daemon187Recommends: gnome-settings-daemon
186Suggests: gromit188Suggests: gromit
187Description: Plugins for the Totem media player189Description: Plugins for the Totem media player
188190
=== modified file 'debian/control.in'
--- debian/control.in 2011-10-26 20:20:31 +0000
+++ debian/control.in 2011-11-07 00:09:24 +0000
@@ -57,6 +57,7 @@
57 gnome-common,57 gnome-common,
58 valac,58 valac,
59 libzeitgeist-dev,59 libzeitgeist-dev,
60 libepc-ui-dev,
60Standards-Version: 3.8.461Standards-Version: 3.8.4
61Homepage: http://www.gnome.org/projects/totem/62Homepage: http://www.gnome.org/projects/totem/
62Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/totem/ubuntu63Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/totem/ubuntu
@@ -176,7 +177,8 @@
176 python-gobject (>= 2.27),177 python-gobject (>= 2.27),
177 python-xdg,178 python-xdg,
178 python-httplib2,179 python-httplib2,
179 libzeitgeist-1.0-1180 libzeitgeist-1.0-1,
181 libepc-ui-1.0-2
180Recommends: gnome-settings-daemon182Recommends: gnome-settings-daemon
181Suggests: gromit183Suggests: gromit
182Description: Plugins for the Totem media player184Description: Plugins for the Totem media player
183185
=== modified file 'debian/totem-plugins.install'
--- debian/totem-plugins.install 2011-10-26 18:05:38 +0000
+++ debian/totem-plugins.install 2011-11-07 00:09:24 +0000
@@ -2,4 +2,5 @@
2debian/tmp/usr/lib/totem/plugins/chapters2debian/tmp/usr/lib/totem/plugins/chapters
3debian/tmp/usr/lib/totem/plugins/im-status3debian/tmp/usr/lib/totem/plugins/im-status
4debian/tmp/usr/lib/totem/plugins/zeitgeist-dp4debian/tmp/usr/lib/totem/plugins/zeitgeist-dp
5debian/tmp/usr/lib/totem/plugins/publish
56

Subscribers

People subscribed via source and target branches