#!/usr/bin/make -f

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

export DH_GOPKG := github.com/abbot/go-http-auth

%:
	dh $@ --buildsystem=golang --with=golang --builddirectory=_build
override_dh_auto_configure:
	dh_auto_configure
	## Install test data files:
	cp -v test.*  _build/src/$(DH_GOPKG)/$(AWS_CREDENTIALS_PATH)/
