summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-02-27 08:12:33 +0000
committerColin Watson <cjwatson@debian.org>2008-02-27 08:12:33 +0000
commite7ba74cf863c12085c67a3ee485d1f474aa29fbd (patch)
treeebdcf358a33e1e99b13aae647af61eab3f6e0cfa /debian/control
parentf145e6ac82f5cced08788af7cdb1e00aacff92de (diff)
* Recommends: xauth rather than Suggests: xbase-clients.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
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
9Package: openssh-client 9Package: openssh-client
10Architecture: any 10Architecture: any
11Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd 11Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd
12Recommends: xauth
12Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) 13Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
13Replaces: ssh, ssh-krb5 14Replaces: ssh, ssh-krb5
14Suggests: ssh-askpass, xbase-clients, libpam-ssh, keychain 15Suggests: ssh-askpass, libpam-ssh, keychain
15Provides: rsh-client, ssh-client 16Provides: rsh-client, ssh-client
16Description: secure shell client, an rlogin/rsh/rcp replacement 17Description: 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
37Priority: optional 38Priority: optional
38Architecture: any 39Architecture: any
39Depends: ${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) 40Depends: ${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)
41Recommends: xauth
40Conflicts: 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) 42Conflicts: 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)
41Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 43Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5
42Suggests: ssh-askpass, xbase-clients, rssh, molly-guard 44Suggests: ssh-askpass, rssh, molly-guard
43Provides: ssh-server 45Provides: ssh-server
44Description: secure shell server, an rshd replacement 46Description: 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