]> git.proxmox.com Git - pve-cluster.git/blame - debian/rules
buildsys: replace autotools with plain makefiles
[pve-cluster.git] / debian / rules
CommitLineData
fe000966
DM
1#!/usr/bin/make -f
2# -*- makefile -*-
3
4# Uncomment this to turn on verbose mode.
5#export DH_VERBOSE=1
6
fe000966 7%:
2fc19fdd 8 dh $@ --with=systemd
fe000966 9
46aefbc5 10override_dh_strip:
b444665c 11 dh_strip --dbgsym-migration='pve-cluster-dbg (<< 5.0-16)'
fe000966 12
170647bc
DM
13override_dh_systemd_start:
14 dh_systemd_start --restart-after-upgrade
15
b8e7156a 16override_dh_installinit: