#!/usr/bin/make -f

export DH_GOPKG := github.com/jonboulle/clockwork

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

override_dh_auto_install:
	dh_auto_install
	rm -rf ${CURDIR}/debian/golang-clockwork-dev/usr/bin
