Hi Balachandran, On Sun, Sep 6, 2026 at 2:22 PM Balachandran Sivakumar <[email protected]> wrote: > Noticed a few when following these steps > > 1. dh-make-golang defines a dependency on golang 1.24 in its go.mod > file. But the `debian/control` requires golang-any >1.21. This will fail > to build because of the use of strings.SplitSeq which is available from > >=1.24
You may simply drop the version build-deps for golang-any as the default available version from Trixie is already >= 1.24. > 2. A few dependencies are changing, either because a direct dependency > has synced with their upstream and so the transitive dependency has > changed, or we don't require that any more. Under module-aware builds with `dh-go`, the build-deps should matches what's from go.mod file. > 3. sbuild fails for github.com/google/go-github. I'm still debugging > this. Will have an update by tomorrow. Thanks Cool. I can also help for debug if you can share the error via salsa-ci or paste here. Best regards, -- -Andrew
