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
15 lines
168 B
Makefile
Executable File
15 lines
168 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
clean:
|
|
make -C utils clean
|
|
dh clean
|
|
|
|
build:
|
|
make -C utils rebind.so
|
|
|
|
%:
|
|
dh ${@}
|