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

override_dh_auto_build:
	uglifyjs -o dist/underscore.string.min.js dist/underscore.string.js
