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

%:
	dh $@ 

override_dh_installchangelogs:
	dh_installchangelogs README.textile

override_dh_auto_build:
	mkdir -p debian/tmp-build
	uglifyjs -o debian/tmp-build/jquery.lazyload.min.js --no-copyright jquery.lazyload.js

override_dh_auto_clean:
	rm -rf debian/tmp-build
