mirror of
git://git.proxmox.com/git/novnc-pve.git
synced 2025-01-23 02:04:18 +03:00
5eef998292
We need to use wss:// instead of ws:// to avoid security errors.
17 lines
211 B
Makefile
Executable File
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
|