#!/usr/bin/make -f
# -*- makefile -*-

export DH_GOLANG_INSTALL_EXTRA := \
	examples/bash-completion \
	# EO

%:
	dh $@ --builddirectory=_build

override_dh_auto_install:
	dh_auto_install -- --no-binaries
