forked from openkylin/rust-unicase
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
Source: rust-unicase
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 24),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-version-check-0.9+default-dev <!nocheck>
|
|
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git:https://gitee.com/openkylin/rust-unicase.git
|
|
Vcs-Browser:https://gitee.com/openkylin/rust-unicase
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-unicase-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-version-check-0.9+default-dev
|
|
Provides:
|
|
librust-unicase+default-dev (= ${binary:Version}),
|
|
librust-unicase+nightly-dev (= ${binary:Version}),
|
|
librust-unicase-2-dev (= ${binary:Version}),
|
|
librust-unicase-2+default-dev (= ${binary:Version}),
|
|
librust-unicase-2+nightly-dev (= ${binary:Version}),
|
|
librust-unicase-2.6-dev (= ${binary:Version}),
|
|
librust-unicase-2.6+default-dev (= ${binary:Version}),
|
|
librust-unicase-2.6+nightly-dev (= ${binary:Version}),
|
|
librust-unicase-2.6.0-dev (= ${binary:Version}),
|
|
librust-unicase-2.6.0+default-dev (= ${binary:Version}),
|
|
librust-unicase-2.6.0+nightly-dev (= ${binary:Version})
|
|
Description: Case-insensitive wrapper around strings - Rust source code
|
|
This package contains the source for the Rust unicase crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|