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

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

export DH_GOPKG := github.com/naoina/go-stringutil

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