diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-03-15 20:55:15 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-03-15 20:55:15 -0500 |
commit | 1e659cd3e96554c77cea09266f8b24fc153a186c (patch) | |
tree | 969e67647de2ce30d96d8d30fbee56ae58ad6292 | |
parent | 2b21545845221a841c11db2c3b4782f6893e72d7 (diff) | |
download | ayatana-indicator-display-1e659cd3e96554c77cea09266f8b24fc153a186c.tar.gz ayatana-indicator-display-1e659cd3e96554c77cea09266f8b24fc153a186c.tar.bz2 ayatana-indicator-display-1e659cd3e96554c77cea09266f8b24fc153a186c.zip |
Remove the minimum version of 0.4 for libqtdbusmock1-dev, it's causing a failure on Jenkins wily and was only included due to copy-paste from indicator-network. So let's see how Wily goes without it.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5088af5..9de530d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: cmake, # for tests qt5-default, qtbase5-dev, - libqtdbusmock1-dev (>= 0.4), + libqtdbusmock1-dev, libqtdbustest1-dev, cppcheck, libgtest-dev, |