#1146836 golang-github-domodwyer-mailyak: FTBFS with mismatch XS-Go-Import-Path

#1146836#5
Date:
2026-09-06 08:21:04 UTC
From:
To:
Dear Daniel, (cc'ed Go Team)

Since this package is not currently team-maintained, I am filing this
bug report instead of a Team Upload myself.

(For other Go Team members: if your packages has versioned major import
paths, please follow the same approach to transition to Module-Aware
Builds.)

1. This package is currently FTBFS with following error:
```
dh_auto_build: error: Unable to open directory debian/_build/src/github.com/domodwyer/mailyak/v3 No such file or directory
```
This because XS-Go-Import-Path isn't matches with Go Import Path from
go.mod. So that dh-golang cannot handle the filesystem structure.

2. Due to we are transition to Module, Aware Builds. Please rename the
source and binary package to align with it's Go Import Path under
module-aware naming convention by appending the major API version.

For more details:
https://wiki.debian.org/Teams/DebianGoTeam/MigrationFAQ#Solution

3. Please port the package to use `dh-go` instead of `dh-golang` as
dh-golang will possibily goes away for forky release.

PS. This is needed for port pocketbase under module-aware builds.

Best regards,