Hi Simon,
> Thanks for this (and many other!) patches. I uploaded your patch, but
> it seems the package is still not reproducible. Any ideas?
I think I might have confused debhelper's Golang build layout with the
one for Rust or some other language. The patch should be:
execute_after_dh_auto_test:
- rm -fv
obj-$(DEB_BUILD_GNU_TYPE)/src/github.com/akavel/rsrc/testdata/testdata.exe
+ rm -fv _build/src/github.com/akavel/rsrc/testdata/testdata.exe
Best wishes,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] 🍥 chris-lamb.co.uk
`---- a/debian/rules 2026-01-05 11:23:46.960532982 -0800
--- b/debian/rules 2026-01-05 11:25:06.535743940 -0800
@@ -4,7 +4,7 @@
dh $@ --builddirectory=_build --buildsystem=golang
execute_after_dh_auto_test:
- rm -fv
obj-$(DEB_BUILD_GNU_TYPE)/src/github.com/akavel/rsrc/testdata/testdata.exe
+ rm -fv _build/src/github.com/akavel/rsrc/testdata/testdata.exe
override_dh_auto_install:
dh_auto_install -- --no-binaries