#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	yui-compressor excanvas.js -o excanvas.min.js;

override_dh_auto_clean:
	rm -f *.min.js
