File: rules

package info (click to toggle)
golang-github-knadh-koanf 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

override_dh_auto_test:
	# copy test files to build env
	cp -a mock obj-*/src/github.com/knadh/koanf
	HOME= \
	dh_auto_test

override_dh_auto_install:
	dh_auto_install
	rm -rf ./debian/golang-github-knadh-koanf-dev/usr/bin