File: rules

package info (click to toggle)
node-tap 0.4.13-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 388 kB
  • ctags: 80
  • sloc: makefile: 10; sh: 4
file content (21 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_install:
	dh_install
	chmod a+x debian/node-tap/usr/lib/nodejs/tap/bin/*.js

override_dh_auto_test:
	./bin/tap.js test/*.js

override_dh_auto_build: debian/tap.1

debian/tap.1:
	help2man -N -n "Test-Anything-Protocol module for Node.js" bin/tap.js -o "$@"