Hi Tong, On Tue, Dec 31, 2019 at 4:11 PM Tong Sun <suntong...@users.sourceforge.net> wrote: > > sh: 0: Can't open ffcvt_cli.sh
The file is missing from the Go workspace in BUILDDIR. You can use one of these statements in d/rules to copy the files: export DH_GOLANG_INSTALL_EXTRA := ffcvt_cli.sh ffcvt_cli.yaml export DH_GOLANG_INSTALL_ALL := 1 In addition, the package gains two build prerequisites: easygen golang-github-go-easygen-easygen-dev To make it easy, I filed an MR for you that builds locally with sbuild (but with a useless changelog entry): https://salsa.debian.org/go-team/packages/ffcvt/merge_requests/1 Kind regards Felix Lechner