golang-nhooyr-websocket (1.8.12-4)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.8.12-4 tag
- Git: https://salsa.debian.org/go-team/packages/golang-nhooyr-websocket.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 2715648
- Browser: https://salsa.debian.org/go-team/packages/golang-nhooyr-websocket
- Last scan: 2025-03-28 04:37:10+00
- Next scan: 2025-04-04 20:20:00+00
- CI pipeline status: success
- Debian changelog in Git:
golang-nhooyr-websocket (1.8.12-4) unstable; urgency=medium
* Another fix to patch application
-- John Goerzen <jgoerzen@complete.org> Tue, 03 Dec 2024 06:04:11 -0600
- This branch is 1 commit ahead of tag debian/1.8.12-4
- Git log:
commit b00c6abf13dd82c772a874c564026e4248343ba5
Author: Andreas Henriksson <andreas@fatal.se>
Date: Wed Jan 1 17:49:34 2025 +0100
Restore nhooyr.io/websocket import name.
This apparently still won't work if using go.mod
(which I guess basically everyone is by now), because it will then
just say things like:
```
src/github.com/gen2brain/cam2ip/handlers/socket.go:10:2: code in directory /build/cam2ip-1.6/_build/src/nhooyr.io/websocket expects import "gith
```
OTOH, if nhooyr.io/websocket import path is no longer supported
then it should also be dropped from debian/control.
According to codesearch.debian.net there are still several packages
using the old import path.