1
0
Fork 0

Adding debian version 0.3.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-04 23:37:23 +02:00
parent d61cd7bdb0
commit 9cb419149b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 117 additions and 0 deletions

32
debian/tests/control vendored Normal file
View file

@ -0,0 +1,32 @@
Test-Command: /usr/share/cargo/bin/cargo-auto-test platform-dirs 0.3.0 --all-targets --all-features
Features:
test-name=rust-platform-dirs:@,
Depends:
dh-cargo (>= 31),
rustc,
@,
Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test platform-dirs 0.3.0 --all-targets
Features:
test-name=librust-platform-dirs-dev:default,
Depends:
dh-cargo (>= 31),
rustc,
@,
Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test platform-dirs 0.3.0 --all-targets --no-default-features
Features:
test-name=librust-platform-dirs-dev:,
Depends:
dh-cargo (>= 31),
rustc,
@,
Restrictions:
allow-stderr,
skip-not-installable,