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
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
cargo:native <!nocheck>,
|
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dh-sequence-cargo,
|
dh-sequence-cargo,
|
||||||
|
cargo:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
@ -20,15 +20,18 @@ Section: rust
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
|
${cargo:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
Recommends:
|
||||||
|
${cargo:Recommends},
|
||||||
|
Suggests:
|
||||||
|
${cargo:Suggests},
|
||||||
Provides:
|
Provides:
|
||||||
librust-soft-assert+default-dev (= ${binary:Version}),
|
${cargo:Provides},
|
||||||
librust-soft-assert-0+default-dev (= ${binary:Version}),
|
Built-Using:
|
||||||
librust-soft-assert-0-dev (= ${binary:Version}),
|
${cargo:Built-Using},
|
||||||
librust-soft-assert-0.1+default-dev (= ${binary:Version}),
|
Static-Built-Using: ${cargo:Static-Built-Using}
|
||||||
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}),
|
|
||||||
Description: Non-panicking assertions - Rust source code
|
Description: Non-panicking assertions - Rust source code
|
||||||
Various macros that return early if a given condition is false,
|
Various macros that return early if a given condition is false,
|
||||||
similar to the various `assert` macros in `std`
|
similar to the various `assert` macros in `std`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue