From eac7ebfc55c3310dfa588dac518654f6f072a74c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 29 Nov 2021 11:35:39 +0100 Subject: [PATCH] sys: add back d/control Signed-off-by: Wolfgang Bumiller --- proxmox-sys/debian/control | 84 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 proxmox-sys/debian/control diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control new file mode 100644 index 00000000..903d1f7d --- /dev/null +++ b/proxmox-sys/debian/control @@ -0,0 +1,84 @@ +Source: rust-proxmox-sys +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), + cargo:native , + rustc:native , + libstd-rust-dev , + librust-anyhow-1+default-dev , + librust-base64-0.13+default-dev , + librust-lazy-static-1+default-dev (>= 1.4-~~) , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , + librust-log-0.4+default-dev , + librust-nix-0.19+default-dev (>= 0.19.1-~~) , + librust-proxmox-borrow-1+default-dev , + librust-proxmox-io-1+default-dev , + librust-proxmox-lang-1+default-dev , + librust-proxmox-time-1+default-dev , + librust-regex-1+default-dev (>= 1.2-~~) , + librust-serde-json-1+default-dev , + librust-zstd-0.6+bindgen-dev , + librust-zstd-0.6+default-dev , + uuid-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-sys-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-anyhow-1+default-dev, + librust-base64-0.13+default-dev, + librust-lazy-static-1+default-dev (>= 1.4-~~), + librust-libc-0.2+default-dev (>= 0.2.107-~~), + librust-log-0.4+default-dev, + librust-nix-0.19+default-dev (>= 0.19.1-~~), + librust-proxmox-borrow-1+default-dev, + librust-proxmox-io-1+default-dev, + librust-proxmox-lang-1+default-dev, + librust-proxmox-time-1+default-dev, + librust-regex-1+default-dev (>= 1.2-~~), + librust-serde-json-1+default-dev, + librust-zstd-0.6+bindgen-dev, + librust-zstd-0.6+default-dev, + uuid-dev +Suggests: + librust-proxmox-sys+proxmox-sortable-macro-dev (= ${binary:Version}) +Provides: + librust-proxmox-sys+default-dev (= ${binary:Version}), + librust-proxmox-sys-0-dev (= ${binary:Version}), + librust-proxmox-sys-0+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.2-dev (= ${binary:Version}), + librust-proxmox-sys-0.2+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.2.2-dev (= ${binary:Version}), + librust-proxmox-sys-0.2.2+default-dev (= ${binary:Version}) +Description: System tools (using nix) - Rust source code + This package contains the source for the Rust proxmox-sys crate, packaged by + debcargo for use with cargo and dh-cargo. + +Package: librust-proxmox-sys+proxmox-sortable-macro-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-sys-dev (= ${binary:Version}), + librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~) +Provides: + librust-proxmox-sys+sortable-macro-dev (= ${binary:Version}), + librust-proxmox-sys-0+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}), + librust-proxmox-sys-0.2+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-sys-0.2+sortable-macro-dev (= ${binary:Version}), + librust-proxmox-sys-0.2.2+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-sys-0.2.2+sortable-macro-dev (= ${binary:Version}) +Description: System tools (using nix) - feature "proxmox-sortable-macro" and 1 more + This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox- + sys crate, by pulling in any additional dependencies needed by that + feature. + . + Additionally, this package also provides the "sortable-macro" feature.