From 2a5f2189f0ed781696a59353b348ebc6aea7876d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 6 Mar 2025 14:05:06 +0100 Subject: [PATCH] Wrap and sorting debian files. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/tests/control | 49 +++++++++++++++++++++++++++++++------------- 2 files changed, 36 insertions(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 0e10687..e02d7a8 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: rust Priority: optional Maintainer: Daniel Baumann Build-Depends: - cargo:native , debhelper-compat (= 13), dh-sequence-cargo, + cargo:native , librust-async-trait-0.1+default-dev (>= 0.1.68-~~) , librust-bytes-1+default-dev (>= 1.4.0-~~) , librust-hex-0.4+default-dev (>= 0.4.2-~~) , diff --git a/debian/tests/control b/debian/tests/control index ba3150c..bec9623 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -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,