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
|
Source: rust-shell-quote
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-bstr-1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Ermakov Alexander <ermakovav@altgtu.ru>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/shell-quote]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/shell-quote
Homepage: https://github.com/allenap/shell-quote
X-Cargo-Crate: shell-quote
Package: librust-shell-quote-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-bstr-1+default-dev
Provides:
librust-shell-quote+bash-dev (= ${binary:Version}),
librust-shell-quote+bstr-dev (= ${binary:Version}),
librust-shell-quote+default-dev (= ${binary:Version}),
librust-shell-quote+fish-dev (= ${binary:Version}),
librust-shell-quote+sh-dev (= ${binary:Version}),
librust-shell-quote-0-dev (= ${binary:Version}),
librust-shell-quote-0+bash-dev (= ${binary:Version}),
librust-shell-quote-0+bstr-dev (= ${binary:Version}),
librust-shell-quote-0+default-dev (= ${binary:Version}),
librust-shell-quote-0+fish-dev (= ${binary:Version}),
librust-shell-quote-0+sh-dev (= ${binary:Version}),
librust-shell-quote-0.7-dev (= ${binary:Version}),
librust-shell-quote-0.7+bash-dev (= ${binary:Version}),
librust-shell-quote-0.7+bstr-dev (= ${binary:Version}),
librust-shell-quote-0.7+default-dev (= ${binary:Version}),
librust-shell-quote-0.7+fish-dev (= ${binary:Version}),
librust-shell-quote-0.7+sh-dev (= ${binary:Version}),
librust-shell-quote-0.7.2-dev (= ${binary:Version}),
librust-shell-quote-0.7.2+bash-dev (= ${binary:Version}),
librust-shell-quote-0.7.2+bstr-dev (= ${binary:Version}),
librust-shell-quote-0.7.2+default-dev (= ${binary:Version}),
librust-shell-quote-0.7.2+fish-dev (= ${binary:Version}),
librust-shell-quote-0.7.2+sh-dev (= ${binary:Version})
Description: Shell-quoting strings, e.g - Rust source code
for interpolating into a Bash script.
.
Source code for Debianized Rust crate "shell-quote"
|