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
|
Source: rust-rustc-demangle
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
kpcyrd <git@rxv.cc>,
Wolfgang Silbermayr <wolfgang@silbermayr.at>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/rustc-demangle]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/rustc-demangle
Homepage: https://github.com/alexcrichton/rustc-demangle
Package: librust-rustc-demangle-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends}
Suggests:
librust-rustc-demangle+compiler-builtins-dev (= ${binary:Version}),
librust-rustc-demangle+core-dev (= ${binary:Version}),
librust-rustc-demangle+rustc-dep-of-std-dev (= ${binary:Version})
Provides:
librust-rustc-demangle+default-dev (= ${binary:Version}),
librust-rustc-demangle-0-dev (= ${binary:Version}),
librust-rustc-demangle-0+default-dev (= ${binary:Version}),
librust-rustc-demangle-0.1-dev (= ${binary:Version}),
librust-rustc-demangle-0.1+default-dev (= ${binary:Version}),
librust-rustc-demangle-0.1.16-dev (= ${binary:Version}),
librust-rustc-demangle-0.1.16+default-dev (= ${binary:Version})
Description: Rust compiler symbol demangling - Rust source code
This package contains the source for the Rust rustc-demangle crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: librust-rustc-demangle+compiler-builtins-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-rustc-demangle-dev (= ${binary:Version}),
librust-compiler-builtins-0.1+default-dev (>= 0.1.2-~~)
Provides:
librust-rustc-demangle-0+compiler-builtins-dev (= ${binary:Version}),
librust-rustc-demangle-0.1+compiler-builtins-dev (= ${binary:Version}),
librust-rustc-demangle-0.1.16+compiler-builtins-dev (= ${binary:Version})
Description: Rust compiler symbol demangling - feature "compiler_builtins"
This metapackage enables feature "compiler_builtins" for the Rust rustc-
demangle crate, by pulling in any additional dependencies needed by that
feature.
Package: librust-rustc-demangle+core-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-rustc-demangle-dev (= ${binary:Version}),
librust-rustc-std-workspace-core-1+default-dev
Provides:
librust-rustc-demangle-0+core-dev (= ${binary:Version}),
librust-rustc-demangle-0.1+core-dev (= ${binary:Version}),
librust-rustc-demangle-0.1.16+core-dev (= ${binary:Version})
Description: Rust compiler symbol demangling - feature "core"
This metapackage enables feature "core" for the Rust rustc-demangle crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-rustc-demangle+rustc-dep-of-std-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-rustc-demangle-dev (= ${binary:Version}),
librust-compiler-builtins-0.1+default-dev (>= 0.1.2-~~),
librust-rustc-std-workspace-core-1+default-dev
Provides:
librust-rustc-demangle-0+rustc-dep-of-std-dev (= ${binary:Version}),
librust-rustc-demangle-0.1+rustc-dep-of-std-dev (= ${binary:Version}),
librust-rustc-demangle-0.1.16+rustc-dep-of-std-dev (= ${binary:Version})
Description: Rust compiler symbol demangling - feature "rustc-dep-of-std"
This metapackage enables feature "rustc-dep-of-std" for the Rust rustc-demangle
crate, by pulling in any additional dependencies needed by that feature.
|