about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2025-12-12 13:36:49 +0100
committerMichael Biebl <biebl@debian.org>2025-12-12 13:36:49 +0100
commitb1124f15dee62cb3e75ca0c5ea3176543462d1e3 (patch)
tree8c1a24eb592e0182231c41e17cdc768e199f314d /debian
parentae975c1c39c2aaccc489ec54d3bbf083fd56414c (diff)
Replace dbus Build-Depends with dbus-daemon
The test-suite that is run as part of dh_auto_test only needs
dbus-run-session, which is part of the dbus-daemon package.
Replace dbus with dbus-daemon, as it has a smaller dependency tree and
doesn't interfere with alternatives like dbus-broker.

Closes: #1122686
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f4f13428..163aabcd 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Build-Depends: debhelper-compat (= 13),
                mobile-broadband-provider-info,
                valac,
                libpolkit-gobject-1-dev,
-               dbus <!nocheck>,
+               dbus-daemon <!nocheck>,
                python3-dbus <!nocheck>,
                python3-pexpect <!nocheck>,
                iproute2 <!nocheck>,