Adding debian version 0.1.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3f0cf5eebc
commit
400f64105e
8 changed files with 129 additions and 0 deletions
23
debian/tests/control
vendored
Normal file
23
debian/tests/control
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue