]> git.proxmox.com Git - pve-installer.git/blob - debian/rules
d/control: use misc:Depends and shlibs:Depends dh variables
[pve-installer.git] / debian / rules
1 #!/usr/bin/make -f
2 # See debhelper(7) (uncomment to enable)
3 # output every command that modifies files on the build system.
4 #DH_VERBOSE = 1
5
6
7 %:
8 dh $@
9
10 override_dh_missing:
11 dh_missing --fail-missing
12
13 override_dh_auto_test:
14 # do nothing here