#!/usr/bin/make -f

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

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

# Tests randomly failed in build environment.
override_dh_auto_test:
