#!/usr/bin/make -f

export PYBUILD_NAME=novaagent
export PYBUILD_INSTALL_ARGS=--install-scripts=../tmp/usr/bin

%:
	dh $@ --with systemd,python3 --buildsystem=pybuild

override_dh_installinit:
	dh_installinit --no-restart-on-upgrade --name nova-agent
