With #DEBHELPER# the manual maintained code will be autogenerated, no need to manually track which services and timers this packages has. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 lines
234 B
Makefile
Executable File
14 lines
234 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 $@ --with=systemd
|