summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-10-06 12:07:53 +0100
committerColin Watson <cjwatson@debian.org>2017-10-06 12:07:53 +0100
commitae3d9bcdcb856676f591cf81230e12341f91f38c (patch)
tree2800960416170e9e45d274573662e9fabd722176
parentc4b29e32fcc407858def691ed1ad8010759635e4 (diff)
Change priorities of ssh and ssh-krb5 binary packages to optional, since "Priority: extra" is now deprecated.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
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
155Package: ssh 155Package: ssh
156Priority: extra 156Priority: optional
157Architecture: all 157Architecture: all
158Pre-Depends: dpkg (>= 1.17.5), 158Pre-Depends: dpkg (>= 1.17.5),
159Depends: openssh-client (>= ${binary:Version}), 159Depends: openssh-client (>= ${binary:Version}),
@@ -166,7 +166,7 @@ Description: secure shell client and server (metapackage)
166 166
167Package: ssh-krb5 167Package: ssh-krb5
168Section: oldlibs 168Section: oldlibs
169Priority: extra 169Priority: optional
170Architecture: all 170Architecture: all
171Depends: openssh-client (>= ${binary:Version}), 171Depends: openssh-client (>= ${binary:Version}),
172 openssh-server (>= ${binary:Version}), 172 openssh-server (>= ${binary:Version}),