#!/usr/bin/make -f

export PYBUILD_NAME=redminelib

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

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.rst
