]> git.proxmox.com Git - proxmox-perl-rs.git/blob - pve-rs/debian/control
bump proxmox-tfa dep to 4.0.2
[proxmox-perl-rs.git] / pve-rs / debian / control
1 Source: libpve-rs-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: cargo:native <!nocheck>,
5 debhelper-compat (= 13),
6 dh-cargo (>= 25),
7 librust-anyhow-1+default-dev,
8 librust-base32-0.4+default-dev,
9 librust-base64-0.13+default-dev,
10 librust-env-logger-0.9+default-dev,
11 librust-hex-0.4+default-dev,
12 librust-http-0.2+default-dev (>= 0.2.7-~~),
13 librust-libc-0.2+default-dev,
14 librust-nix-0.26+default-dev,
15 librust-openssl-0.10+default-dev (>= 0.10.40-~~),
16 librust-perlmod-0.13+default-dev,
17 librust-perlmod-0.13+exporter-dev,
18 librust-proxmox-apt-0.10+default-dev (>= 0.10.1~),
19 librust-proxmox-http-0.9+client-sync-dev,
20 librust-proxmox-http-0.9+client-trait-dev,
21 librust-proxmox-http-0.9+default-dev,
22 librust-proxmox-openid-0.10+default-dev,
23 librust-proxmox-resource-scheduling-0.3+default-dev,
24 librust-proxmox-subscription-0.4+default-dev,
25 librust-proxmox-sys-0.5+default-dev,
26 librust-proxmox-tfa-4+api-dev (>= 4.0.2-~~),
27 librust-proxmox-tfa-4+default-dev (>= 4.0.2-~~),
28 librust-proxmox-time-1+default-dev (>= 1.1.3-~~),
29 librust-serde-1+default-dev,
30 librust-serde-bytes-0.11+default-dev,
31 librust-serde-json-1+default-dev,
32 librust-url-2+default-dev,
33 libstd-rust-dev <!nocheck>,
34 perlmod-bin,
35 rustc:native <!nocheck>,
36 Maintainer: Proxmox Support Team <support@proxmox.com>
37 Standards-Version: 4.6.1
38 Vcs-Git: git://git.proxmox.com/git/proxmox-perl-rs.git
39 Vcs-Browser: https://git.proxmox.com/?p=proxmox-perl-rs.git
40 Homepage: https://www.proxmox.com
41 Rules-Requires-Root: no
42
43 Package: libpve-rs-perl
44 Architecture: any
45 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
46 Breaks: libpve-access-control (<< 7.1-3),
47 libpve-common-perl (<< 7.1-4),
48 pve-manager (<< 7.1-11),
49 Description: PVE parts which have been ported to Rust - Rust source code
50 This package contains the source for the Rust pve-rs crate, packaged by
51 debcargo for use with cargo and dh-cargo.