File: rules

package info (click to toggle)
golang-github-pion-webrtc.v3 3.1.56-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 2,392 kB
  • sloc: javascript: 595; sh: 28; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 262 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), s390x))
override_dh_auto_test:
	# Ignore test on s390x
	-dh_auto_test
endif

override_dh_auto_install:
	dh_auto_install -- --no-binaries