mirror of
git://git.proxmox.com/git/novnc-pve.git
synced 2025-01-06 17:17:58 +03:00
a7e88cd9e9
generate pveui.js from include/ui.js with a patch Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
10 lines
139 B
Makefile
Executable File
10 lines
139 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_BUILD_HARDENING=1
|
|
|
|
%:
|
|
dh ${@} --with quilt
|