File: rules

package info (click to toggle)
golang-github-valyala-quicktemplate 1.8.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 492 kB
  • sloc: makefile: 16; xml: 15
file content (10 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := \
	\.gitignore \
	^qtc/ \
	examples/ \
	# EOL

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