Merge lp:~sil2100/indicator-power/add_python_dep into lp:indicator-power/13.10

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 169
Merged at revision: 169
Proposed branch: lp:~sil2100/indicator-power/add_python_dep
Merge into: lp:indicator-power/13.10
Diff against target: 11 lines (+1/-0)
1 file modified
debian/control (+1/-0)
To merge this branch: bzr merge lp:~sil2100/indicator-power/add_python_dep
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+170655@code.launchpad.net

Commit message

Add a build-dep on python. This is required as we're using gdbus-codegen from libglib2.0-dev which only 'recommends' python. We don't install recommends, so to get things working, this build-dep is needed

Description of the change

Add a build-dep on python. This is required as we're using gdbus-codegen from libglib2.0-dev which only 'recommends' python. We don't install recommends, so to get things working, this build-dep is needed

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

approving

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-06-17 23:01:04 +0000
3+++ debian/control 2013-06-20 16:00:35 +0000
4@@ -8,6 +8,7 @@
5 intltool,
6 libgtest-dev,
7 libglib2.0-dev (>= 2.35.4),
8+ python,
9 Standards-Version: 3.9.2
10 Homepage: https://launchpad.net/indicator-power
11 # If you aren't a member of ~indicator-applet-developers but need to upload

Subscribers

People subscribed via source and target branches