diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-06 22:18:07 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-06 22:18:07 +0000 |
commit | d82c9db28844679811fee1c19a681eacb746a948 (patch) | |
tree | 141bf7c6148211b72345f99dd160215e25986ab5 /debian/control | |
parent | 9caa28600a47cc37031251eb77841861ca0c0eaa (diff) |
* openssh-client Suggests: libpam-ssh (closes: #427840).
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 7de8e19f6..b266750ad 100644 --- a/debian/control +++ b/debian/control | |||
@@ -11,7 +11,7 @@ Architecture: any | |||
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd | 11 | Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd |
12 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 12 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) |
13 | Replaces: ssh, ssh-krb5 | 13 | Replaces: ssh, ssh-krb5 |
14 | Suggests: ssh-askpass, xbase-clients | 14 | Suggests: ssh-askpass, xbase-clients, libpam-ssh |
15 | Provides: rsh-client, ssh-client | 15 | Provides: rsh-client, ssh-client |
16 | Description: secure shell client, an rlogin/rsh/rcp replacement | 16 | Description: secure shell client, an rlogin/rsh/rcp replacement |
17 | This is the portable version of OpenSSH, a free implementation of | 17 | This is the portable version of OpenSSH, a free implementation of |