forked from Proxmox/proxmox-perl-rs
790d11edf1
also add perl depends the std library is actually big and not linking dynamically doesn't add much besides, the package names for libstd would cause issues with minor compiler bumps... the 0.3.0 package is actually built from this commit now, since the installability checks caught this... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
Source: libpve-rs-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 24),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-base32-0.4+default-dev <!nocheck>,
|
|
librust-base64-0.12+default-dev <!nocheck>,
|
|
librust-hex-0.4+default-dev <!nocheck>,
|
|
librust-libc-0.2+default-dev <!nocheck>,
|
|
librust-nix-0.19+default-dev <!nocheck>,
|
|
librust-openssl-0.10+default-dev <!nocheck>,
|
|
librust-perlmod-0.8+default-dev (>= 0.7.1-~~) <!nocheck>,
|
|
librust-perlmod-0.8+exporter-dev (>= 0.7.1-~~) <!nocheck>,
|
|
librust-proxmox-apt-0.8+default-dev <!nocheck>,
|
|
librust-proxmox-openid-0.8+default-dev <!nocheck>,
|
|
librust-proxmox-tfa-1+default-dev <!nocheck>,
|
|
librust-proxmox-tfa-1+u2f-dev <!nocheck>,
|
|
librust-proxmox-time-1+default-dev <!nocheck>,
|
|
librust-proxmox-uuid-1+default-dev <!nocheck>,
|
|
librust-serde-1+default-dev <!nocheck>,
|
|
librust-serde-json-1+default-dev <!nocheck>,
|
|
librust-webauthn-rs-0.2+default-dev (>= 0.2.5-~~) <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
Homepage: https://www.proxmox.com
|
|
Rules-Requires-Root: no
|
|
|
|
Package: libpve-rs-perl
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${perl:Depends},
|
|
${shlibs:Depends},
|
|
Description: PVE parts which have been ported to Rust - Rust source code
|
|
This package contains the source for the Rust pve-rs crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|