#!/usr/bin/make -f

export PYBUILD_NAME=zope.deprecation

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