File: rules

package info (click to toggle)
golang-github-pion-sctp 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 888 kB
  • sloc: makefile: 13
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