File: rules

package info (click to toggle)
golang-github-pelletier-go-toml.v2 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,700 kB
  • sloc: sh: 209; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Include benchmark or test fixtures
export DH_GOLANG_INSTALL_EXTRA := benchmark/benchmark.toml

# Exclude toml_testgen_test.go generation tool
export DH_GOLANG_EXCLUDES := cmd/tomltestgen cmd/gotoml-test-decoder

%:
	dh $@ --builddirectory=_build --buildsystem=golang

override_dh_auto_install:
	dh_auto_install -- --no-binaries