1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: novnc
Section: web
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
Build-Depends-Indep:
gettext,
node-commander,
node-po2json,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/novnc
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/novnc.git
Homepage: https://github.com/novnc/noVNC
Rules-Requires-Root: no
Package: novnc
Architecture: all
Depends:
adduser,
nodejs,
net-tools,
websockify,
${misc:Depends},
${shlibs:Depends},
Suggests:
python-nova,
Description: HTML5 VNC client - daemon and programs
noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support
client that runs well in any modern browser including mobile browsers
(iPhone/iPad and Android). More than 16 companies/projects have integrated
noVNC into their products including Ganeti Web Manager, OpenStack, and
OpenNebula.
.
This package contains the daemon and programs.
|