#! /usr/bin/make -f

export PYBUILD_NAME=time-machine

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs docs/changelog.rst
