File: rules

package info (click to toggle)
jquery-i18n.js 1.1.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 197 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 debian/jquery.i18n.min.js
	dh_auto_clean

override_dh_auto_build:
	uglifyjs jquery.i18n.js -o debian/jquery.i18n.min.js
	dh_auto_build