]> git.proxmox.com Git - pve-xtermjs.git/blob - termproxy/debian/control
termproxy: install to usr/libexec directory
[pve-xtermjs.git] / termproxy / debian / control
1 Source: proxmox-termproxy
2 Section: admin
3 Priority: optional
4 Build-Depends: cargo:native,
5 debhelper-compat (= 13),
6 dh-cargo (>= 25),
7 librust-anyhow-1+default-dev,
8 librust-clap-4+default-dev,
9 librust-mio-0.8+default-dev,
10 librust-mio-0.8+net-dev,
11 librust-mio-0.8+os-ext-dev,
12 librust-proxmox-io-1+default-dev,
13 librust-proxmox-lang-1+default-dev (>= 1.1-~~),
14 librust-proxmox-sys-0.5+default-dev,
15 librust-ureq-2+gzip-dev (>= 2.4-~~),
16 libstd-rust-dev,
17 rustc:native,
18 Maintainer: Proxmox Support Team <support@proxmox.com>
19 Standards-Version: 4.6.1
20 Vcs-Git: git://git.proxmox.com/git/pve-xtermjs.git
21 Vcs-Browser: https://git.proxmox.com/?p=pve-xtermjs.git;a=summary
22 Homepage: https://www.proxmox.com
23 Rules-Requires-Root: no
24
25 Package: proxmox-termproxy
26 Architecture: any
27 Multi-Arch: allowed
28 Depends: ${misc:Depends}, ${shlibs:Depends},
29 Recommends: pve-xtermjs
30 Breaks: pve-xtermjs (<< 5.3.0~)
31 Replaces: pve-xtermjs (<< 5.3.0~)
32 Description: Wrapper proxy for executing programs in the system terminal
33 This package provides an wrapper for running commands in a system terminal,
34 redirecting input via a special protocol and returning the PTY output 1:1.
35 It's used for the backend of the xterm.js based host and virtual guest
36 consoles in Proxmox projects like Proxmox VE or Proxmox Backup Server.