#!/usr/bin/make -f

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

execute_after_dh_auto_install:
	rm -rf debian/golang-github-go-macaron-toolbox-dev/usr/share/gocode/src/github.com/go-macaron/toolbox/profile
