forked from Proxmox/proxmox
46a675830d
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
Source: rust-proxmox-serde
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 25),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-base64-0.13+default-dev <!nocheck>,
|
|
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
|
|
librust-serde-1+default-dev <!nocheck>,
|
|
librust-serde-1+derive-dev <!nocheck>,
|
|
uuid-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.6.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
X-Cargo-Crate: proxmox-serde
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-serde-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-base64-0.13+default-dev,
|
|
librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
|
|
librust-serde-1+default-dev,
|
|
librust-serde-1+derive-dev,
|
|
uuid-dev
|
|
Suggests:
|
|
librust-proxmox-serde+serde-json-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-serde+default-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0.1-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0.1+default-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0.1.1-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0.1.1+default-dev (= ${binary:Version})
|
|
Description: Serde formatting tools - Rust source code
|
|
This package contains the source for the Rust proxmox-serde crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|
|
|
|
Package: librust-proxmox-serde+serde-json-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-serde-dev (= ${binary:Version}),
|
|
librust-serde-json-1+default-dev
|
|
Provides:
|
|
librust-proxmox-serde-0+serde-json-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0.1+serde-json-dev (= ${binary:Version}),
|
|
librust-proxmox-serde-0.1.1+serde-json-dev (= ${binary:Version})
|
|
Description: Serde formatting tools - feature "serde_json"
|
|
This metapackage enables feature "serde_json" for the Rust proxmox-serde crate,
|
|
by pulling in any additional dependencies needed by that feature.
|