diff options
author | Colin Watson <cjwatson@debian.org> | 2011-07-29 14:25:12 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2011-07-29 14:25:12 +0100 |
commit | a8c854c8ff341b1b41a7fdd9274e68d1e444b245 (patch) | |
tree | 5614d9205dcb5627d5d8e37255fdf5bab822a4fb /debian/control | |
parent | a8018473e7368d27cf60d32ebc5df2b239b149a2 (diff) |
Only recommend ssh-import-id when built on Ubuntu (closes: #635887).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 83626a3e5..8ea645dea 100644 --- a/debian/control +++ b/debian/control | |||
@@ -44,7 +44,7 @@ Package: openssh-server | |||
44 | Priority: optional | 44 | Priority: optional |
45 | Architecture: any | 45 | Architecture: any |
46 | Depends: ${shlibs:Depends}, ${misc: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.2-13), procps | 46 | Depends: ${shlibs:Depends}, ${misc: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.2-13), procps |
47 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra, ssh-import-id | 47 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra, ${openssh-server:Recommends} |
48 | 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) | 48 | 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) |
49 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | 49 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 |
50 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere | 50 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere |