summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-07-23 11:44:01 +0100
committerColin Watson <cjwatson@debian.org>2016-07-23 11:44:01 +0100
commit70eb46353e6521b829d48e56257a498d7f181dcb (patch)
treea9e9949eee477a556863b82887c92b87b4a1aa98 /debian/control
parentecffd848f1878657f194f9aff08a3d897b77dc25 (diff)
Recommend libpam-systemd from openssh-server. It's a much better solution than the above for systemd users, but I'm wary of depending on it in case I cause an assortment of exciting dependency problems on upgrade for non-systemd users.
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 ae060a5ce..541cb851d 100644
--- a/debian/control
+++ b/debian/control
@@ -75,7 +75,7 @@ Priority: optional
75Architecture: any 75Architecture: any
76Pre-Depends: ${misc:Pre-Depends} 76Pre-Depends: ${misc:Pre-Depends}
77Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server 77Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server
78Recommends: xauth, ncurses-term, ${openssh-server:Recommends} 78Recommends: xauth, ncurses-term, libpam-systemd, ${openssh-server:Recommends}
79Conflicts: ssh-socks, ssh2, sftp 79Conflicts: ssh-socks, ssh2, sftp
80Replaces: ssh, ssh-krb5 80Replaces: ssh, ssh-krb5
81Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere 81Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere