#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_auto_build:
	cp pyecm.py pyecm

execute_before_dh_auto_clean:
	rm -f pyecm
