#!/usr/bin/make -f

export LC_ALL=C.UTF-8
export PYBUILD_NAME=optimir

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

override_dh_installman:
	dh_installman debian/optimir.1
