diff options
author | Colin Watson <cjwatson@debian.org> | 2017-10-16 10:32:24 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-16 10:32:24 +0100 |
commit | cbb2c36ba712f5f8cba3214a105cbaa4471b15e5 (patch) | |
tree | 5cd399721cf37dea59d6681265aa85f3d7549b66 /debian/control | |
parent | 1deecb1b97e0d7563ad1117c1d27573f6692cbce (diff) |
Remove the decade-old ssh-krb5 transitional package; upgrades of openssh-server will preserve existing configuration, and new installations should just enable GSSAPIAuthentication and GSSAPIKeyExchange in sshd_config (closes: #878626).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/debian/control b/debian/control index 6c0449c70..568080c74 100644 --- a/debian/control +++ b/debian/control | |||
@@ -164,24 +164,11 @@ Description: secure shell client and server (metapackage) | |||
164 | and the OpenSSH server. It provides nothing in and of itself, so you | 164 | and the OpenSSH server. It provides nothing in and of itself, so you |
165 | may remove it if nothing depends on it. | 165 | may remove it if nothing depends on it. |
166 | 166 | ||
167 | Package: ssh-krb5 | ||
168 | Section: oldlibs | ||
169 | Priority: optional | ||
170 | Architecture: all | ||
171 | Depends: openssh-client (>= ${binary:Version}), | ||
172 | openssh-server (>= ${binary:Version}), | ||
173 | ${misc:Depends}, | ||
174 | Description: secure shell client and server (transitional package) | ||
175 | This is a transitional package depending on the regular Debian OpenSSH | ||
176 | client and server, which now support GSSAPI natively. It will add the | ||
177 | necessary GSSAPI options to the server configuration file. You can | ||
178 | remove it once the upgrade is complete and nothing depends on it. | ||
179 | |||
180 | Package: ssh-askpass-gnome | 167 | Package: ssh-askpass-gnome |
181 | Section: gnome | 168 | Section: gnome |
182 | Priority: optional | 169 | Priority: optional |
183 | Architecture: any | 170 | Architecture: any |
184 | Depends: openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5, | 171 | Depends: openssh-client | ssh (>= 1:1.2pre7-4), |
185 | ${misc:Depends}, | 172 | ${misc:Depends}, |
186 | ${shlibs:Depends}, | 173 | ${shlibs:Depends}, |
187 | Replaces: ssh (<< 1:3.5p1-3), | 174 | Replaces: ssh (<< 1:3.5p1-3), |