forked from proxmox-mirrors/proxmox
product-config: add debian control file
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
2665b566c0
commit
3de2812254
42
proxmox-product-config/debian/control
Normal file
42
proxmox-product-config/debian/control
Normal file
@ -0,0 +1,42 @@
|
||||
Source: rust-proxmox-product-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-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-product-config
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: librust-proxmox-product-config-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~),
|
||||
librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~)
|
||||
Provides:
|
||||
librust-proxmox-product-config+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0.1.0+default-dev (= ${binary:Version})
|
||||
Description: Configuration file handling for Proxmox products - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-product-config"
|
Loading…
Reference in New Issue
Block a user