#!/usr/bin/make -f
#DH_VERBOSE = 1

CFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS)

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

override_dh_auto_build:
	make man
	make mnexec
	dh_auto_build

override_dh_clean:
	make clean
	dh_clean
