forked from proxmox-mirrors/proxmox
syslog-api: add debian control file
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
a334886f14
commit
5250493e05
59
proxmox-syslog-api/debian/control
Normal file
59
proxmox-syslog-api/debian/control
Normal file
@ -0,0 +1,59 @@
|
||||
Source: rust-proxmox-syslog-api
|
||||
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-3+api-macro-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-syslog-api
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: librust-proxmox-syslog-api-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev
|
||||
Suggests:
|
||||
librust-proxmox-syslog-api+impl-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-syslog-api+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.0+default-dev (= ${binary:Version})
|
||||
Description: Syslog Management API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-syslog-api"
|
||||
|
||||
Package: librust-proxmox-syslog-api+impl-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-syslog-api-dev (= ${binary:Version}),
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~)
|
||||
Provides:
|
||||
librust-proxmox-syslog-api-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.0+impl-dev (= ${binary:Version})
|
||||
Description: Syslog Management API implementation - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-syslog-api crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
Loading…
Reference in New Issue
Block a user