forked from Proxmox/proxmox
c3545d6644
The module previously lived in `pbs-api-types`, however turned out to be useful in other places as well (POM, proxmox-notify), so it is moved here as its own micro-crate. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
44 lines
1.8 KiB
Plaintext
44 lines
1.8 KiB
Plaintext
Source: rust-proxmox-human-byte
|
|
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-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~) <!nocheck>,
|
|
librust-proxmox-schema-1+default-dev (>= 1.3.7-~~) <!nocheck>,
|
|
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
|
|
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
|
librust-serde-1+default-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.6.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
X-Cargo-Crate: proxmox-human-byte
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-human-byte-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~),
|
|
librust-proxmox-schema-1+default-dev (>= 1.3.7-~~),
|
|
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
|
|
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
|
|
librust-serde-1+default-dev
|
|
Provides:
|
|
librust-proxmox-human-byte+default-dev (= ${binary:Version}),
|
|
librust-proxmox-human-byte-0-dev (= ${binary:Version}),
|
|
librust-proxmox-human-byte-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-human-byte-0.1-dev (= ${binary:Version}),
|
|
librust-proxmox-human-byte-0.1+default-dev (= ${binary:Version}),
|
|
librust-proxmox-human-byte-0.1.0-dev (= ${binary:Version}),
|
|
librust-proxmox-human-byte-0.1.0+default-dev (= ${binary:Version})
|
|
Description: Proxmox library for formatting byte sizes (IEC or SI) - Rust source code
|
|
This package contains the source for the Rust proxmox-human-byte crate,
|
|
packaged by debcargo for use with cargo and dh-cargo.
|