diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-19 21:03:57 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-19 21:03:57 +0200 |
commit | 2dcac5be1d811da9051a0e17034d7e28b62c95d1 (patch) | |
tree | 451d37af5245d2abcdb4a402e2842df626e3ef9f /debian | |
parent | b6fd253d62029c91a0664b758ae209643ad46461 (diff) | |
download | ayatana-indicator-sound-2dcac5be1d811da9051a0e17034d7e28b62c95d1.tar.gz ayatana-indicator-sound-2dcac5be1d811da9051a0e17034d7e28b62c95d1.tar.bz2 ayatana-indicator-sound-2dcac5be1d811da9051a0e17034d7e28b62c95d1.zip |
debian/control: Temporarily disable B-Ds that are required for unit testing.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 5a3e274..b80a70f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9.0), gcovr, gir1.2-accountsservice-1.0, mate-common, - googletest | google-mock (>= 1.6.0+svn437), +# googletest | google-mock (>= 1.6.0+svn437), intltool, autotools-dev, valac (>= 0.20), @@ -20,8 +20,8 @@ Build-Depends: debhelper (>= 9.0), libdbustest1-dev (>= 15.04.0), libgirepository1.0-dev, libglib2.0-dev (>= 2.32.0), - libqtdbusmock1-dev (>= 0.3), - libqtdbustest1-dev, +# libqtdbusmock1-dev (>= 0.3), +# libqtdbustest1-dev, libpulse-dev (>= 5.0), libpulse-mainloop-glib0 (>= 0.9.18), libnotify-dev, |