#!/usr/bin/make -f

export MPLCONFIGDIR=$(CURDIR)/debian/temp

%:
	dh $@ 

override_dh_auto_clean:
	dh_auto_clean
	rm -rf $(CURDIR)/debian/temp
