diff options
author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-07-15 10:42:17 +0200 |
---|---|---|
committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2013-07-15 10:42:17 +0200 |
commit | ec917cee40c9a891995088be3905f0e7377c05db (patch) | |
tree | 546f139d46ee78386ee6f98b0b250c80159dde4c /debian/control | |
parent | 550b78d3ce87fcbf446b4d9e70f93214c6d1c72a (diff) | |
download | ayatana-indicator-session-ec917cee40c9a891995088be3905f0e7377c05db.tar.gz ayatana-indicator-session-ec917cee40c9a891995088be3905f0e7377c05db.tar.bz2 ayatana-indicator-session-ec917cee40c9a891995088be3905f0e7377c05db.zip |
Add the python build-dep, as gdbus-codegen needs it to work properly
Diffstat (limited to 'debian/control')
-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 |