summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-11-05 23:20:28 +0000
committerColin Watson <cjwatson@debian.org>2018-11-05 23:20:29 +0000
commitb6760514d86206ce810da5f8895f3c364b047515 (patch)
treea560e672484de8661bc961eacaea2e0b64d92a8f /debian/control
parentd41b9922e63e5069991d0e28079d710637715149 (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/control16
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
156Package: openssh-tests
157Priority: optional
158Architecture: any
159Depends: 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},
167Description: 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
156Package: ssh 172Package: ssh
157Priority: optional 173Priority: optional
158Architecture: all 174Architecture: all