#!/usr/bin/make -f

export DH_GOPKG := github.com/libvirt/libvirt-go

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