]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
xtermjs: hard-depent on proxmox-termproxy for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 Oct 2023 08:44:06 +0000 (10:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Oct 2023 08:49:54 +0000 (10:49 +0200)
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>
xterm.js/debian/control

index 5069d1ba4c35c64320db658f933ee65d71e7ac52..71cf01f64790841cb396831d0d58c0fc97d96324 100644 (file)
@@ -11,8 +11,7 @@ Rules-Requires-Root: no
 
 Package: pve-xtermjs
 Architecture: all
-Depends: ${misc:Depends},
-Recommends: proxmox-termproxy
+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.