summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 3668f414abced7991a9571b39a8384d7037ea803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

# Disable module-aware mode, required for compatibility with Go 1.16+
export GO111MODULE=off

%:
	dh $@ --with systemd

override_dh_installinit:
	dh_installinit --no-restart-on-upgrade --name xe-guest-utilities

override_dh_systemd_enable:
	dh_systemd_enable --name xe-guest-utilities.service