Dear Toddy and Felix, On Sun, Jul 12, 2026 at 5:08 PM Félix Sipma <[email protected]> wrote: > If it can help, I just tried to build restic with dh-golang 1.66~exp2 > and it failed with this error: > > dh_auto_build > go: errors parsing go.work: > obj-x86_64-linux-gnu/go.work:42: replace > github.com/cncf/xds/go/udpa/data/orca/v1: invalid module path > obj-x86_64-linux-gnu/go.work:43: replace > github.com/cncf/xds/go/udpa/service/orca/v1: invalid module path > obj-x86_64-linux-gnu/go.work:44: replace > github.com/cncf/xds/go/udpa/type/v1: invalid module path
Good catch! After inversitate. I found the golang-github-cncf-xds-dev package doesn't ship go.mod under it's submodule directory /usr/share/gocode/src/github.com/cncf/xds/go/. This is a proof that we need to do binNMU for -dev packages as well. Best regards, -- -Andrew
