From bbc635375ec6e7861fd0f811f7997dc7bf0db636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 30 Dec 2021 11:06:56 +0100 Subject: [PATCH] shared-memory: track d/control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-shared-memory/debian/control | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 proxmox-shared-memory/debian/control diff --git a/proxmox-shared-memory/debian/control b/proxmox-shared-memory/debian/control new file mode 100644 index 00000000..7f8c064f --- /dev/null +++ b/proxmox-shared-memory/debian/control @@ -0,0 +1,38 @@ +Source: rust-proxmox-shared-memory +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), + cargo:native , + rustc:native , + libstd-rust-dev , + librust-anyhow-1+default-dev , + librust-libc-0.2+default-dev (>= 0.2.107-~~) , + librust-nix-0.19+default-dev (>= 0.19.1-~~) , + librust-proxmox-sys-0.2+default-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-shared-memory-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-anyhow-1+default-dev, + librust-libc-0.2+default-dev (>= 0.2.107-~~), + librust-nix-0.19+default-dev (>= 0.19.1-~~), + librust-proxmox-sys-0.2+default-dev +Provides: + librust-proxmox-shared-memory+default-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0+default-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0.2-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0.2+default-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0.2.0-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0.2.0+default-dev (= ${binary:Version}) +Description: Shared memory helpers and shared mutex implementation - Rust source code + This package contains the source for the Rust proxmox-shared-memory crate, + packaged by debcargo for use with cargo and dh-cargo.