summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-23 11:30:38 +0000
committerColin Watson <cjwatson@debian.org>2020-02-23 11:30:39 +0000
commitbf4505e2f7f476cb71e852d54717dfde44af2dff (patch)
tree42117c86130b009f9f4453d5a482f9e26f778655 /debian/control
parent0278d31aafdb3b96a5c4c3c8d521bda0507e4cac (diff)
Move ssh-sk-helper into openssh-client
... rather than shipping it in a separate package. The extra library dependencies are pretty small, so it doesn't seem worth bloating the Packages file. Suggested by Bastian Blank.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 4 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index f71033f18..98ee0189a 100644
--- a/debian/control
+++ b/debian/control
@@ -35,10 +35,11 @@ Depends: adduser (>= 3.10),
35 passwd, 35 passwd,
36 ${misc:Depends}, 36 ${misc:Depends},
37 ${shlibs:Depends}, 37 ${shlibs:Depends},
38Recommends: openssh-sk-helper, 38Recommends: xauth,
39 xauth,
40Conflicts: sftp, 39Conflicts: sftp,
41Replaces: ssh, 40Breaks: openssh-sk-helper
41Replaces: openssh-sk-helper,
42 ssh,
42 ssh-krb5, 43 ssh-krb5,
43Suggests: keychain, 44Suggests: keychain,
44 libpam-ssh, 45 libpam-ssh,
@@ -159,23 +160,12 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote
159 Newer versions of the draft will not be supported, though some features 160 Newer versions of the draft will not be supported, though some features
160 are individually implemented as extensions. 161 are individually implemented as extensions.
161 162
162Package: openssh-sk-helper
163Priority: optional
164Architecture: any
165Depends: ${misc:Depends},
166 ${shlibs:Depends}
167Multi-Arch: foreign
168Description: OpenSSH helper for FIDO authenticator support
169 This package provides ssh-sk-helper, which is used by ssh-agent to access
170 SSH keys provided by a FIDO authenticator for second-factor authentication.
171
172Package: openssh-tests 163Package: openssh-tests
173Priority: optional 164Priority: optional
174Architecture: any 165Architecture: any
175Depends: openssh-client (= ${binary:Version}), 166Depends: openssh-client (= ${binary:Version}),
176 openssh-server (= ${binary:Version}), 167 openssh-server (= ${binary:Version}),
177 openssh-sftp-server (= ${binary:Version}), 168 openssh-sftp-server (= ${binary:Version}),
178 openssh-sk-helper (= ${binary:Version}),
179 openssl, 169 openssl,
180 putty-tools (>= 0.67-2), 170 putty-tools (>= 0.67-2),
181 python3-twisted, 171 python3-twisted,