Package: golang-github-domodwyer-mailyak Version: 3.6.2-4 Severity: normal Tags: ftbfs X-Debbugs-Cc: [email protected], [email protected]
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, -Andrew
