File: rules

package info (click to toggle)
golang-github-j-keck-arping 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES = cmd

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

# One of the tests requires cap_net_raw, so run tests under autopkgtest
override_dh_auto_test:

autopkgtest:
	dh_auto_test -O--builddirectory=_build -O--buildsystem=golang