]> git.proxmox.com Git - mirror_novnc.git/commit - debian/control
Version 0.1, debian packaging, license text.
authorJoel Martin <github@martintribe.org>
Thu, 14 Jul 2011 20:57:01 +0000 (15:57 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 14 Jul 2011 20:57:01 +0000 (15:57 -0500)
commitc0c143a1536870d43135df2a19024a48a4c3433c
treed122f13fc2e4a8da0e180132b1f68d1133b795fe
parent29c3cbee8b9bc47482e697869f4147ccf4a60f1e
Version 0.1, debian packaging, license text.

noVNC version 0.1

Add debian packaging directory loosely based on
http://trac.zentyal.org/browser/trunk/extra/novnc/debian

Show web root directory on startup (pulled from websockify f1c8223).

Lintian fixups:
    - Some license text clarifications.
    - remove executable permission on utils/launch.sh and
      include/web-socket-js/web_socket.js
    - Add executable permission to utils/launch.sh
12 files changed:
LICENSE.txt
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/novnc.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
docs/VERSION [new file with mode: 0644]
docs/packaging.txt [new file with mode: 0644]
include/web-socket-js/web_socket.js [changed mode: 0755->0644]
utils/launch.sh [changed mode: 0644->0755]
utils/websocket.py [changed mode: 0755->0644]