retitle 820662 dbus-test-runner: Missing depends and build-depends on procps
severity 820662 serious
tags 820662 + patch
thanks
Based on the analysis by Lucas Nussbaum, this package needs a
dependency on procps for signon-ui to be built properly,
and also a build-dependency on procps to build itself.
The following patch should address this.
I'm raising this to serious because it breaks other packages
(signon-ui).
Thanks.
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9),
xvfb,
libdbus-glib-1-dev,
dbus,
+ procps,
python3-dbusmock,
Standards-Version: 3.9.6
Homepage: https://launchpad.net/dbus-test-runner
@@ -18,6 +19,7 @@ Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
dbus,
+ procps,
Suggests: bustle,
Description: Runs tests under a new DBus session
A simple little executable for running a couple of programs under a