File: rules

package info (click to toggle)
golang-github-mdlayher-netlink 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental
  • size: 372 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	# Workaround to skip integration tests. See https://bugs.debian.org/1004677
	rm -rf _build/src/github.com/mdlayher/netlink/internal/integration