From 8444003401b8cd41b7e94a159156bddff29890d2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 May 2025 09:15:33 +0200 Subject: [PATCH] Wrap and sorting debian files. Signed-off-by: Daniel Baumann --- debian/tests/control | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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,