diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 18:12:11 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 18:12:11 -0500 |
commit | f5db19df10ace0919ec13f83a751cc891d8a1741 (patch) | |
tree | b6045cba81e6ac805e580d84b20d7eaff9aee046 /debian/control | |
parent | 34925a76df4ff222f02a65adec9edf1f626c45ad (diff) | |
download | ayatana-indicator-power-f5db19df10ace0919ec13f83a751cc891d8a1741.tar.gz ayatana-indicator-power-f5db19df10ace0919ec13f83a751cc891d8a1741.tar.bz2 ayatana-indicator-power-f5db19df10ace0919ec13f83a751cc891d8a1741.zip |
in debian/control, add python3-dbusmock to Build-Deps for tests
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 228d305..00c0864 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,9 @@ Build-Depends: cmake, intltool, # for tests libgtest-dev, - libdbustest1-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 |