File: rules

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

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

override_dh_auto_test:
	ulimit -n 2048 && dh_auto_test

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