diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 12:21:54 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 12:21:54 -0500 |
commit | d5b42752328be0a217c1271656523399b8056f58 (patch) | |
tree | 2f019b25d2350411446fca24bc9a6939a0dd14d4 /debian | |
parent | 7b3b8a27aa6e0a9a10f6faec1cd13b10f5b2492a (diff) | |
download | ayatana-indicator-power-d5b42752328be0a217c1271656523399b8056f58.tar.gz ayatana-indicator-power-d5b42752328be0a217c1271656523399b8056f58.tar.bz2 ayatana-indicator-power-d5b42752328be0a217c1271656523399b8056f58.zip |
add dbus-test-runner as a build dependency for tests
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 4571741..487a244 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,18 @@ Section: gnome Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: cmake, - debhelper (>= 9), - dh-translations, - intltool, libnotify-dev (>= 0.7.6), - libgtest-dev, 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, + dbus-test-runner, 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 |