File: rules

package info (click to toggle)
golang-github-hashicorp-hcl 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, bullseye, bullseye-backports, experimental, forky, sid, trixie
  • size: 1,028 kB
  • sloc: makefile: 22
file content (15 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# tests have fixtures (especially ".hcl" files to parse)
#export DH_GOLANG_INSTALL_ALL := 1
export DH_GOLANG_INSTALL_EXTRA := \
	hcl/fmtcmd/test-fixtures \
	hcl/parser/test-fixtures \
	hcl/printer/testdata \
	hcl/test-fixtures \
	json/parser/test-fixtures \
	json/test-fixtures \
	test-fixtures

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