d/rules: catch all dh rules goes to top

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-19 18:15:05 +02:00
parent 61b98d82f1
commit 7783849bf8

7
debian/rules vendored
View File

@ -1,9 +1,11 @@
#!/usr/bin/make -f
include debian/rules.env
export REPOID=${REPOID_GENERATED}
%:
dh $@
override_dh_compress:
dh_compress -Xaplinfo.dat
@ -12,6 +14,3 @@ override_dh_strip_nondeterminism:
override_dh_fixperms:
dh_fixperms -Xpvemailforward -Xvar/log/pveproxy
%:
dh $@