diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-30 10:52:30 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-07-30 10:52:30 +0000 |
commit | b4f91b1d69a66c2d3e97feeed357243ddfda451f (patch) | |
tree | 90e88aefae6fc2eeb49ad4afed75b1f8d2788e6a /debian/control | |
parent | 967a5479db7d280255f669102f045076e09420d8 (diff) | |
parent | b46ec7d0cc35d10197a1a91f473e0a655188f6eb (diff) | |
download | ayatana-indicator-power-b4f91b1d69a66c2d3e97feeed357243ddfda451f.tar.gz ayatana-indicator-power-b4f91b1d69a66c2d3e97feeed357243ddfda451f.tar.bz2 ayatana-indicator-power-b4f91b1d69a66c2d3e97feeed357243ddfda451f.zip |
Add low-battery notifications. Fixes: 1317858, 1317860
Approved by: PS Jenkins bot, Lars Uebernickel
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 0944f42..00c0864 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,20 @@ Section: gnome Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: cmake, - debhelper (>= 9), - dh-translations, - intltool, - libgtest-dev, + libnotify-dev (>= 0.7.6), libglib2.0-dev (>= 2.36), libgudev-1.0-dev, liburl-dispatcher1-dev, python:any, +# for packaging + debhelper (>= 9), + dh-translations, + intltool, +# for tests + libgtest-dev, + python3-dbusmock, + dbus-test-runner, + libdbustest1-dev, 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 |