File: rules

package info (click to toggle)
golang-github-xtaci-kcp 5.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 464 kB
  • sloc: makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# examples/ folder is not for build, but just for docs
export DH_GOLANG_EXCLUDES := examples

override_dh_auto_test:
ifeq ($(filter nocheck, $(DEB_BUILD_OPTIONS)),)
	ulimit -n 2048 && dh_auto_test
endif

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