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