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