diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 12:25:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 12:25:28 +0100 |
commit | 0e6a39037afa4d4a5c7e286dd3dd911853d3fca8 (patch) | |
tree | fc00332b4d06049d8d6a01a87724b01e9dca55f3 | |
parent | 29e92d5328a72b1188ce6bf32fadd2407ad128cd (diff) | |
download | tde-packaging-0e6a39037afa4d4a5c7e286dd3dd911853d3fca8.tar.gz tde-packaging-0e6a39037afa4d4a5c7e286dd3dd911853d3fca8.zip |
DEB tdebase: Recommend polkit-agent-tde instead of tde-ubuntu-integration.
Add polkit-agent-tde into Recommends for ksmserver also on Debian.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | debian/_base/core/tdebase/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/_base/core/tdebase/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/core/tdebase/debian/control b/debian/_base/core/tdebase/debian/control index 0e9962316..8ab7a8aa7 100644 --- a/debian/_base/core/tdebase/debian/control +++ b/debian/_base/core/tdebase/debian/control @@ -474,7 +474,7 @@ Replaces: ksmserver-trinity (<< 4:14.0.0~) Breaks: ksmserver-trinity (<< 4:14.0.0~) Provides: x-session-manager Depends: ${shlibs:Depends}, tdebase-runtime-data-common-trinity, twin-trinity (= ${source:Version}) | x-window-manager -Recommends: kpersonalizer-trinity (= ${source:Version}) +Recommends: kpersonalizer-trinity (= ${source:Version}), polkit-agent-tde Description: session manager for TDE This package contains the TDE session manager. It is responsible for restoring your TDE session on login. It is also needed to properly diff --git a/ubuntu/_base/core/tdebase/debian/control b/ubuntu/_base/core/tdebase/debian/control index 3dea89d45..5cdcb9030 100644 --- a/ubuntu/_base/core/tdebase/debian/control +++ b/ubuntu/_base/core/tdebase/debian/control @@ -474,7 +474,7 @@ Replaces: ksmserver-kde3 (<< 4:14.0.0~), ksmserver-trinity (<< 4:14.0.0~) Breaks: ksmserver-kde3 (<< 4:14.0.0~), ksmserver-trinity (<< 4:14.0.0~) Provides: x-session-manager Depends: ${shlibs:Depends}, tdebase-runtime-data-common-trinity, twin-trinity (= ${source:Version}) | x-window-manager -Recommends: kpersonalizer-trinity (= ${source:Version}), tde-ubuntu-integration +Recommends: kpersonalizer-trinity (= ${source:Version}), polkit-agent-tde Description: session manager for TDE This package contains the TDE session manager. It is responsible for restoring your TDE session on login. It is also needed to properly |