#!/usr/bin/make -f export DH_GOLANG_INSTALL_EXTRA := \ pkg/dwarf/line/_testdata _fixtures export DH_GOLANG_EXCLUDES := _fixtures service/dap/daptest/gen export MAN_OUTPUT := $(CURDIR)/debian/ %: dh $@ --buildsystem=golang --with=golang override_dh_auto_install: dh_auto_install -- --no-source override_dh_auto_build: DH_GOLANG_GO_GENERATE=1 \ DH_GOLANG_BUILDPKG=github.com/go-delve/delve/pkg/proc/internal/ebpf \ dh_auto_build dh_auto_build -- -tags exp.linuxppc64le,exp.linuxriscv64 override_dh_auto_test: dh_auto_test -- -tags exp.linuxppc64le,exp.linuxriscv64