diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5f32fdd79..d75b939af 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -99,6 +99,8 @@ openssh (1:7.6p1-1) UNRELEASED; urgency=medium | |||
99 | - sshd(8): Avoid Linux seccomp violations on ppc64le over the socketcall | 99 | - sshd(8): Avoid Linux seccomp violations on ppc64le over the socketcall |
100 | syscall. | 100 | syscall. |
101 | * Build-depend on debhelper (>= 9.20160709~) rather than dh-systemd. | 101 | * Build-depend on debhelper (>= 9.20160709~) rather than dh-systemd. |
102 | * Change priorities of ssh and ssh-krb5 binary packages to optional, since | ||
103 | "Priority: extra" is now deprecated. | ||
102 | 104 | ||
103 | -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100 | 105 | -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100 |
104 | 106 | ||
diff --git a/debian/control b/debian/control index 61f2bbb97..9456338af 100644 --- a/debian/control +++ b/debian/control | |||
@@ -153,7 +153,7 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote | |||
153 | are individually implemented as extensions. | 153 | are individually implemented as extensions. |
154 | 154 | ||
155 | Package: ssh | 155 | Package: ssh |
156 | Priority: extra | 156 | Priority: optional |
157 | Architecture: all | 157 | Architecture: all |
158 | Pre-Depends: dpkg (>= 1.17.5), | 158 | Pre-Depends: dpkg (>= 1.17.5), |
159 | Depends: openssh-client (>= ${binary:Version}), | 159 | Depends: openssh-client (>= ${binary:Version}), |
@@ -166,7 +166,7 @@ Description: secure shell client and server (metapackage) | |||
166 | 166 | ||
167 | Package: ssh-krb5 | 167 | Package: ssh-krb5 |
168 | Section: oldlibs | 168 | Section: oldlibs |
169 | Priority: extra | 169 | Priority: optional |
170 | Architecture: all | 170 | Architecture: all |
171 | Depends: openssh-client (>= ${binary:Version}), | 171 | Depends: openssh-client (>= ${binary:Version}), |
172 | openssh-server (>= ${binary:Version}), | 172 | openssh-server (>= ${binary:Version}), |