forked from Proxmox/proxmox
bump proxmox-shared-memory to version 0.1.0-2
And add missing debian files. Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
42002bb5c9
commit
c5d396cdb9
11
proxmox-shared-memory/debian/changelog
Normal file
11
proxmox-shared-memory/debian/changelog
Normal file
@ -0,0 +1,11 @@
|
||||
rust-proxmox-shared-memory (0.1.0-2) unstable; urgency=medium
|
||||
|
||||
* remove debug println
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 15 Nov 2021 07:20:48 +0100
|
||||
|
||||
rust-proxmox-shared-memory (0.1.0-1) stable; urgency=medium
|
||||
|
||||
* initial release
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Nov 2021 13:45:51 +0100
|
38
proxmox-shared-memory/debian/control
Normal file
38
proxmox-shared-memory/debian/control
Normal file
@ -0,0 +1,38 @@
|
||||
Source: rust-proxmox-shared-memory
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 24),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
|
||||
librust-proxmox-0.15-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-shared-memory-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-libc-0.2+default-dev,
|
||||
librust-nix-0.19+default-dev (>= 0.19.1-~~),
|
||||
librust-proxmox-0.15-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.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.1.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.
|
Loading…
x
Reference in New Issue
Block a user