5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-01-23 02:04:18 +03:00
Dietmar Maurer 5eef998292 fix binary type detection
We need to use wss:// instead of ws:// to avoid security errors.
2014-06-18 14:18:47 +02:00

17 lines
211 B
Makefile
Executable File

#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_HARDENING=1
clean:
make -C utils clean
dh clean
build:
make -C utils rebind.so
%:
dh ${@} --with quilt