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>
This commit is contained in:
Wolfgang Bumiller 2017-11-13 10:37:33 +01:00 committed by Fabian Grünbichler
parent ff5fcc8a54
commit 8bbf53d332

6
debian/rules vendored
View File

@ -7,11 +7,7 @@ override_dh_strip_nondeterminism:
dh_strip_nondeterminism -X.png
override_dh_fixperms:
dh_fixperms
find debian -name 'pvemailforward' -exec chown root:www-data {} +
find debian -name 'pvemailforward' -exec chmod 2755 {} +
find debian -type d -name 'pveproxy' -exec chown www-data:www-data {} +
find debian -type d -name 'pveproxy' -exec chmod 700 {} +
dh_fixperms -Xpvemailforward -Xvar/log/pveproxy
%:
dh $@