pve: update & wrap-and-sort d/control
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
181b19e2ef
commit
f7bb45a38b
@ -1,41 +1,40 @@
|
||||
Source: libpve-rs-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-cargo (>= 24),
|
||||
perlmod-bin,
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-base32-0.4+default-dev,
|
||||
librust-base64-0.13+default-dev,
|
||||
librust-env-logger-0.9+default-dev,
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-http-0.2+default-dev (>= 0.2.7-~~),
|
||||
librust-libc-0.2+default-dev,
|
||||
librust-nix-0.26+default-dev,
|
||||
librust-openssl-0.10+default-dev (>= 0.10.40-~~),
|
||||
librust-perlmod-0.13+default-dev,
|
||||
librust-perlmod-0.13+exporter-dev,
|
||||
librust-proxmox-apt-0.9+default-dev,
|
||||
librust-proxmox-http-0.8+client-sync-dev,
|
||||
librust-proxmox-http-0.8+client-trait-dev,
|
||||
librust-proxmox-http-0.8+default-dev,
|
||||
librust-proxmox-openid-0.9+default-dev (>= 0.9.8-~~),
|
||||
librust-proxmox-resource-scheduling-0.3+default-dev,
|
||||
librust-proxmox-subscription-0.3+default-dev,
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~),
|
||||
librust-proxmox-tfa-4+api-dev,
|
||||
librust-proxmox-tfa-4+default-dev,
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.3-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-bytes-0.11+default-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-url-2+default-dev,
|
||||
Build-Depends: cargo:native <!nocheck>,
|
||||
debhelper-compat (= 13),
|
||||
dh-cargo (>= 25),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-base32-0.4+default-dev <!nocheck>,
|
||||
librust-base64-0.13+default-dev <!nocheck>,
|
||||
librust-env-logger-0.9+default-dev <!nocheck>,
|
||||
librust-hex-0.4+default-dev <!nocheck>,
|
||||
librust-http-0.2+default-dev (>= 0.2.7-~~) <!nocheck>,
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
librust-nix-0.26+default-dev <!nocheck>,
|
||||
librust-openssl-0.10+default-dev (>= 0.10.40-~~) <!nocheck>,
|
||||
librust-perlmod-0.13+default-dev <!nocheck>,
|
||||
librust-perlmod-0.13+exporter-dev <!nocheck>,
|
||||
librust-proxmox-apt-0.9+default-dev <!nocheck>,
|
||||
librust-proxmox-http-0.8+client-sync-dev <!nocheck>,
|
||||
librust-proxmox-http-0.8+client-trait-dev <!nocheck>,
|
||||
librust-proxmox-http-0.8+default-dev <!nocheck>,
|
||||
librust-proxmox-openid-0.9+default-dev (>= 0.9.8-~~) <!nocheck>,
|
||||
librust-proxmox-resource-scheduling-0.3+default-dev <!nocheck>,
|
||||
librust-proxmox-subscription-0.3+default-dev <!nocheck>,
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~) <!nocheck>,
|
||||
librust-proxmox-tfa-4+api-dev <!nocheck>,
|
||||
librust-proxmox-tfa-4+default-dev <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.3-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-bytes-0.11+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-url-2+default-dev <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
perlmod-bin,
|
||||
rustc:native <!nocheck>,
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.5.1
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox-perl-rs.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox-perl-rs.git
|
||||
Homepage: https://www.proxmox.com
|
||||
@ -43,14 +42,10 @@ Rules-Requires-Root: no
|
||||
|
||||
Package: libpve-rs-perl
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${perl:Depends},
|
||||
${shlibs:Depends},
|
||||
Breaks:
|
||||
libpve-access-control (<< 7.1-3),
|
||||
libpve-common-perl (<< 7.1-4),
|
||||
pve-manager (<< 7.1-11),
|
||||
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
|
||||
Breaks: libpve-access-control (<< 7.1-3),
|
||||
libpve-common-perl (<< 7.1-4),
|
||||
pve-manager (<< 7.1-11),
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user