d/rules: catch all dh rules goes to top
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
61b98d82f1
commit
7783849bf8
7
debian/rules
vendored
7
debian/rules
vendored
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user