File: rules

package info (click to toggle)
node-npmrc 1.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: javascript: 963; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 391 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

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

override_dh_auto_build:
	help2man --version-string $(DEB_VERSION_UPSTREAM) -N -n "Switch between different .npmrc files" -o npmrc.1 ./npmrc.js

override_dh_fixperms:
	dh_fixperms
	chmod a+x debian/node-npmrc/usr/share/nodejs/npmrc/npmrc.js