Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ae984e5c39
commit
2a5f2189f0
2 changed files with 36 additions and 15 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-async-trait-0.1+default-dev (>= 0.1.68-~~) <!nocheck>,
|
||||
librust-bytes-1+default-dev (>= 1.4.0-~~) <!nocheck>,
|
||||
librust-hex-0.4+default-dev (>= 0.4.2-~~) <!nocheck>,
|
||||
|
|
49
debian/tests/control
vendored
49
debian/tests/control
vendored
|
@ -1,5 +1,6 @@
|
|||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --all-features
|
||||
Features: test-name=rust-sha256:@
|
||||
Features:
|
||||
test-name=rust-sha256:@,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -7,10 +8,13 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features
|
||||
Features: test-name=librust-sha256-dev:
|
||||
Features:
|
||||
test-name=librust-sha256-dev:,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -18,10 +22,13 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features native_openssl
|
||||
Features: test-name=librust-sha256+openssl-dev:native_openssl
|
||||
Features:
|
||||
test-name=librust-sha256+openssl-dev:native_openssl,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -29,10 +36,13 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features openssl
|
||||
Features: test-name=librust-sha256+openssl-dev:openssl
|
||||
Features:
|
||||
test-name=librust-sha256+openssl-dev:openssl,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -40,10 +50,13 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features async
|
||||
Features: test-name=librust-sha256+tokio-dev:async
|
||||
Features:
|
||||
test-name=librust-sha256+tokio-dev:async,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -51,10 +64,13 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets
|
||||
Features: test-name=librust-sha256+tokio-dev:default
|
||||
Features:
|
||||
test-name=librust-sha256+tokio-dev:default,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -62,10 +78,13 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features tokio
|
||||
Features: test-name=librust-sha256+tokio-dev:tokio
|
||||
Features:
|
||||
test-name=librust-sha256+tokio-dev:tokio,
|
||||
Depends:
|
||||
dh-cargo (>= 31),
|
||||
librust-tokio-1+default-dev (>= 1.28.2-~~),
|
||||
|
@ -73,4 +92,6 @@ Depends:
|
|||
librust-tokio-test-0.4+default-dev (>= 0.4.2-~~),
|
||||
rustc,
|
||||
@,
|
||||
Restrictions: allow-stderr, skip-not-installable
|
||||
Restrictions:
|
||||
allow-stderr,
|
||||
skip-not-installable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue