File: rules

package info (click to toggle)
moment-timezone.js 0.5.23%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 135,944 kB
  • sloc: makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	uglifyjs moment-timezone.js -o moment-timezone.min.js
	uglifyjs moment-timezone-utils.js -o moment-timezone-utils.min.js
	dh_auto_build

override_dh_auto_clean:
	rm -f moment-timezone.min.js
	rm -f moment-timezone-utils.min.js
	dh_auto_clean