File: rules

package info (click to toggle)
golang-github-cyphar-filepath-securejoin 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang --with=golang

# don't fail tests on slow architectures
override_dh_auto_test:
ifeq (,$(filter $(DEB_HOST_ARCH), riscv64))
	dh_auto_test -- -timeout=20m
else
	-dh_auto_test -- -timeout=20min
endif