File: rules

package info (click to toggle)
jquery-areyousure 1.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: javascript: 214; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@

execute_before_dh_auto_clean:
	rm -f jquery.are-you-sure.min.js

execute_before_dh_auto_build:
	uglifyjs -o jquery.are-you-sure.min.js jquery.are-you-sure.js