diff --git a/debian/tests/control b/debian/tests/control index d805899..02a0872 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,23 +1,32 @@ Test-Command: /usr/share/cargo/bin/cargo-auto-test terminal-prompt 0.2.3 --all-targets --all-features -Features: test-name=rust-terminal-prompt:@ +Features: + test-name=rust-terminal-prompt:@, Depends: dh-cargo (>= 31), rustc (>= 1.66), @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable, Test-Command: /usr/share/cargo/bin/cargo-auto-test terminal-prompt 0.2.3 --all-targets -Features: test-name=librust-terminal-prompt-dev:default +Features: + test-name=librust-terminal-prompt-dev:default, Depends: dh-cargo (>= 31), rustc (>= 1.66), @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable, Test-Command: /usr/share/cargo/bin/cargo-auto-test terminal-prompt 0.2.3 --all-targets --no-default-features -Features: test-name=librust-terminal-prompt-dev: +Features: + test-name=librust-terminal-prompt-dev:, Depends: dh-cargo (>= 31), rustc (>= 1.66), @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable,