#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk export DH_VERBOSE=1 export DH_GOLANG_INSTALL_EXTRA := collector/fixtures BUILDDIR := $(CURDIR)/build %: dh $@ --buildsystem=golang --with=golang --builddir=$(BUILDDIR) override_dh_auto_install: cp -v $(BUILDDIR)/bin/mongodb_exporter \ debian/$(DEB_SOURCE)/usr/bin/$(DEB_SOURCE)