File: rules

package info (click to toggle)
jquery-lazyload 1.7.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,392 kB
  • sloc: javascript: 197; makefile: 21
file content (16 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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