diff options
| author | Michael Biebl <biebl@debian.org> | 2022-11-18 18:26:17 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-11-18 18:27:30 +0100 |
| commit | 774fc90daa24075cafb9c58968be5cd817097de3 (patch) | |
| tree | fd036eb0e43dc76ba6c1642cd3482bc9286c12cf /debian/control | |
| parent | b182c7c22e212b8410190031d43424d5238e7c73 (diff) | |
Replace dependency on dbus with default-dbus-system-bus | dbus-system-bus
This makes it easier to swap in alternative implementations like dbus-broker.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a9e19cc3..fa5a89e3 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libnm0 (= ${binary:Version}), - dbus, + default-dbus-system-bus | dbus-system-bus, udev, adduser, policykit-1 |