#!/usr/bin/make -f

export LC_ALL=C.UTF-8

export PYBUILD_NAME=colormap

# headless graphics when running tests
export MPLCONFIGDIR=$(CURDIR)/debian/matplotlib

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	find debian/ -name .coverage | xargs rm -rf
