diff --git a/debian/control b/debian/control index 8ed3e3a..4ae9fe4 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-dirs-5+default-dev , librust-git2-dev (<< 21.0-~~) , librust-git2-dev (>= 0.15-~~), diff --git a/debian/tests/control b/debian/tests/control index 344c8f8..5e7b4b3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,6 @@ Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --all-features -Features: test-name=rust-auth-git2:@ +Features: + test-name=rust-auth-git2:@, Depends: dh-cargo (>= 31), librust-assert2-0.3+default-dev (>= 0.3.11-~~), @@ -10,10 +11,13 @@ Depends: librust-git2+default-dev (>= 0.14-~~), rustc, @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable, Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets -Features: test-name=librust-auth-git2-dev:default +Features: + test-name=librust-auth-git2-dev:default, Depends: dh-cargo (>= 31), librust-assert2-0.3+default-dev (>= 0.3.11-~~), @@ -24,10 +28,13 @@ Depends: librust-git2+default-dev (>= 0.14-~~), rustc, @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable, Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --no-default-features -Features: test-name=librust-auth-git2-dev: +Features: + test-name=librust-auth-git2-dev:, Depends: dh-cargo (>= 31), librust-assert2-0.3+default-dev (>= 0.3.11-~~), @@ -38,10 +45,13 @@ Depends: librust-git2+default-dev (>= 0.14-~~), rustc, @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable, Test-Command: /usr/share/cargo/bin/cargo-auto-test auth-git2 0.5.7 --all-targets --no-default-features --features log -Features: test-name=librust-auth-git2+log-dev:log +Features: + test-name=librust-auth-git2+log-dev:log, Depends: dh-cargo (>= 31), librust-assert2-0.3+default-dev (>= 0.3.11-~~), @@ -52,4 +62,6 @@ Depends: librust-git2+default-dev (>= 0.14-~~), rustc, @, -Restrictions: allow-stderr, skip-not-installable +Restrictions: + allow-stderr, + skip-not-installable,