From f19c0e69e1223d3670c906245e0ca3eb661d7e62 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sat, 22 Jun 2024 15:44:29 +0200 Subject: [PATCH] login: switch from Essential to Protected: yes Closes: #960638 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 41d8ffb2..41a4f346 100644 --- a/debian/control +++ b/debian/control @@ -49,8 +49,8 @@ Description: change and administer password and group data Package: login Architecture: any Multi-Arch: foreign -Essential: yes -Pre-Depends: +Protected: yes +Depends: libpam-modules, libpam-runtime Breaks: @@ -60,7 +60,7 @@ Conflicts: Replaces: hurd (<< 20140206~) [hurd-any] Description: system login tools - This package provides some required infrastructure for logins and for + This package provides support for console-based logins and for changing effective user or group IDs, including: * login, the program that invokes a user shell on a virtual terminal; * nologin, a dummy shell for disabled user accounts;