diff options
author | Colin Watson <cjwatson@debian.org> | 2003-11-15 15:55:19 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-11-15 15:55:19 +0000 |
commit | ac444049e27aa772e57d38b889ceee46e7331a50 (patch) | |
tree | 6f21f16b19de3ef8ba1812eb77c657b28c4b6a4e /debian/control | |
parent | 72db1a31fddd41571369eecb058e78e9ac3f6c78 (diff) |
Implement New World Order for PAM configuration, including
/etc/pam.d/common-* from /etc/pam.d/ssh (closes: #212959).
Add more commentary to /etc/pam.d/ssh.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 046f157e4..d7dc3a533 100644 --- a/debian/control +++ b/debian/control | |||
@@ -8,7 +8,7 @@ Uploaders: Colin Watson <cjwatson@debian.org> | |||
8 | 8 | ||
9 | Package: ssh | 9 | Package: ssh |
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9) | 11 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9) |
12 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) | 12 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) |
13 | Suggests: ssh-askpass, xbase-clients, dpkg (>=1.8.3.1), dnsutils | 13 | Suggests: ssh-askpass, xbase-clients, dpkg (>=1.8.3.1), dnsutils |
14 | Provides: rsh-client | 14 | Provides: rsh-client |