#!/usr/bin/make -f

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

execute_after_dh_auto_install:
	# remove "example" binary
	rm -rfv debian/golang-github-akosmarton-papipes-dev/usr/bin
