daemon: bump to 0.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f67c651929
commit
921d2bcc13
@ -2,4 +2,4 @@ rust-proxmox-daemon (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial split out of proxmox-rest-server
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2024 13:15:03 +0200
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2024 14:16:42 +0200
|
||||
|
64
proxmox-daemon/debian/control
Normal file
64
proxmox-daemon/debian/control
Normal file
@ -0,0 +1,64 @@
|
||||
Source: rust-proxmox-daemon
|
||||
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-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.6+default-dev <!nocheck>,
|
||||
librust-proxmox-systemd-0.1+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+io-util-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+net-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+rt-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+signal-dev (>= 1.6-~~) <!nocheck>,
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-daemon
|
||||
Rules-Requires-Root: no
|
||||
|
||||
# FIXME (packages."(name)".section) debcargo auto-generated summary for librust-proxmox-daemon-dev is very long, consider overriding
|
||||
|
||||
Package: librust-proxmox-daemon-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-futures-0.3+default-dev,
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-once-cell-1+default-dev (>= 1.3.1-~~),
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-proxmox-systemd-0.1+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~),
|
||||
librust-tokio-1+io-util-dev (>= 1.6-~~),
|
||||
librust-tokio-1+net-dev (>= 1.6-~~),
|
||||
librust-tokio-1+rt-dev (>= 1.6-~~),
|
||||
librust-tokio-1+signal-dev (>= 1.6-~~),
|
||||
librust-tokio-1+sync-dev (>= 1.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-daemon+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-daemon-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-daemon-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-daemon-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-daemon-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-daemon-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-daemon-0.1.0+default-dev (= ${binary:Version})
|
||||
Description: Daemon state handling (catching reload signals, registering commands with the command socket, ...) - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-daemon"
|
Loading…
Reference in New Issue
Block a user