summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-26 13:31:23 +0000
committerColin Watson <cjwatson@debian.org>2005-05-26 13:31:23 +0000
commit4a20a0b23bd0e1db5e69f27c65aaa11a5a2eacd0 (patch)
tree1f2968cc1af87d4c42ebb272986736034dee8eb1
parent6120e6ff5f575d61890141dd03df5c9376c9febc (diff)
openssh-server Suggests: rssh (closes: #233012).
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f2e61268..ae33bf62c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:4.0p1-2) UNRELEASED; urgency=low
2
3 * openssh-server Suggests: rssh (closes: #233012).
4
5 -- Colin Watson <cjwatson@debian.org> Thu, 26 May 2005 13:51:50 +0100
6
1openssh (1:4.0p1-1) experimental; urgency=low 7openssh (1:4.0p1-1) experimental; urgency=low
2 8
3 * New upstream release. 9 * New upstream release.
diff --git a/debian/control b/debian/control
index 78459c315..76f02ec30 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Architecture: any
41Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version}) 41Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version})
42Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) 42Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1)
43Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11) 43Replaces: ssh (<< 1:3.8.1p1-9), openssh-client (<< 1:3.8.1p1-11)
44Suggests: ssh-askpass, xbase-clients 44Suggests: ssh-askpass, xbase-clients, rssh
45Provides: ssh-server 45Provides: ssh-server
46Description: Secure shell server, an rshd replacement 46Description: Secure shell server, an rshd replacement
47 This is the portable version of OpenSSH, a free implementation of 47 This is the portable version of OpenSSH, a free implementation of