1
0
Fork 0

Adding debian version 0.2.3-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 06:17:56 +01:00
parent 7f48381065
commit 15a2dfb4b2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 126 additions and 0 deletions

23
debian/tests/control vendored Normal file
View file

@ -0,0 +1,23 @@
Test-Command: /usr/share/cargo/bin/cargo-auto-test terminal-prompt 0.2.3 --all-targets --all-features
Features: test-name=rust-terminal-prompt:@
Depends:
dh-cargo (>= 31),
rustc (>= 1.66),
@,
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
Depends:
dh-cargo (>= 31),
rustc (>= 1.66),
@,
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:
Depends:
dh-cargo (>= 31),
rustc (>= 1.66),
@,
Restrictions: allow-stderr, skip-not-installable