File: rules

package info (click to toggle)
golang-github-pion-ice.v2 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 684 kB
  • sloc: makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

execute_before_dh_auto_configure:
	rm -f mdns_test.go

ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el s390x))
override_dh_auto_test:
	# Ignore test on s390x and ppc64el
	-dh_auto_test
endif

override_dh_auto_install:
	dh_auto_install -- --no-binaries