#!/usr/bin/make -f

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

override_dh_installsystemd:
	dh_installsystemd --no-start mirror-dedupe.service
	dh_installsystemd --name=mirror-dedupe mirror-dedupe.timer
