File: rules

package info (click to toggle)
golang-github-pelletier-go-toml 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 692 kB
  • sloc: sh: 46; makefile: 26
file content (10 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Include test fixtures
export DH_GOLANG_INSTALL_EXTRA := $(wildcard *.toml)

# Exclude toml_testgen_test.go generation tool
export DH_GOLANG_EXCLUDES := cmd/tomltestgen

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