#!/usr/bin/make -f

export PYBUILD_NAME=virtualbmc

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

override_dh_installsystemd:
	dh_installsystemd --name vbmcd
