File: rules

package info (click to toggle)
blockui 2.70-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: javascript: 425; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	rm -f jquery.blockUI.min.js
	dh_auto_clean

override_dh_auto_build:
	uglifyjs jquery.blockUI.js -o jquery.blockUI.min.js
	dh_auto_build