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
|
Source: rust-rustdoc-stripper
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
cargo:native,
rustc:native,
libstd-rust-dev,
help2man,
librust-tempfile-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Wolfgang Silbermayr <wolfgang@silbermayr.at>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/rustdoc-stripper]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/rustdoc-stripper
Homepage: https://github.com/GuillaumeGomez/rustdoc-stripper
Package: librust-rustdoc-stripper-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends}
Provides:
librust-rustdoc-stripper+default-dev (= ${binary:Version}),
librust-rustdoc-stripper-0-dev (= ${binary:Version}),
librust-rustdoc-stripper-0+default-dev (= ${binary:Version}),
librust-rustdoc-stripper-0.1-dev (= ${binary:Version}),
librust-rustdoc-stripper-0.1+default-dev (= ${binary:Version}),
librust-rustdoc-stripper-0.1.12-dev (= ${binary:Version}),
librust-rustdoc-stripper-0.1.12+default-dev (= ${binary:Version})
Description: Manipulate rustdoc comments - Rust source code
This package contains the source for the Rust rustdoc-stripper crate, packaged
by debcargo for use with cargo and dh-cargo.
Package: rustdoc-stripper
Architecture: any
Multi-Arch: allowed
Section: utils
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: Strip rustdoc comments from source code
rustdoc-stripper is a tool used to remove rustdoc comments from your code and
save them in a comments.cmts file if you want to regenerate them.
.
This package contains the following binaries built from the Rust crate
"rustdoc-stripper":
- rustdoc-stripper
|