mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-27 22:42:49 +00:00

it seems there are repositories out there that don't (always) include it, and while it is required for the .deb packages themselves in Debian, the repository "spec" doesn't make it mandatory. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
Source: rust-proxmox-apt
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 25),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-hex-0.4+default-dev <!nocheck>,
|
|
librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
|
|
librust-openssl-0.10+default-dev <!nocheck>,
|
|
librust-proxmox-schema-3+api-macro-dev (>= 3.1.0-~~) <!nocheck>,
|
|
librust-proxmox-schema-3+default-dev (>= 3.1.0-~~) <!nocheck>,
|
|
librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) <!nocheck>,
|
|
librust-serde-1+default-dev <!nocheck>,
|
|
librust-serde-1+derive-dev <!nocheck>,
|
|
librust-serde-json-1+default-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.6.2
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox-apt.git
|
|
Homepage: https://proxmox.com
|
|
X-Cargo-Crate: proxmox-apt
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-apt-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-hex-0.4+default-dev,
|
|
librust-once-cell-1+default-dev (>= 1.3.1-~~),
|
|
librust-openssl-0.10+default-dev,
|
|
librust-proxmox-schema-3+api-macro-dev (>= 3.1.0-~~),
|
|
librust-proxmox-schema-3+default-dev (>= 3.1.0-~~),
|
|
librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~),
|
|
librust-serde-1+default-dev,
|
|
librust-serde-1+derive-dev,
|
|
librust-serde-json-1+default-dev
|
|
Provides:
|
|
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.10-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.10+default-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.10.9-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.10.9+default-dev (= ${binary:Version})
|
|
Description: Proxmox library for APT - Rust source code
|
|
Source code for Debianized Rust crate "proxmox-apt"
|