#!/usr/bin/make -f
# -*- makefile -*-

export DH_GOPKG := github.com/hashicorp/raft-boltdb

TMP     = $(CURDIR)/debian/$(PACKAGE)

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