#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	uglifyjs -o debian/jquery.lazyload.min.js jquery.lazyload.js

override_dh_auto_clean:
	rm -f debian/jquery.lazyload.min.js

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGELOG.textile
