mirror of
https://git.proxmox.com/git/proxmox-backup-meta
synced 2025-08-16 03:57:20 +00:00

manually encoding the dh_ targets should be avoided if possible, if behavior needs to be altered one should use the override_dh_ mechanism Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 lines
114 B
Makefile
Executable File
10 lines
114 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
%:
|
|
dh $@
|