Harmonizing depends.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b84e5ef65e
commit
ebb530051e
1 changed files with 11 additions and 8 deletions
19
debian/control
vendored
19
debian/control
vendored
|
@ -3,9 +3,9 @@ Section: rust
|
|||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
cargo:native <!nocheck>,
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
Rules-Requires-Root: no
|
||||
|
@ -20,15 +20,18 @@ Section: rust
|
|||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${cargo:Depends},
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Recommends:
|
||||
${cargo:Recommends},
|
||||
Suggests:
|
||||
${cargo:Suggests},
|
||||
Provides:
|
||||
librust-soft-assert+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1.1+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1.1-dev (= ${binary:Version}),
|
||||
${cargo:Provides},
|
||||
Built-Using:
|
||||
${cargo:Built-Using},
|
||||
Static-Built-Using: ${cargo:Static-Built-Using}
|
||||
Description: Non-panicking assertions - Rust source code
|
||||
Various macros that return early if a given condition is false,
|
||||
similar to the various `assert` macros in `std`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue