File: rules

package info (click to toggle)
node-stable 0.1.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: javascript: 153; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	rollup -c
	uglifyjs --comments \"/^!/\" -c -m -o ./stable.min.js ./stable.js