File: rules

package info (click to toggle)
golang-github-cyphar-filepath-securejoin 0.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 388 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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