#!/usr/bin/make -f

export PYBUILD_NAME=dsmtpd
export PYBUILD_TEST_PYTEST=1

%:
	dh $@ --with python3 --without python2 --buildsystem=pybuild --with quilt --with systemd
