Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1d13492425
commit
99424c3aea
2 changed files with 21 additions and 9 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,9 +3,9 @@ Section: rust
|
|||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
cargo:native <!nocheck>,
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
librust-dirs-5+default-dev <!nocheck>,
|
||||
librust-git2-dev (<< 21.0-~~) <!nocheck>,
|
||||
librust-git2-dev (>= 0.15-~~),
|
||||
|
|
28
debian/tests/control
vendored
28
debian/tests/control
vendored
|
@ -1,5 +1,6 @@
|
|||
Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --all-features
|
||||
Features: test-name=rust-auth-git2:@
|
||||
Features:
|
||||
test-name=rust-auth-git2:@,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-assert2-0.3+default-dev (>= 0.3.11-~~),
|
||||
|
@ -10,10 +11,13 @@ Depends:
|
|||
librust-git2+default-dev (>= 0.14-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets
|
||||
Features: test-name=librust-auth-git2-dev:default
|
||||
Features:
|
||||
test-name=librust-auth-git2-dev:default,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-assert2-0.3+default-dev (>= 0.3.11-~~),
|
||||
|
@ -24,10 +28,13 @@ Depends:
|
|||
librust-git2+default-dev (>= 0.14-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --no-default-features
|
||||
Features: test-name=librust-auth-git2-dev:
|
||||
Features:
|
||||
test-name=librust-auth-git2-dev:,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-assert2-0.3+default-dev (>= 0.3.11-~~),
|
||||
|
@ -38,10 +45,13 @@ Depends:
|
|||
librust-git2+default-dev (>= 0.14-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --no-default-features --features log
|
||||
Features: test-name=librust-auth-git2+log-dev:log
|
||||
Features:
|
||||
test-name=librust-auth-git2+log-dev:log,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-assert2-0.3+default-dev (>= 0.3.11-~~),
|
||||
|
@ -52,4 +62,6 @@ Depends:
|
|||
librust-git2+default-dev (>= 0.14-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue