File: rules

package info (click to toggle)
golang-github-go-ping-ping 0.0~git20210312.d90f377-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: makefile: 33
file content (12 lines) | stat: -rwxr-xr-x 192 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 $@ --buildsystem=golang --with=golang

override_dh_auto_test:
	# needs internet

autopkgtest:
	dh_auto_test -O--buildsystem=golang