File: rules

package info (click to toggle)
golang-github-docker-docker-credential-helpers 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 292 kB
  • sloc: ansic: 345; makefile: 79; sh: 48
file content (16 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_GOLANG_INSTALL_EXTRA := testdata/

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

override_dh_auto_build:
	dh_auto_build
	GOPATH=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE) \
	GOCACHE=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE)/go-build \
	       make pass secretservice

override_dh_auto_clean:
	dh_auto_clean
	rm -rf bin