diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-07-18 09:05:13 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-07-18 09:27:41 +0200 |
commit | a20efbd9f6a611f8a2ecfddf96236f069f3936bc (patch) | |
tree | 41cd0102398cb0b85b6d467e7b7d958df02e6856 /ubuntu/_base/applications | |
parent | 89e066215bc8ccf216c02dd220e058c86267590d (diff) | |
download | tde-packaging-a20efbd9f6a611f8a2ecfddf96236f069f3936bc.tar.gz tde-packaging-a20efbd9f6a611f8a2ecfddf96236f069f3936bc.zip |
DEB polkit-agent-tde: Add polkitd as an alternative for policykit-1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a429c29594526e3baf41573188c164278eea028)
Diffstat (limited to 'ubuntu/_base/applications')
-rw-r--r-- | ubuntu/_base/applications/system/polkit-agent-tde/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/system/polkit-agent-tde/debian/control b/ubuntu/_base/applications/system/polkit-agent-tde/debian/control index 7fb2e0d3b..c7936bded 100644 --- a/ubuntu/_base/applications/system/polkit-agent-tde/debian/control +++ b/ubuntu/_base/applications/system/polkit-agent-tde/debian/control @@ -12,7 +12,7 @@ Architecture: any Provides: polkit-1-auth-agent Replaces: tde-ubuntu-integration Breaks: tde-ubuntu-integration -Depends: ${shlibs:Depends}, ${misc:Depends}, policykit-1 +Depends: ${shlibs:Depends}, ${misc:Depends}, policykit-1 | polkitd Conflicts: tde-ubuntu-integration Description: TDE dialogs for PolicyKit PolicyKit is an application-level toolkit for defining and handling the policy |