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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
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 (= 10),
dh-python,
openstack-pkg-tools,
python3-all,
Build-Depends-Indep:
gettext,
node-po2json,
python3-greenlet,
Standards-Version: 4.1.3
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
Package: novnc
Architecture: all
Depends:
adduser,
python3-novnc,
python3-numpy,
websockify,
${misc:Depends},
${python3: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.
Package: python3-novnc
Architecture: all
Section: python
Depends:
python3-oslo.config,
python3-pil,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python3-nova,
Description: HTML5 VNC client - Python 3.x libraries
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 installs the core Python 3.x parts of NoVNC.
|