]> git.proxmox.com Git - novnc-pve.git/blob - debian/rules
pve_show_msg: allow undefined value for parameter 'permanent'
[novnc-pve.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 export DEB_BUILD_HARDENING=1
7
8 clean:
9 make -C utils clean
10 dh clean
11
12 build:
13 make -C utils rebind.so
14
15 %:
16 dh ${@} --with quilt