Package: golang-gopkg-yaml.v3-dev
Severity: serious
Version: 3.0.4-1
Hi,
when upgrading from trixie to testing, when upgrading
golang-gopkg-yaml.v3-dev gets updated from 3.0.1-3 to 3.0.4-1:
* in 3.0.1-3 (stable), /usr/share/gocode/src/gopkg.in/yaml.v3
is a directory.
* in 3.0.4-1 (unstable), /usr/share/gocode/src/gopkg.in/yaml.v3
is a symlink (to ../go.yaml.in/yaml/v3).
because golang-gopkg-yaml.v3-dev doesn't handle this in its maintainer
scripts, after the upgrade from 3.0.3-1 to 3.0.4-1, this results in
usr/share/gocode/src/gopkg.in/yaml.v3 being empty, leading other
packages that use golang-gopkg-yaml.v3-dev as build-depends to FTBFS
afterwards.
Please using dpkg-maintscript-helper to handle this, see:
https://manpages.debian.org/unstable/dpkg/dpkg-maintscript-helper.1.en.html#Switching_a_directory_to_symlink
Regards,
Daniel