File: rules

package info (click to toggle)
golang-github-urfave-cli-v2 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,376 kB
  • sloc: sh: 17; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := altsrc build example-cli example-hello-world
export DH_GOLANG_INSTALL_EXTRA := autocomplete

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