diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3fd5cf016..089e7ab9e 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,9 @@ openssh (1:5.8p1-6) UNRELEASED; urgency=low | |||
4 | * Quieten logs when multiple from= restrictions are used in different | 4 | * Quieten logs when multiple from= restrictions are used in different |
5 | authorized_keys lines for the same key; it's still not ideal, but at | 5 | authorized_keys lines for the same key; it's still not ideal, but at |
6 | least you'll only get one log entry per key (closes: #630606). | 6 | least you'll only get one log entry per key (closes: #630606). |
7 | * Merge from Ubuntu (Dustin Kirkland): | ||
8 | - openssh-server Recommends: ssh-import-id (no-op in Debian since that | ||
9 | package doesn't exist there, but this reduces the Ubuntu delta). | ||
7 | 10 | ||
8 | -- Colin Watson <cjwatson@debian.org> Thu, 28 Jul 2011 11:57:27 +0100 | 11 | -- Colin Watson <cjwatson@debian.org> Thu, 28 Jul 2011 11:57:27 +0100 |
9 | 12 | ||
diff --git a/debian/control b/debian/control index 63bf2df87..83626a3e5 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 | 47 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra, ssh-import-id |
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 |