[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pat package - requesting help with //go:embed



Federico Grau <donfede@casagrau.org> writes:

>     src/github.com/la5nta/pat/internal/cmsapi/api.go:192:12: pattern gateway_status.json.gz: no matching files found

Add to debian/rules:

export DH_GOLANG_INSTALL_EXTRA := path/to/gateway_status.json.gz

For wildcards use something like:

export DH_GOLANG_INSTALL_EXTRA := $(wildcard path/to/*.sql)

/Simon

Attachment: signature.asc
Description: PGP signature


Reply to: