diff options
| author | Michael Biebl <biebl@debian.org> | 2025-12-12 13:36:49 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-12-12 13:36:49 +0100 |
| commit | b1124f15dee62cb3e75ca0c5ea3176543462d1e3 (patch) | |
| tree | 8c1a24eb592e0182231c41e17cdc768e199f314d /debian | |
| parent | ae975c1c39c2aaccc489ec54d3bbf083fd56414c (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/control | 2 |
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>, |