diff options
author | Colin Watson <cjwatson@debian.org> | 2008-02-27 08:12:33 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-02-27 08:12:33 +0000 |
commit | e7ba74cf863c12085c67a3ee485d1f474aa29fbd (patch) | |
tree | ebdcf358a33e1e99b13aae647af61eab3f6e0cfa /debian/control | |
parent | f145e6ac82f5cced08788af7cdb1e00aacff92de (diff) |
* Recommends: xauth rather than Suggests: xbase-clients.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e72b0e914..290799998 100644 --- a/debian/control +++ b/debian/control | |||
@@ -9,9 +9,10 @@ Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.or | |||
9 | Package: openssh-client | 9 | Package: openssh-client |
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd | 11 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd |
12 | Recommends: xauth | ||
12 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 13 | 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 | 14 | Replaces: ssh, ssh-krb5 |
14 | Suggests: ssh-askpass, xbase-clients, libpam-ssh, keychain | 15 | Suggests: ssh-askpass, libpam-ssh, keychain |
15 | Provides: rsh-client, ssh-client | 16 | Provides: rsh-client, ssh-client |
16 | Description: secure shell client, an rlogin/rsh/rcp replacement | 17 | Description: secure shell client, an rlogin/rsh/rcp replacement |
17 | This is the portable version of OpenSSH, a free implementation of | 18 | This is the portable version of OpenSSH, a free implementation of |
@@ -37,9 +38,10 @@ Package: openssh-server | |||
37 | Priority: optional | 38 | Priority: optional |
38 | Architecture: any | 39 | Architecture: any |
39 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 3.0-6) | 40 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 3.0-6) |
41 | Recommends: xauth | ||
40 | Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 42 | Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) |
41 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | 43 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 |
42 | Suggests: ssh-askpass, xbase-clients, rssh, molly-guard | 44 | Suggests: ssh-askpass, rssh, molly-guard |
43 | Provides: ssh-server | 45 | Provides: ssh-server |
44 | Description: secure shell server, an rshd replacement | 46 | Description: secure shell server, an rshd replacement |
45 | This is the portable version of OpenSSH, a free implementation of | 47 | This is the portable version of OpenSSH, a free implementation of |