#!/usr/bin/make -f

export DH_GOPKG := github.com/cloudfoundry/gosigar
export DH_GOLANG_EXCLUDES := examples

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

# The tests assume the presence of /etc/mtab, which is not necessarily there on
# a buildd. See https://github.com/cloudfoundry/gosigar/issues/27
override_dh_auto_test:
	:
