#!/usr/bin/make -f

export PYBUILD_NAME=moat-kv-knx
%:
	dh $@ --with python3 --buildsystem=pybuild

debian/moat-kv-knx@.service: systemd/moat-kv-knx@.service
	cp $< $@
