diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 18:04:55 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 18:04:55 -0500 |
commit | 34925a76df4ff222f02a65adec9edf1f626c45ad (patch) | |
tree | 5b83275d6816309ecf64d6de8c74d96ddd80c599 /debian/control | |
parent | 51f39c86f79fef81af296ee03d12a1883b7e015f (diff) | |
download | ayatana-indicator-power-34925a76df4ff222f02a65adec9edf1f626c45ad.tar.gz ayatana-indicator-power-34925a76df4ff222f02a65adec9edf1f626c45ad.tar.bz2 ayatana-indicator-power-34925a76df4ff222f02a65adec9edf1f626c45ad.zip |
in debian/control, add libdbustest1-dev to Build-Deps for tests
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 487a244..228d305 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: cmake, intltool, # for tests libgtest-dev, + libdbustest1-dev, dbus-test-runner, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power |