Wolfgang Bumiller c6ef43b57f buildsys: add excludes to dh_fixperms
Instead of fixing up permissions manually as the make
install target is actually responsible for this (and already
doing it).

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-14 14:06:51 +01:00

14 lines
219 B
Makefile
Executable File

#!/usr/bin/make -f
override_dh_compress:
dh_compress -Xaplinfo.dat
override_dh_strip_nondeterminism:
dh_strip_nondeterminism -X.png
override_dh_fixperms:
dh_fixperms -Xpvemailforward -Xvar/log/pveproxy
%:
dh $@