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
|
Source: rust-rustfix
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>,
librust-log-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
kpcyrd <git@rxv.cc>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/rustfix]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/rustfix
Package: librust-rustfix-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-log-0.4+default-dev (>= 0.4.1-~~),
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev
Provides:
librust-rustfix+default-dev (= ${binary:Version}),
librust-rustfix-0-dev (= ${binary:Version}),
librust-rustfix-0+default-dev (= ${binary:Version}),
librust-rustfix-0.5-dev (= ${binary:Version}),
librust-rustfix-0.5+default-dev (= ${binary:Version}),
librust-rustfix-0.5.1-dev (= ${binary:Version}),
librust-rustfix-0.5.1+default-dev (= ${binary:Version})
Description: Automatically apply the suggestions made by rustc - Rust source code
This package contains the source for the Rust rustfix crate, packaged by
debcargo for use with cargo and dh-cargo.
|