1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: rust-sha1
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 5),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>
Maintainer: Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf
Package: librust-sha1-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends}
Suggests:
librust-sha1+serde-dev (= ${binary:Version})
Provides:
librust-sha1+default-dev (= ${binary:Version}),
librust-sha1+std-dev (= ${binary:Version}),
librust-sha1-0-dev (= ${binary:Version}),
librust-sha1-0+default-dev (= ${binary:Version}),
librust-sha1-0+std-dev (= ${binary:Version}),
librust-sha1-0.6-dev (= ${binary:Version}),
librust-sha1-0.6+default-dev (= ${binary:Version}),
librust-sha1-0.6+std-dev (= ${binary:Version}),
librust-sha1-0.6.0-dev (= ${binary:Version}),
librust-sha1-0.6.0+default-dev (= ${binary:Version}),
librust-sha1-0.6.0+std-dev (= ${binary:Version})
Description: Minimal implementation of SHA1 for Rust - Rust source code
This package contains the source for the Rust sha1 crate, packaged by debcargo
for use with cargo and dh-cargo.
Package: librust-sha1+serde-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-sha1-dev (= ${binary:Version}),
librust-serde-1+default-dev
Provides:
librust-sha1-0+serde-dev (= ${binary:Version}),
librust-sha1-0.6+serde-dev (= ${binary:Version}),
librust-sha1-0.6.0+serde-dev (= ${binary:Version})
Description: Minimal implementation of SHA1 for Rust - feature "serde"
This metapackage enables feature serde for the Rust sha1 crate, by pulling in
any additional dependencies needed by that feature.
|