File: rules

package info (click to toggle)
golang-github-urfave-cli-v2 2.25.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,188 kB
  • sloc: makefile: 41; sh: 28
file content (12 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := build example-cli example-hello-world
export DH_GOLANG_INSTALL_ALL := 1
export DH_GOLANG_GO_GENERATE := 1
export GOIMPORTS_BIN := /usr/bin/goimports

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

execute_after_dh_auto_configure:
	cp -v flag-spec.yaml _output/src/github.com/urfave