#!/usr/bin/make -f

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

execute_after_dh_install:
	rm -fv $(CURDIR)/debian/gitsign/usr/bin/cli
