metrics: check in d/control
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b446456aa5
commit
41d8747de3
56
proxmox-metrics/debian/control
Normal file
56
proxmox-metrics/debian/control
Normal file
@ -0,0 +1,56 @@
|
||||
Source: rust-proxmox-metrics
|
||||
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-futures-0.3+default-dev <!nocheck>,
|
||||
librust-http-0.2+default-dev <!nocheck>,
|
||||
librust-hyper-0.14+default-dev <!nocheck>,
|
||||
librust-openssl-0.10+default-dev <!nocheck>,
|
||||
librust-proxmox-async-0.4+default-dev <!nocheck>,
|
||||
librust-proxmox-http-0.6+client-dev <!nocheck>,
|
||||
librust-proxmox-http-0.6+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+net-dev <!nocheck>,
|
||||
librust-tokio-1+sync-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-metrics-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-futures-0.3+default-dev,
|
||||
librust-http-0.2+default-dev,
|
||||
librust-hyper-0.14+default-dev,
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-async-0.4+default-dev,
|
||||
librust-proxmox-http-0.6+client-dev,
|
||||
librust-proxmox-http-0.6+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-tokio-1+default-dev,
|
||||
librust-tokio-1+net-dev,
|
||||
librust-tokio-1+sync-dev
|
||||
Provides:
|
||||
librust-proxmox-metrics+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-metrics-0.2.0+default-dev (= ${binary:Version})
|
||||
Description: Metrics Server export utilitites - Rust source code
|
||||
This package contains the source for the Rust proxmox-metrics crate, packaged
|
||||
by debcargo for use with cargo and dh-cargo.
|
Loading…
Reference in New Issue
Block a user