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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: rust-foobar
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
some-build-dependency
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev (>= 1.0.96-~~) <!nocheck>,
some-dependency-for-lib <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/foobar]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/foobar
X-Cargo-Crate: foobar
Package: librust-foobar-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev (>= 1.0.96-~~),
some-dependency-for-lib
Suggests:
librust-foobar+futures-dev (= ${binary:Version}),
librust-foobar+somefeature-dev (= ${binary:Version}),
librust-foobar+someotherfeature-dev (= ${binary:Version})
Provides:
librust-foobar+default-dev (= ${binary:Version}),
librust-foobar-0-dev (= ${binary:Version}),
librust-foobar-0+default-dev (= ${binary:Version}),
librust-foobar-0.1-dev (= ${binary:Version}),
librust-foobar-0.1+default-dev (= ${binary:Version}),
librust-foobar-0.1.0-dev (= ${binary:Version}),
librust-foobar-0.1.0+default-dev (= ${binary:Version})
Conflicts:
global-conflict
Description: Rust crate "foobar" - Rust source code
Source code for Debianized Rust crate "foobar"
Package: librust-foobar+futures-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-foobar-dev (= ${binary:Version}),
librust-futures+default-dev (<< 0.4-~~),
librust-futures+default-dev (>= 0.2-~~)
Provides:
librust-foobar-0+futures-dev (= ${binary:Version}),
librust-foobar-0.1+futures-dev (= ${binary:Version}),
librust-foobar-0.1.0+futures-dev (= ${binary:Version})
Description: Rust crate "foobar" - feature "futures"
This metapackage enables feature "futures" for the Rust foobar crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-foobar+somefeature-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-foobar-dev (= ${binary:Version}),
librust-thiserror-2-dev,
some-dependency-for-lib-with-feature
Provides:
librust-foobar-0+somefeature-dev (= ${binary:Version}),
librust-foobar-0.1+somefeature-dev (= ${binary:Version}),
librust-foobar-0.1.0+somefeature-dev (= ${binary:Version})
Replaces:
replaced-by-somefeature
Breaks:
broken-by-somefeature
Description: Rust crate "foobar" - feature "somefeature"
This metapackage enables feature "somefeature" for the Rust foobar crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-foobar+someotherfeature-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-foobar-dev (= ${binary:Version}),
librust-foobar+somefeature-dev (= ${binary:Version}),
librust-foobar+futures-dev (= ${binary:Version})
Provides:
librust-foobar-0+someotherfeature-dev (= ${binary:Version}),
librust-foobar-0.1+someotherfeature-dev (= ${binary:Version}),
librust-foobar-0.1.0+someotherfeature-dev (= ${binary:Version})
Description: Rust crate "foobar" - feature "someotherfeature"
This metapackage enables feature "someotherfeature" for the Rust foobar crate,
by pulling in any additional dependencies needed by that feature.
|