diff options
author | Colin Watson <cjwatson@debian.org> | 2016-12-05 19:34:04 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-12-05 19:34:04 +0000 |
commit | 8a4a5c22e363ad6a110ad9b787170297f5da8f04 (patch) | |
tree | 5f5a0ae510c227b69ceab6a55ef01b834e45ea49 /debian/tests | |
parent | cad91cd4010148a0ece507507e649717cfd7369c (diff) |
wrap-and-sort debian/tests/control too
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 98f08e4dc..62264efd5 100644 --- a/debian/tests/control +++ b/debian/tests/control | |||
@@ -1,3 +1,10 @@ | |||
1 | Tests: regress | 1 | Tests: regress |
2 | Restrictions: needs-root allow-stderr | 2 | Restrictions: needs-root allow-stderr |
3 | Depends: @builddeps@, openssh-client, openssh-server, openssh-sftp-server, sudo, openssl, putty-tools (>= 0.67-2), python-twisted-conch (>= 1:15.5.0-1) | 3 | Depends: openssh-client, |
4 | openssh-server, | ||
5 | openssh-sftp-server, | ||
6 | openssl, | ||
7 | putty-tools (>= 0.67-2), | ||
8 | python-twisted-conch (>= 1:15.5.0-1), | ||
9 | sudo, | ||
10 | @builddeps@, | ||