Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
89e037987e
commit
3df059aaee
2 changed files with 16 additions and 7 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,9 +3,9 @@ Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
cargo:native <!nocheck>,
|
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dh-sequence-cargo,
|
dh-sequence-cargo,
|
||||||
|
cargo:native <!nocheck>,
|
||||||
librust-base64ct-1+default-dev (>= 1.6.0-~~) <!nocheck>,
|
librust-base64ct-1+default-dev (>= 1.6.0-~~) <!nocheck>,
|
||||||
librust-bytes-1+default-dev (>= 1.5.0-~~) <!nocheck>,
|
librust-bytes-1+default-dev (>= 1.5.0-~~) <!nocheck>,
|
||||||
librust-reqwest-0.12+default-dev <!nocheck>,
|
librust-reqwest-0.12+default-dev <!nocheck>,
|
||||||
|
|
21
debian/tests/control
vendored
21
debian/tests/control
vendored
|
@ -1,5 +1,6 @@
|
||||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --all-features
|
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --all-features
|
||||||
Features: test-name=rust-forgejo-api:@
|
Features:
|
||||||
|
test-name=rust-forgejo-api:@,
|
||||||
Depends:
|
Depends:
|
||||||
dh-cargo (>= 31),
|
dh-cargo (>= 31),
|
||||||
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
|
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
|
||||||
|
@ -12,10 +13,13 @@ Depends:
|
||||||
librust-tokio-1+rt-dev (>= 1.29.1-~~),
|
librust-tokio-1+rt-dev (>= 1.29.1-~~),
|
||||||
rustc,
|
rustc,
|
||||||
@,
|
@,
|
||||||
Restrictions: allow-stderr, skip-not-installable
|
Restrictions:
|
||||||
|
allow-stderr,
|
||||||
|
skip-not-installable,
|
||||||
|
|
||||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets
|
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets
|
||||||
Features: test-name=librust-forgejo-api-dev:default
|
Features:
|
||||||
|
test-name=librust-forgejo-api-dev:default,
|
||||||
Depends:
|
Depends:
|
||||||
dh-cargo (>= 31),
|
dh-cargo (>= 31),
|
||||||
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
|
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
|
||||||
|
@ -28,10 +32,13 @@ Depends:
|
||||||
librust-tokio-1+rt-dev (>= 1.29.1-~~),
|
librust-tokio-1+rt-dev (>= 1.29.1-~~),
|
||||||
rustc,
|
rustc,
|
||||||
@,
|
@,
|
||||||
Restrictions: allow-stderr, skip-not-installable
|
Restrictions:
|
||||||
|
allow-stderr,
|
||||||
|
skip-not-installable,
|
||||||
|
|
||||||
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --no-default-features
|
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --no-default-features
|
||||||
Features: test-name=librust-forgejo-api-dev:
|
Features:
|
||||||
|
test-name=librust-forgejo-api-dev:,
|
||||||
Depends:
|
Depends:
|
||||||
dh-cargo (>= 31),
|
dh-cargo (>= 31),
|
||||||
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
|
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
|
||||||
|
@ -44,4 +51,6 @@ Depends:
|
||||||
librust-tokio-1+rt-dev (>= 1.29.1-~~),
|
librust-tokio-1+rt-dev (>= 1.29.1-~~),
|
||||||
rustc,
|
rustc,
|
||||||
@,
|
@,
|
||||||
Restrictions: allow-stderr, skip-not-installable
|
Restrictions:
|
||||||
|
allow-stderr,
|
||||||
|
skip-not-installable,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue