1
0
Fork 0

Adding debian version 0.1.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 05:05:21 +01:00
parent 3f0cf5eebc
commit 400f64105e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 129 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 soft_assert 0.1.1 --all-targets --all-features
Features: test-name=rust-soft-assert:@
Depends:
dh-cargo (>= 31),
rustc,
@,
Restrictions: allow-stderr, skip-not-installable
Test-Command: /usr/share/cargo/bin/cargo-auto-test soft_assert 0.1.1 --all-targets
Features: test-name=librust-soft-assert-dev:default
Depends:
dh-cargo (>= 31),
rustc,
@,
Restrictions: allow-stderr, skip-not-installable
Test-Command: /usr/share/cargo/bin/cargo-auto-test soft_assert 0.1.1 --all-targets --no-default-features
Features: test-name=librust-soft-assert-dev:
Depends:
dh-cargo (>= 31),
rustc,
@,
Restrictions: allow-stderr, skip-not-installable