File: rules

package info (click to toggle)
golang-github-aryann-difflib 0.0~git20210328.ff5ff6d-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# omit test binary and test-function
export DH_GOLANG_EXCLUDES := difflib_server difflib_test
export DH_GOLANG_EXCLUDES_ALL := 1

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