Merge lp:~sil2100/indicators-client/fix_dependencies into lp:indicators-client

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Nick Dedekind
Approved revision: 212
Merged at revision: 212
Proposed branch: lp:~sil2100/indicators-client/fix_dependencies
Merge into: lp:indicators-client
Diff against target: 21 lines (+2/-2)
1 file modified
debian/control (+2/-2)
To merge this branch: bzr merge lp:~sil2100/indicators-client/fix_dependencies
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Nick Dedekind (community) Approve
Review via email: mp+170785@code.launchpad.net

Commit message

Modify the client plugin deps - there is no indicator-battery and indicator-time, it's called -power and -datetime

Description of the change

Modify the client plugin deps - there is no indicator-battery and indicator-time, it's called -power and -datetime

To post a comment you must log in.
Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

LGTM.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
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-04-23 20:36:15 +0000
3+++ debian/control 2013-06-21 11:02:28 +0000
4@@ -60,7 +60,7 @@
5 Depends: ${shlibs:Depends},
6 ${misc:Depends},
7 indicators-client (= ${binary:Version}),
8- indicator-battery,
9+ indicator-power,
10 Description: Battery indicator plugin
11 This package contains the plugin for the indicators and system settings client
12 application that displays the battery indicator.
13@@ -70,7 +70,7 @@
14 Depends: ${shlibs:Depends},
15 ${misc:Depends},
16 indicators-client (= ${binary:Version}),
17- indicator-time,
18+ indicator-datetime,
19 Description: Date & Time indicator
20 This package contains the plugin for the indicators and system settings client
21 application that allows display the date & time.

Subscribers

People subscribed via source and target branches