proxmox/proxmox-section-config/debian/control
Fabian Grünbichler 46a675830d update d/control files
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-12-07 09:48:47 +01:00

44 lines
1.7 KiB
Plaintext

Source: rust-proxmox-section-config
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-hex-0.4+default-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-proxmox-schema-1+default-dev (>= 1.3.5-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-json-1+default-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-section-config
Rules-Requires-Root: no
Package: librust-proxmox-section-config-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-hex-0.4+default-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-schema-1+default-dev (>= 1.3.5-~~),
librust-serde-1+default-dev,
librust-serde-json-1+default-dev
Provides:
librust-proxmox-section-config+default-dev (= ${binary:Version}),
librust-proxmox-section-config-1-dev (= ${binary:Version}),
librust-proxmox-section-config-1+default-dev (= ${binary:Version}),
librust-proxmox-section-config-1.0-dev (= ${binary:Version}),
librust-proxmox-section-config-1.0+default-dev (= ${binary:Version}),
librust-proxmox-section-config-1.0.2-dev (= ${binary:Version}),
librust-proxmox-section-config-1.0.2+default-dev (= ${binary:Version})
Description: Proxmox schema based section config format parsing - Rust source code
This package contains the source for the Rust proxmox-section-config crate,
packaged by debcargo for use with cargo and dh-cargo.