diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-07-18 09:04:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-07-18 09:27:39 +0200 |
commit | 89e066215bc8ccf216c02dd220e058c86267590d (patch) | |
tree | 2c100265a1daf9da5402680d032df4034ba9502c /ubuntu/_base | |
parent | bc81e842ff5a9d9b5192144d09343c74a774dfed (diff) | |
download | tde-packaging-89e066215bc8ccf216c02dd220e058c86267590d.tar.gz tde-packaging-89e066215bc8ccf216c02dd220e058c86267590d.zip |
DEB polkit-tqt: Add polkitd as an alternative for policykit-1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit caa7c5aa07ac319a127d97f214d83942fc243449)
Diffstat (limited to 'ubuntu/_base')
-rw-r--r-- | ubuntu/_base/dependencies/polkit-tqt/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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. |