mirror of
https://git.proxmox.com/git/pve-lxc-syscalld
synced 2025-08-19 01:05:58 +00:00
34 lines
1019 B
Plaintext
34 lines
1019 B
Plaintext
Source: pve-lxc-syscalld
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13),
|
|
bash-completion,
|
|
libsystemd-dev,
|
|
dh-cargo (>= 25),
|
|
cargo:native,
|
|
rustc:native,
|
|
libstd-rust-dev,
|
|
librust-anyhow-1+default-dev,
|
|
librust-bitflags-1+default-dev (>= 1.2-~~),
|
|
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
|
librust-libc-0.2+default-dev,
|
|
librust-nix-0.26+default-dev,
|
|
librust-num-cpus-1+default-dev,
|
|
librust-tokio-1+default-dev,
|
|
librust-tokio-1+io-util-dev,
|
|
librust-tokio-1+net-dev,
|
|
librust-tokio-1+rt-multi-thread-dev,
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.6.1
|
|
Vcs-Git: git://git.proxmox.com/git/pve-lxc-syscalld.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=pve-lxc-syscalld.git;a=summary
|
|
Homepage: https://www.proxmox.com
|
|
Rules-Requires-Root: no
|
|
|
|
Package: pve-lxc-syscalld
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
Description: PVE LXC syscall daemon
|
|
A daemon which handles a selected subset of syscalls for unprivileged
|
|
containers.
|