diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/debian/tests/control b/debian/tests/control index efd6c45..f7c0afb 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,17 +1,27 @@ -Tests: regress -Restrictions: needs-root allow-stderr isolation-container -Depends: devscripts, - dropbear, - haveged, - openssh-tests, - openssl, - putty-tools, - python3-twisted, - sudo, - sysvinit-utils, +Tests: + regress, +Restrictions: + allow-stderr, + isolation-container, + needs-root, +Depends: + devscripts, + dropbear, + haveged, + openssh-tests, + openssl, + putty-tools, + python3-twisted, + sudo, + sysvinit-utils, -Tests: ssh-gssapi -Restrictions: needs-root allow-stderr isolation-container -Depends: openssh-server, - krb5-kdc, - krb5-admin-server +Tests: + ssh-gssapi, +Restrictions: + allow-stderr, + isolation-container, + needs-root, +Depends: + krb5-admin-server, + krb5-kdc, + openssh-server, |