diff options
Diffstat (limited to 'debian')
-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 f5bc6982b..b5dfc96dc 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,8 @@ openssh (1:6.0p1-3) UNRELEASED; urgency=low | |||
4 | - Add Indonesian (thanks, Andika Triwidada; closes: #681670). | 4 | - Add Indonesian (thanks, Andika Triwidada; closes: #681670). |
5 | * Call restorecon on copied ~/.ssh/authorized_keys if possible, since some | 5 | * Call restorecon on copied ~/.ssh/authorized_keys if possible, since some |
6 | SELinux policies require this (closes: #658675). | 6 | SELinux policies require this (closes: #658675). |
7 | * Add ncurses-term to openssh-server's Recommends, since it's often needed | ||
8 | to support unusual terminal emulators on clients (closes: #675362). | ||
7 | 9 | ||
8 | -- Colin Watson <cjwatson@debian.org> Mon, 16 Jul 2012 11:43:15 +0100 | 10 | -- Colin Watson <cjwatson@debian.org> Mon, 16 Jul 2012 11:43:15 +0100 |
9 | 11 | ||
diff --git a/debian/control b/debian/control index feff00209..ff8f63c18 100644 --- a/debian/control +++ b/debian/control | |||
@@ -45,7 +45,7 @@ Package: openssh-server | |||
45 | Priority: optional | 45 | Priority: optional |
46 | Architecture: any | 46 | Architecture: any |
47 | 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 | 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 |
48 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra, ${openssh-server:Recommends} | 48 | Recommends: xauth, ncurses-term, openssh-blacklist, openssh-blacklist-extra, ${openssh-server:Recommends} |
49 | 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 | 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) |
50 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | 50 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 |
51 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere | 51 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere |