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-macho-unwind-info
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-thiserror-2+default-dev <!nocheck>,
librust-zerocopy-0.8+default-dev <!nocheck>,
librust-zerocopy-derive-0.8+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/macho-unwind-info]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/macho-unwind-info
Homepage: https://github.com/mstange/macho-unwind-info
X-Cargo-Crate: macho-unwind-info
Rules-Requires-Root: no
# FIXME (packages."(name)".section) debcargo auto-generated summary for librust-macho-unwind-info-dev is very long, consider overriding
Package: librust-macho-unwind-info-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-thiserror-2+default-dev,
librust-zerocopy-0.8+default-dev,
librust-zerocopy-derive-0.8+default-dev
Provides:
librust-macho-unwind-info+default-dev (= ${binary:Version}),
librust-macho-unwind-info-0-dev (= ${binary:Version}),
librust-macho-unwind-info-0+default-dev (= ${binary:Version}),
librust-macho-unwind-info-0.5-dev (= ${binary:Version}),
librust-macho-unwind-info-0.5+default-dev (= ${binary:Version}),
librust-macho-unwind-info-0.5.0-dev (= ${binary:Version}),
librust-macho-unwind-info-0.5.0+default-dev (= ${binary:Version})
Description: Parser for Apple's Compact Unwinding Format, which is used in the __unwind_info section of mach-O binaries - Rust source code
Source code for Debianized Rust crate "macho-unwind-info"
|