From caa7c5aa07ac319a127d97f214d83942fc243449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 18 Jul 2024 09:04:29 +0200 Subject: DEB polkit-tqt: Add polkitd as an alternative for policykit-1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/dependencies/polkit-tqt/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubuntu/_base') diff --git a/ubuntu/_base/dependencies/polkit-tqt/debian/control b/ubuntu/_base/dependencies/polkit-tqt/debian/control index 27e070a69..ea2dffb78 100644 --- a/ubuntu/_base/dependencies/polkit-tqt/debian/control +++ b/ubuntu/_base/dependencies/polkit-tqt/debian/control @@ -11,7 +11,7 @@ Package: libpolkit-tqt Section: libs Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, policykit-1 +Depends: ${shlibs:Depends}, policykit-1 | polkitd Description: PolicyKit-tqt library PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. @@ -47,7 +47,7 @@ Package: libpolkit-tqt-examples Section: libs Architecture: any Multi-Arch: foreign -Depends: ${shlibs:Depends}, policykit-1 +Depends: ${shlibs:Depends}, policykit-1 | polkitd Description: PolicyKit-tqt library example files PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. -- cgit v1.2.1