diff --git a/proxmox-metrics/debian/control b/proxmox-metrics/debian/control new file mode 100644 index 00000000..2b8aa44f --- /dev/null +++ b/proxmox-metrics/debian/control @@ -0,0 +1,56 @@ +Source: rust-proxmox-metrics +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), + cargo:native , + rustc:native , + libstd-rust-dev , + 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 +Maintainer: Proxmox Support Team +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.