File: rules

package info (click to toggle)
node-grunt-cli 1.4.3%2B~3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: javascript: 389; sh: 12; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 417 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:
	cp completion/bash completion/grunt
	help2man -N --name 'JavaScript Task Runner' ./bin/grunt >grunt.1
	perl -i -pe 's/grunt-cli/grunt/g;s/GRUNT-CLI/GRUNT/g;' grunt.1

override_dh_fixperms:
	dh_fixperms
	chmod -x debian/node-grunt-cli/usr/share/bash-completion/completions/grunt