diff options
author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-06-20 17:57:23 +0200 |
---|---|---|
committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-06-20 17:57:23 +0200 |
commit | 6811e6bc54b8ad265246e9c2936c6d08548ffe1f (patch) | |
tree | cdc0178b86b2a3549a85944bc92a485be3fde915 /debian/control | |
parent | 0ce78de0eae6f44a0afe6e5b4bdc6da83f6dbdf8 (diff) | |
download | ayatana-indicator-power-6811e6bc54b8ad265246e9c2936c6d08548ffe1f.tar.gz ayatana-indicator-power-6811e6bc54b8ad265246e9c2936c6d08548ffe1f.tar.bz2 ayatana-indicator-power-6811e6bc54b8ad265246e9c2936c6d08548ffe1f.zip |
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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 169665f..1a81e88 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), intltool, libgtest-dev, libglib2.0-dev (>= 2.35.4), + python, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power # If you aren't a member of ~indicator-applet-developers but need to upload |