summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-02-25 11:22:58 +0000
committerColin Watson <cjwatson@debian.org>2019-02-25 16:29:38 +0000
commitcced428470dd10eef1c6153b654dc1c70e0a77bc (patch)
tree0688aec5eb7875138bc40a35914a70cb7794175e /debian/control
parent9618c1ad3dcaf6e86dccfa9970c6dc3c458a4ba3 (diff)
Update logind recommendation
Recommend "default-logind | logind | libpam-systemd" rather than just libpam-systemd. (I've retained libpam-systemd as an alternative for a while to avoid backporting accidents, although it can be removed later.) Thanks, Adam Borowski. Closes: #923199
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 33f2a3837..01d0e994f 100644
--- a/debian/control
+++ b/debian/control
@@ -81,7 +81,7 @@ Depends: adduser (>= 3.9),
81 ucf (>= 0.28), 81 ucf (>= 0.28),
82 ${misc:Depends}, 82 ${misc:Depends},
83 ${shlibs:Depends}, 83 ${shlibs:Depends},
84Recommends: libpam-systemd, 84Recommends: default-logind | logind | libpam-systemd,
85 ncurses-term, 85 ncurses-term,
86 xauth, 86 xauth,
87 ${openssh-server:Recommends}, 87 ${openssh-server:Recommends},