mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-21 12:33:42 +00:00
52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
Source: rust-proxmox-uuid
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 24),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-libc-0.2+default-dev <!nocheck>,
|
|
uuid-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-uuid-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-libc-0.2+default-dev,
|
|
uuid-dev
|
|
Suggests:
|
|
librust-proxmox-uuid+serde-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-uuid+default-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1+default-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1.0-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1.0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1.0.0-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1.0.0+default-dev (= ${binary:Version})
|
|
Description: Bindings for libuuid with optional serde support - Rust source code
|
|
This package contains the source for the Rust proxmox-uuid crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|
|
|
|
Package: librust-proxmox-uuid+serde-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-uuid-dev (= ${binary:Version}),
|
|
librust-serde-1+default-dev
|
|
Provides:
|
|
librust-proxmox-uuid-1+serde-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1.0+serde-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1.0.0+serde-dev (= ${binary:Version})
|
|
Description: Bindings for libuuid with optional serde support - feature "serde"
|
|
This metapackage enables feature "serde" for the Rust proxmox-uuid crate, by
|
|
pulling in any additional dependencies needed by that feature.
|