diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6deae40..7871d0f 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: cmake, libgudev-1.0-dev, libproperties-cpp-dev, # for coverage reports + gcovr, lcov, # for tests qt5-default, @@ -17,8 +18,7 @@ Build-Depends: cmake, libqtdbusmock1-dev, libqtdbustest1-dev, cppcheck, - libgtest-dev, - google-mock (>= 1.6.0+svn437), + googletest | google-mock (>= 1.6.0+svn437), gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), # for packaging debhelper (>= 9), |