#!/usr/bin/make -f

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

.PHONY: get-orig-source
get-orig-source:
	XZ_OPT=-e uscan --noconf --verbose --destdir=$(CURDIR) \
	                --repack --compression xz

.DEFAULT_GOAL :=
