File: rules

package info (click to toggle)
node-es6-shim 0.35.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 680 kB
  • sloc: makefile: 9; sh: 2
file content (16 lines) | stat: -rwxr-xr-x 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

UGLIFYJS=uglifyjs --support-ie8 --keep-fnames --comments -m -b ascii_only=true,beautify=false

%:
	dh $@

override_dh_auto_build:
	$(UGLIFYJS) es6-shim.js --source-map=es6-shim.map > es6-shim.min.js
	$(UGLIFYJS) es6-sham.js --source-map=es6-sham.map > es6-sham.min.js

# Debian doesn't have all it takes
override_dh_auto_test:

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md