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

override_dh_auto_build:
	uglifyjs -o \
		$(CURDIR)/app.min.js \
		$(CURDIR)/js/public/app.js

get-orig-source:
	uscan --verbose --rename --force
