File: rules

package info (click to toggle)
greenbone-security-assistant 22.9.1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 16,440 kB
  • sloc: javascript: 151,873; makefile: 12
file content (18 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export HOME = $(CURDIR)/debian/home
export NODE_OPTIONS=--openssl-legacy-provider

$(CURDIR)/debian/home:
	mkdir -p $(CURDIR)/debian/home

%: $(CURDIR)/debian/home
	dh $@

override_dh_auto_build:
	dh_auto_build
	yarnpkg
	yarnpkg build

override_dh_install:
	dh_install -XLICENSE