#!/usr/bin/make -f

export DH_GOPKG = github.com/sagernet/sing

%:
	dh $@ --buildsystem=golang
