summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
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 @@
1openssh (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
1openssh (1:4.7p1-4) unstable; urgency=low 7openssh (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
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