#!/usr/bin/make -f

export PYBUILD_NAME=moat-link-notify
%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_install:
	$(MAKE) installsystemd PREFIX=debian/moat-link-notify
