#!/usr/bin/make -f

%:
	dh $@ --buildsystem=python_distutils --with=python2 

override_dh_auto_build:
	make man
	make mnexec && cp mnexec bin/
	dh_auto_build
