1
0
Fork 0

Wrap and sorting debian files.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 13:45:26 +01:00
parent 89e037987e
commit 3df059aaee
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 16 additions and 7 deletions

2
debian/control vendored
View file

@ -3,9 +3,9 @@ Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
cargo:native <!nocheck>,
debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
librust-base64ct-1+default-dev (>= 1.6.0-~~) <!nocheck>,
librust-bytes-1+default-dev (>= 1.5.0-~~) <!nocheck>,
librust-reqwest-0.12+default-dev <!nocheck>,

21
debian/tests/control vendored
View file

@ -1,5 +1,6 @@
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:
dh-cargo (>= 31),
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
@ -12,10 +13,13 @@ Depends:
librust-tokio-1+rt-dev (>= 1.29.1-~~),
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
Features: test-name=librust-forgejo-api-dev:default
Features:
test-name=librust-forgejo-api-dev:default,
Depends:
dh-cargo (>= 31),
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
@ -28,10 +32,13 @@ Depends:
librust-tokio-1+rt-dev (>= 1.29.1-~~),
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
Features: test-name=librust-forgejo-api-dev:
Features:
test-name=librust-forgejo-api-dev:,
Depends:
dh-cargo (>= 31),
librust-eyre-0.6+default-dev (>= 0.6.9-~~),
@ -44,4 +51,6 @@ Depends:
librust-tokio-1+rt-dev (>= 1.29.1-~~),
rustc,
@,
Restrictions: allow-stderr, skip-not-installable
Restrictions:
allow-stderr,
skip-not-installable,