diff --git a/proxmox-daemon/debian/changelog b/proxmox-daemon/debian/changelog index 84236a11..c1cc5ca5 100644 --- a/proxmox-daemon/debian/changelog +++ b/proxmox-daemon/debian/changelog @@ -2,4 +2,4 @@ rust-proxmox-daemon (0.1.0-1) bookworm; urgency=medium * initial split out of proxmox-rest-server - -- Proxmox Support Team Tue, 23 Jul 2024 13:15:03 +0200 + -- Proxmox Support Team Wed, 24 Jul 2024 14:16:42 +0200 diff --git a/proxmox-daemon/debian/control b/proxmox-daemon/debian/control new file mode 100644 index 00000000..fec23b9c --- /dev/null +++ b/proxmox-daemon/debian/control @@ -0,0 +1,64 @@ +Source: rust-proxmox-daemon +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-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-~~) +Maintainer: Proxmox Support Team +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"