proxmox/proxmox-client/debian/control
Wolfgang Bumiller b1ddac7c45 client: bump to 0.5.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-05 14:15:11 +02:00

83 lines
3.3 KiB
Plaintext

Source: rust-proxmox-client
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-http-0.2+default-dev <!nocheck>,
librust-proxmox-login-0.1+default-dev <!nocheck>,
librust-proxmox-login-0.1+http-dev <!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.2
Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
X-Cargo-Crate: proxmox-client
Rules-Requires-Root: no
Package: librust-proxmox-client-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-hex-0.4+default-dev,
librust-http-0.2+default-dev,
librust-proxmox-login-0.1+default-dev,
librust-proxmox-login-0.1+http-dev,
librust-serde-1+default-dev,
librust-serde-json-1+default-dev
Suggests:
librust-proxmox-client+hyper-client-dev (= ${binary:Version}),
librust-proxmox-client+webauthn-dev (= ${binary:Version})
Provides:
librust-proxmox-client+default-dev (= ${binary:Version}),
librust-proxmox-client-0-dev (= ${binary:Version}),
librust-proxmox-client-0+default-dev (= ${binary:Version}),
librust-proxmox-client-0.5-dev (= ${binary:Version}),
librust-proxmox-client-0.5+default-dev (= ${binary:Version}),
librust-proxmox-client-0.5.0-dev (= ${binary:Version}),
librust-proxmox-client-0.5.0+default-dev (= ${binary:Version})
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
Source code for Debianized Rust crate "proxmox-client"
Package: librust-proxmox-client+hyper-client-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-client-dev (= ${binary:Version}),
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-openssl-0.10+default-dev,
librust-proxmox-http-0.9+client-dev (>= 0.9.2-~~),
librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~)
Provides:
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
librust-proxmox-client-0.5+hyper-client-dev (= ${binary:Version}),
librust-proxmox-client-0.5.0+hyper-client-dev (= ${binary:Version})
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
This metapackage enables feature "hyper-client" for the Rust proxmox-client
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-client+webauthn-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-client-dev (= ${binary:Version}),
librust-proxmox-login-0.1+http-dev,
librust-proxmox-login-0.1+webauthn-dev
Provides:
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.5+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.5.0+webauthn-dev (= ${binary:Version})
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
by pulling in any additional dependencies needed by that feature.