diff options
author | Ćukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-07-15 09:03:35 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-07-15 09:03:35 +0000 |
commit | da16896117ca3c24b3f27850fba29e7c14332e06 (patch) | |
tree | 546f139d46ee78386ee6f98b0b250c80159dde4c /debian | |
parent | 550b78d3ce87fcbf446b4d9e70f93214c6d1c72a (diff) | |
parent | ec917cee40c9a891995088be3905f0e7377c05db (diff) | |
download | ayatana-indicator-session-da16896117ca3c24b3f27850fba29e7c14332e06.tar.gz ayatana-indicator-session-da16896117ca3c24b3f27850fba29e7c14332e06.tar.bz2 ayatana-indicator-session-da16896117ca3c24b3f27850fba29e7c14332e06.zip |
Add the python build-dep, as gdbus-codegen needs it to work properly.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 522eeb1..9772a81 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,9 @@ Build-Depends: cmake, debhelper (>= 9), dh-translations, intltool, + libglib2.0-dev (>= 2.36), libgtest-dev, - libglib2.0-dev (>= 2.36) + python, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session # If you aren't a member of ~indicator-applet-developers but need to upload |