From 3df059aaee19970951633840c5a2fb17e32a854e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Feb 2025 13:45:26 +0100 Subject: [PATCH] Wrap and sorting debian files. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/tests/control | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 0d74a8c..5d756fa 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: utils Priority: optional Maintainer: Daniel Baumann Build-Depends: - cargo:native , debhelper-compat (= 13), dh-sequence-cargo, + cargo:native , librust-base64ct-1+default-dev (>= 1.6.0-~~) , librust-bytes-1+default-dev (>= 1.5.0-~~) , librust-reqwest-0.12+default-dev , diff --git a/debian/tests/control b/debian/tests/control index 3b07080..af29a41 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -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,