File: rules

package info (click to toggle)
node-https-proxy-agent 5.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: javascript: 348; exp: 9; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_build:
	mkdir --parents node_modules/@types
	ln -s /usr/share/nodejs/@types/debug node_modules/@types
	ln -s /usr/share/nodejs/@types/node  node_modules/@types
	ln -s /usr/share/nodejs/agent-base/dist/src node_modules/@types/agent-base
	tsc