mirror of
https://git.proxmox.com/git/pve-xtermjs
synced 2025-08-25 17:18:42 +00:00

Avoids that we need to bump all frontends with updated dependencies and then add them to the proxmox-termproxy's Breaks info. We can loosen this dependency on the next major release, or when all users switch to the respective ones (with a versioned Break!). Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
Source: pve-xtermjs
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13),
|
|
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: pve-xtermjs
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, proxmox-termproxy
|
|
Description: HTML/TypeScript based fully-featured terminal for Proxmox projects
|
|
Provides the xterm.js frontend for the terminal feature in Proxmox projects'
|
|
web UI's, like for host administration or Proxmox VE containers shells.
|