diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e069c305e..1a86a8dcf 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:4.7p1-5) UNRELEASED; urgency=low | ||
2 | |||
3 | * Recommends: xauth rather than Suggests: xbase-clients. | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Wed, 27 Feb 2008 08:10:19 +0000 | ||
6 | |||
1 | openssh (1:4.7p1-4) unstable; urgency=low | 7 | openssh (1:4.7p1-4) unstable; urgency=low |
2 | 8 | ||
3 | [ Caleb Case ] | 9 | [ Caleb Case ] |
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 |