#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang

# These testdata are not needed in built packages, removing them
# keeps the -dev package small.
execute_before_dh_auto_install:
	rm -r _build/src/github.com/package-url/packageurl-go/testdata/purl-spec
