File: rules

package info (click to toggle)
golang-github-urfave-cli-v3 3.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,676 kB
  • sloc: sh: 26; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := /docs /examples /scripts
export DH_GOLANG_GO_GENERATE := 1
export DH_GOLANG_INSTALL_EXTRA := autocomplete

%:
	dh $@ --builddirectory=debian/build --buildsystem=golang