diff options
author | Colin Watson <cjwatson@debian.org> | 2018-11-05 23:20:28 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-11-05 23:20:29 +0000 |
commit | b6760514d86206ce810da5f8895f3c364b047515 (patch) | |
tree | a560e672484de8661bc961eacaea2e0b64d92a8f /debian/control | |
parent | d41b9922e63e5069991d0e28079d710637715149 (diff) |
Add an openssh-tests binary package
This contains enough files to run the upstream regression tests. Doing
this allows autopkgtest to run more efficiently, as it doesn't have to
build part of the source tree again.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 425d9ccf7..b91897ea9 100644 --- a/debian/control +++ b/debian/control | |||
@@ -153,6 +153,22 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote | |||
153 | Newer versions of the draft will not be supported, though some features | 153 | Newer versions of the draft will not be supported, though some features |
154 | are individually implemented as extensions. | 154 | are individually implemented as extensions. |
155 | 155 | ||
156 | Package: openssh-tests | ||
157 | Priority: optional | ||
158 | Architecture: any | ||
159 | Depends: openssh-client (= ${binary:Version}), | ||
160 | openssh-server (= ${binary:Version}), | ||
161 | openssh-sftp-server (= ${binary:Version}), | ||
162 | openssl, | ||
163 | putty-tools (>= 0.67-2), | ||
164 | python-twisted-conch (>= 1:15.5.0-1), | ||
165 | ${misc:Depends}, | ||
166 | ${shlibs:Depends}, | ||
167 | Description: OpenSSH regression tests | ||
168 | This package provides OpenSSH's regression test suite. It is mainly | ||
169 | intended for use with the autopkgtest system, though can also be run | ||
170 | directly using /usr/lib/openssh/regress/run-tests. | ||
171 | |||
156 | Package: ssh | 172 | Package: ssh |
157 | Priority: optional | 173 | Priority: optional |
158 | Architecture: all | 174 | Architecture: all |