#!/usr/bin/make -f

export DH_GOPKG := github.com/go-xorm/xorm
export DH_GOLANG_EXCLUDES := examples

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