File: rules

package info (click to toggle)
golang-github-linkedin-goavro 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 944 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_test:
	cp -a fixtures obj*/src/github.com/linkedin/goavro/
	dh_auto_test -O--buildsystem=golang

override_dh_auto_install:
	dh_auto_install -O--buildsystem=golang
	rm -rf ./debian/golang-github-linkedin-goavro-dev/usr/bin