File: rules

package info (click to toggle)
node-execa 4.1.0%2Bdfsg%2B~cs19.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,804 kB
  • sloc: javascript: 2,966; makefile: 6; sh: 4
file content (14 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

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

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

%:
	dh $@

override_dh_auto_build:
	echo 'int main() { return 0; }' | gcc -x c -o test/fixtures/fast-exit-linux -
	dh_auto_build --buildsystem=nodejs