File: rules

package info (click to toggle)
golang-github-vaughan0-go-ini 0.0~git20130923.0.a98ad7e-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, trixie
  • size: 76 kB
  • sloc: makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DH_GOPKG := github.com/vaughan0/go-ini

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

override_dh_auto_test:
	cp -v *.ini _build/src/$(DH_GOPKG)/
	dh_auto_test
	$(RM) -v _build/src/$(DH_GOPKG)/*.ini