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

override_dh_auto_build:
	mkdir -p dist
	uglifyjs raphael.js -o dist/raphael.min.js -c -m

clean:
	dh_clean dist
