Skip to content

d/control, d/control.in: Depend on default system bus implementation

Simon McVittie requested to merge smcv/fwupd:bug1079481 into debian
  • d/control, d/control.in: tests depend on a system bus, not dbus-x11

    dbus-x11 provides a D-Bus session bus and the dbus-launch(1) executable, but fwupd doesn't seem to use either of those: all it needs is the D-Bus system bus (either the reference implementation dbus, or a reimplementation like dbus-broker).

    Closes: #1079481

  • d/control, d/control.in: Recommend a non-specific D-Bus system bus

    dbus (the reference implementation of a D-Bus message bus) is currently the default system bus for Debian, but I'm not aware of any reason why dbus-broker wouldn't work equally well.

Merge request reports

Loading