File: rules

package info (click to toggle)
golang-github-pion-interceptor 0.1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie, trixie-proposed-updates
  • size: 764 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
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