summaryrefslogtreecommitdiff
path: root/debian/control
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 /debian/control
parentc4b29e32fcc407858def691ed1ad8010759635e4 (diff)
Change priorities of ssh and ssh-krb5 binary packages to optional, since "Priority: extra" is now deprecated.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
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}),