f22fae3852
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
75 lines
2.8 KiB
Plaintext
75 lines
2.8 KiB
Plaintext
Source: rust-proxmox-apt
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-sequence-cargo,
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-hex-0.4+default-dev <!nocheck>,
|
|
librust-openssl-0.10+default-dev <!nocheck>,
|
|
librust-proxmox-apt-api-types-1+default-dev (>= 1.0.2-~~) <!nocheck>,
|
|
librust-proxmox-config-digest-0.1+default-dev <!nocheck>,
|
|
librust-proxmox-config-digest-0.1+openssl-dev <!nocheck>,
|
|
librust-proxmox-sys-0.6+default-dev <!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.7.0
|
|
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-openssl-0.10+default-dev,
|
|
librust-proxmox-apt-api-types-1+default-dev (>= 1.0.2-~~),
|
|
librust-proxmox-config-digest-0.1+default-dev,
|
|
librust-proxmox-config-digest-0.1+openssl-dev,
|
|
librust-proxmox-sys-0.6+default-dev,
|
|
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
|
|
Suggests:
|
|
librust-proxmox-apt+cache-dev (= ${binary:Version})
|
|
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.11-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.11+default-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.11.5-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.11.5+default-dev (= ${binary:Version})
|
|
Description: Proxmox library for APT - Rust source code
|
|
Source code for Debianized Rust crate "proxmox-apt"
|
|
|
|
Package: librust-proxmox-apt+cache-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-apt-dev (= ${binary:Version}),
|
|
librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
|
|
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
|
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
|
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
|
|
librust-regex-1+default-dev (>= 1.5-~~)
|
|
Provides:
|
|
librust-proxmox-apt-0+cache-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}),
|
|
librust-proxmox-apt-0.11.5+cache-dev (= ${binary:Version})
|
|
Description: Proxmox library for APT - feature "cache"
|
|
This metapackage enables feature "cache" for the Rust proxmox-apt crate, by
|
|
pulling in any additional dependencies needed by that feature.
|