File: rules

package info (click to toggle)
golang-github-pion-interceptor 0.1.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
override_dh_auto_test:
	# FTBFS due to timeout so ignore on armhf
	-dh_auto_test
endif

override_dh_auto_install:
	dh_auto_install -- --no-binaries