#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE := 1
export DEB_BUILD_OPTIONS := nocheck

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

override_dh_auto_install:
	dh_auto_install
	# the "enumgen" binary is useless outside of gocapability upstream development
	rm -r debian/golang-gocapability-dev/usr/bin
