File: rules

package info (click to toggle)
node-dateformat 5.0.3%2B~5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: javascript: 1,668; sh: 21; makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	babeljs src --out-dir lib
	babeljs --plugins @babel/transform-modules-commonjs src/dateformat.js -o lib/_dateformat.cjs
	cp debian/index.cjs lib/dateformat.cjs
	terser lib/dateformat.js -o lib/dateformat.js