#!/usr/bin/make -f

export LC_ALL=C.UTF-8
export PYBUILD_NAME=hpack
export PYBUILD_AFTER_TEST=rm -r {build_dir}/.hypothesis

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

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.rst
