File: rules

package info (click to toggle)
node-browserify-lite 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 27
  • sloc: makefile: 14
file content (25 lines) | stat: -rwxr-xr-x 547 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
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_auto_test:
	nodejs test.js

override_dh_auto_build:
	debian/rules debian/browserify-lite.1

debian/browserify-lite.1:
	help2man --no-discard-stderr -N -n "bundle client-side JavaScript using Node.js-style module syntax" ./cli.js -o "$@"

override_dh_auto_clean:
	dh_auto_clean
	rm -f debian/browserify-lite.1

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/node-browserify-lite/usr/lib/nodejs/browserify-lite/cli.js