mirror of
https://git.proxmox.com/git/pve-manager
synced 2026-03-29 03:56:04 +00:00
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
|