diff options
author | Rodney Dawes <dobey.pwns@gmail.com> | 2018-03-16 07:28:21 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-16 10:44:38 +0100 |
commit | 970f3823f1c14e094630e63d8d9b79235cb9bacf (patch) | |
tree | 89ddfd6470d8b79f1e9f315c00b2ce8e21d63fe5 /debian/control | |
parent | 34b8d5a101881e163af839c06a7db8cf302d2f43 (diff) | |
download | ayatana-indicator-power-970f3823f1c14e094630e63d8d9b79235cb9bacf.tar.gz ayatana-indicator-power-970f3823f1c14e094630e63d8d9b79235cb9bacf.tar.bz2 ayatana-indicator-power-970f3823f1c14e094630e63d8d9b79235cb9bacf.zip |
Use gmock module from cmake-extras.
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 3e1d2a5..63b9306 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: gnome Priority: optional Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: cmake, + cmake-extras (>= 0.10), libnotify-dev (>= 0.7.6), libglib2.0-dev (>= 2.36), liburl-dispatcher1-dev | hello, @@ -12,7 +13,7 @@ Build-Depends: cmake, dpkg-dev (>= 1.16.1.1), intltool, # for tests - libgtest-dev, + googletest | google-mock, python3-dbusmock, dbus-test-runner, libdbustest1-dev, |