File: rules

package info (click to toggle)
node-dot 1.1.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 304 kB
  • sloc: sh: 9; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
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:

override_dh_auto_test:
	mocha -R spec test/*.test.js
	mkdir node_modules
	ln -s .. node_modules/dot
	sh -ex debian/tests/cve-2020-8141
	rm -rf node_modules