Control: forwarded -1 
https://salsa.debian.org/multimedia-team/rtkit/-/merge_requests/2
Control: tags -1 + patch

On Fri, 11 Nov 2022 at 13:23:15 +0100, Dominick Grift wrote:
> rtkit currently depends on package dbus. This package pulls in package
> dbus-daemon.
> 
> this behavior is not desired on systems that use package dbus-broker
> instead of package dbus-daemon.

Please see attached, also available as part of a merge request at the
URL above.

The patch will have some conflicts if the accompanying patch in #1025609
is not applied first, but those will be trivial to resolve.

Thanks,
    smcv
>From f9f4f522f3634ba853c4926f42f3497429ab16e1 Mon Sep 17 00:00:00 2001
From: Simon McVittie <s...@debian.org>
Date: Tue, 7 Feb 2023 16:35:44 +0000
Subject: [PATCH 2/2] d/control: Depend on default-dbus-system-bus |
 dbus-system-bus

This allows systems that use dbus-broker to install rtkit without also
installing dbus (the reference dbus-daemon).

Closes: #1023850
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 628b362..d68ddb4 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Package: rtkit
 Architecture: any
 Depends:
  adduser,
- dbus,
+ default-dbus-system-bus | dbus-system-bus,
  polkitd | policykit-1,
  ${misc:Depends},
  ${shlibs:Depends}
-- 
2.39.1

Reply via email to