File: rules

package info (click to toggle)
golang-github-yuin-goldmark 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,444 kB
  • sloc: ansic: 76; makefile: 34
file content (7 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := _benchmark/cmark/.gitignore
export DH_GOLANG_INSTALL_EXTRA := _benchmark _test extension/_test

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