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:05:32 +0200 |
commit | caa7c5aa07ac319a127d97f214d83942fc243449 (patch) | |
tree | ad99152ae13d0032af1371d63ab5fa09538eec36 | |
parent | e5c59b5837522b4dd21692a61d706caa4cc63282 (diff) | |
download | tde-packaging-caa7c5aa07ac319a127d97f214d83942fc243449.tar.gz tde-packaging-caa7c5aa07ac319a127d97f214d83942fc243449.zip |
DEB polkit-tqt: Add polkitd as an alternative for policykit-1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | debian/_base/dependencies/polkit-tqt/debian/control | 4 | ||||
-rw-r--r-- | ubuntu/_base/dependencies/polkit-tqt/debian/control | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/_base/dependencies/polkit-tqt/debian/control b/debian/_base/dependencies/polkit-tqt/debian/control index 27e070a69..ea2dffb78 100644 --- a/debian/_base/dependencies/polkit-tqt/debian/control +++ b/debian/_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. 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. |