proxmox-resource-scheduling/debian/control
Thomas Lamprecht ba581d9832 bump version to 0.3.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 14:56:15 +02:00

41 lines
1.6 KiB
Plaintext

Source: rust-proxmox-resource-scheduling
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-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Vcs-Git: git://git.proxmox.com/git/proxmox-resource-scheduling.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox-resource-scheduling.git
Homepage: https://www.proxmox.com
X-Cargo-Crate: proxmox-resource-scheduling
Rules-Requires-Root: no
Package: librust-proxmox-resource-scheduling-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-serde-1+default-dev,
librust-serde-1+derive-dev
Provides:
librust-proxmox-resource-scheduling+default-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0+default-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.3-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.3+default-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.3.0-dev (= ${binary:Version}),
librust-proxmox-resource-scheduling-0.3.0+default-dev (= ${binary:Version})
Description: Proxmox library for resource scheduling - Rust source code
This package contains the source for the Rust proxmox-resource-scheduling
crate, packaged by debcargo for use with cargo and dh-cargo.