File: rules

package info (click to toggle)
golang-github-pelletier-go-toml 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 744 kB
  • sloc: sh: 37; makefile: 26
file content (10 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
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