This commit removes local copies of websockify. Instead `utils/launch.sh` performs the following logic: If `utils/websockify` exists, use `utils/websockify/run` (if the latter does not exist, or is not executable, fail, since this is probably a mistake). Otherwise, check to see if websockify is installed somewhere (try `which websockify`). If it is, use that. Otherwise, clone websockify from github, and tell git to ignore that directory. Packaged versions of noVNC should simply list websockify as a requirement. The debian packaging has been updated to reflect this. Closes #433
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
Source: novnc
|
|
Section: web
|
|
Priority: optional
|
|
Maintainer: Joel Martin <github@martintribe.org>
|
|
Build-Depends: debhelper (>= 7.0.0~)
|
|
Standards-Version: 3.8.3
|
|
Homepage: https://github.com/kanaka/noVNC/
|
|
|
|
Package: novnc
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), websockify
|
|
Description: HTML5 VNC client
|
|
VNC client using HTML5 (WebSockets, Canvas) with encryption (wss://) support.
|