File: rules

package info (click to toggle)
simulate-event.js 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 140 kB
  • sloc: javascript: 642; makefile: 9
file content (19 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	browserify simulate-event.js -o dist/simulate-event.js
	cd dist && terser <simulate-event.js >simulate-event.min.js

override_dh_auto_test:
	# karma not available

override_dh_installdocs:
	dh_installdocs
	dh_nodejs_autodocs