File: rules

package info (click to toggle)
node-jison 0.4.17%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: javascript: 1,923; yacc: 32; makefile: 23; sh: 1
file content (17 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_auto_build:
ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
	help2man -N -n 'JS bottom-up parsers generator' lib/cli.js > jison.1
endif

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/jison//usr/share/nodejs/jison/lib/cli.js