On 2/23/26 13:23, Eric Dorland wrote:
Concrete example: github.com/mholt/acmez/v3, which presumably has API
incompatiblities with the original github.com/mholt/acmez. The
existing golang-github-mholt-acmez is already packaged. Is it
acceptable to package this separately as golang-github-mholt-acmez-v3?
dh-make-golang seems to imply it's not:
2026/02/23 12:25:51 Continuing with repository root "github.com/mholt/acmez" ins
tead of specified import path "github.com/mholt/acmez/v3" (repositories are the
unit of packaging in Debian)
But I couldn't immediately find an example of this in the
documentation. It would be convenient to be able to install both at
the same time to ease transition issues.
I brought this up some months ago:
https://lists.debian.org/debian-go/2025/10/msg00013.html
which resulted in the following merge request to update
<https://go-team.pages.debian.net/packaging.html>:
https://salsa.debian.org/go-team/go-team.pages.debian.net/-/merge_requests/11
I got distracted and didn't follow up on that MR until just now; reviews
would be appreciated.
I plan on opening some MRs to dh-make-golang to make it conform to that
go-team.pages.debian.net MR.
-Richard