File: rules

package info (click to toggle)
node-http-server 14.1.1%2B~cs3.16.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,124 kB
  • sloc: javascript: 5,747; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_install:
	dh_install
	rm debian/node-http-server/usr/share/nodejs/http-server/node_modules/eol/index.html

override_dh_installdocs:
	dh_installdocs
	dh_nodejs_autodocs