#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples/

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

# Skip the tests right now since we can't build the pebble test
override_dh_auto_test:
	true
