diff options
author | Colin Watson <cjwatson@debian.org> | 2004-06-14 13:26:50 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-06-14 13:26:50 +0000 |
commit | 9472f005bdf9fa549fed84cfec2ade24df1424ca (patch) | |
tree | 60f5c3530324b2b7f4aeca8d526ce8c0e5e62312 | |
parent | 5acca54d6359448904618fe9c05a13d68e817a12 (diff) |
Remove Suggests: dnsutils, as it was only needed for make-ssh-known-hosts
(#93265), which has been replaced by ssh-keyscan.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5fca88cd0..0850767f9 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,8 @@ openssh (1:3.8.1p1-5) UNRELEASED; urgency=low | |||
2 | 2 | ||
3 | * Update German debconf template translation (thanks, Helge Kreutzmann; | 3 | * Update German debconf template translation (thanks, Helge Kreutzmann; |
4 | closes: #252226). | 4 | closes: #252226). |
5 | * Remove Suggests: dnsutils, as it was only needed for | ||
6 | make-ssh-known-hosts (#93265), which has been replaced by ssh-keyscan. | ||
5 | 7 | ||
6 | -- Colin Watson <cjwatson@debian.org> Wed, 2 Jun 2004 14:26:18 -0300 | 8 | -- Colin Watson <cjwatson@debian.org> Wed, 2 Jun 2004 14:26:18 -0300 |
7 | 9 | ||
diff --git a/debian/control b/debian/control index 45823595a..a234348c5 100644 --- a/debian/control +++ b/debian/control | |||
@@ -10,7 +10,7 @@ Package: ssh | |||
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0) | 11 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0) |
12 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) | 12 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) |
13 | Suggests: ssh-askpass, xbase-clients, dnsutils | 13 | Suggests: ssh-askpass, xbase-clients |
14 | Provides: rsh-client | 14 | Provides: rsh-client |
15 | Description: Secure rlogin/rsh/rcp replacement (OpenSSH) | 15 | Description: Secure rlogin/rsh/rcp replacement (OpenSSH) |
16 | This is the portable version of OpenSSH, a free implementation of | 16 | This is the portable version of OpenSSH, a free implementation of |