#!/usr/bin/make -f

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

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

override_dh_auto_install: debian/moat-kv-ow@.service
	dh_auto_install
