Skip to content
Snippets Groups Projects
Commit e00ff53a authored by Cyril Brulebois's avatar Cyril Brulebois
Browse files

Switch (Build-|)Depends from golang-google-protobuf-dev to golang-goprotobuf-dev.

The former provides google.golang.org/protobuf; the latter provides
github.com/golang/protobuf, listed in go.mod. The discrepancy hasn't
been seen until now, because golang-github-gin-gonic-gin-dev pulls it
indirectly. This won't be the case after bumping that package from 1.6.x
to 1.8.x, so let's list the right package on our own.
parent a666c255
No related branches found
No related tags found
No related merge requests found
golang-nhooyr-websocket (1.8.7-3) UNRELEASED; urgency=medium
* Switch (Build-|)Depends from golang-google-protobuf-dev (which provides
google.golang.org/protobuf) to golang-goprotobuf-dev (which provides
github.com/golang/protobuf, listed in go.mod). The discrepancy hasn't
been seen until now, because golang-github-gin-gonic-gin-dev pulls it
indirectly. This won't be the case after bumping that package from
1.6.x to 1.8.x, so let's list the right package on our own.
-- Cyril Brulebois <cyril@debamax.com> Tue, 11 Oct 2022 11:27:00 +0000
golang-nhooyr-websocket (1.8.7-2) unstable; urgency=medium golang-nhooyr-websocket (1.8.7-2) unstable; urgency=medium
* Re-upload as source-only * Re-upload as source-only
......
...@@ -8,10 +8,10 @@ Build-Depends: debhelper-compat (= 13), ...@@ -8,10 +8,10 @@ Build-Depends: debhelper-compat (= 13),
dh-golang, dh-golang,
golang-any, golang-any,
golang-github-gin-gonic-gin-dev, golang-github-gin-gonic-gin-dev,
golang-google-protobuf-dev,
golang-github-google-go-cmp-dev, golang-github-google-go-cmp-dev,
golang-github-gorilla-websocket-dev, golang-github-gorilla-websocket-dev,
golang-github-klauspost-compress-dev, golang-github-klauspost-compress-dev,
golang-goprotobuf-dev,
golang-golang-x-time-dev golang-golang-x-time-dev
Standards-Version: 4.6.1.0 Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-nhooyr-websocket Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-nhooyr-websocket
...@@ -24,10 +24,10 @@ Package: golang-nhooyr-websocket-dev ...@@ -24,10 +24,10 @@ Package: golang-nhooyr-websocket-dev
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Depends: golang-github-gin-gonic-gin-dev, Depends: golang-github-gin-gonic-gin-dev,
golang-google-protobuf-dev,
golang-github-google-go-cmp-dev, golang-github-google-go-cmp-dev,
golang-github-gorilla-websocket-dev, golang-github-gorilla-websocket-dev,
golang-github-klauspost-compress-dev, golang-github-klauspost-compress-dev,
golang-goprotobuf-dev,
golang-golang-x-time-dev, golang-golang-x-time-dev,
${misc:Depends} ${misc:Depends}
Description: Minimal and idiomatic WebSocket library for Go (library) Description: Minimal and idiomatic WebSocket library for Go (library)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment