proxmox/proxmox-lang/debian/control
Fabian Grünbichler 5ec765f842 update d/control files
debcargo 2.6 changed some minor details

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-12-06 11:21:43 +01:00

32 lines
1.1 KiB
Plaintext

Source: rust-proxmox-lang
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-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-lang
Rules-Requires-Root: no
Package: librust-proxmox-lang-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends}
Provides:
librust-proxmox-lang+default-dev (= ${binary:Version}),
librust-proxmox-lang-1-dev (= ${binary:Version}),
librust-proxmox-lang-1+default-dev (= ${binary:Version}),
librust-proxmox-lang-1.1-dev (= ${binary:Version}),
librust-proxmox-lang-1.1+default-dev (= ${binary:Version}),
librust-proxmox-lang-1.1.0-dev (= ${binary:Version}),
librust-proxmox-lang-1.1.0+default-dev (= ${binary:Version})
Description: Simple rust language utilities such as try_block, which have no dependencies - Rust source code
This package contains the source for the Rust proxmox-lang crate, packaged by
debcargo for use with cargo and dh-cargo.