Adding debian version 0.6.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5b48f7aed6
commit
1a08058ec7
8 changed files with 174 additions and 0 deletions
32
debian/tests/control
vendored
Normal file
32
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
Test-Command: /usr/share/cargo/bin/cargo-auto-test git-graph 0.6.0 --all-targets --all-features
|
||||
Features:
|
||||
test-name=rust-git-graph:@,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test git-graph 0.6.0 --all-targets
|
||||
Features:
|
||||
test-name=librust-git-graph-dev:default,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test git-graph 0.6.0 --all-targets --no-default-features
|
||||
Features:
|
||||
test-name=librust-git-graph-dev:,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
Loading…
Add table
Add a link
Reference in a new issue