File: rules

package info (click to toggle)
golang-github-antlr-antlr4 4.11.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,292 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

#export DH_VERBOSE := 1
export DH_GOLANG_BUILDPKG := github.com/antlr/antlr4/runtime/Go/antlr
export DH_GOLANG_EXCLUDES := Cpp Python3
export DH_GOLANG_EXCLUDES_ALL := 1

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