pve-xtermjs/termproxy/debian/control
Fabian Grünbichler b3b1677289 bump pico-args to 0.5
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-07-29 09:36:38 +02:00

38 lines
1.5 KiB
Plaintext

Source: proxmox-termproxy
Section: admin
Priority: optional
Build-Depends: cargo:native,
debhelper-compat (= 13),
dh-cargo (>= 25),
librust-anyhow-1+default-dev,
librust-libc-0.2+default-dev (>= 0.2.107-~~),
librust-mio-0.8+default-dev,
librust-mio-0.8+net-dev,
librust-mio-0.8+os-ext-dev,
librust-nix-0.26+default-dev (>= 0.26.1-~~),
librust-pico-args-0.5+default-dev,
librust-proxmox-io-1+default-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-ureq-2+gzip-dev (>= 2.4-~~),
libstd-rust-dev,
rustc:native,
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Vcs-Git: git://git.proxmox.com/git/pve-xtermjs.git
Vcs-Browser: https://git.proxmox.com/?p=pve-xtermjs.git;a=summary
Homepage: https://www.proxmox.com
Rules-Requires-Root: no
Package: proxmox-termproxy
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, ${shlibs:Depends},
Recommends: pve-xtermjs
Breaks: pve-xtermjs (<< 5.3.0~)
Replaces: pve-xtermjs (<< 5.3.0~)
Description: Wrapper proxy for executing programs in the system terminal
This package provides an wrapper for running commands in a system terminal,
redirecting input via a special protocol and returning the PTY output 1:1.
It's used for the backend of the xterm.js based host and virtual guest
consoles in Proxmox projects like Proxmox VE or Proxmox Backup Server.