golang-github-linuxkit-virtsock (0.0~git20220523.1a23e78+ds-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.0~git20220523.1a23e78+ds-2 > 0.0~git20220523.1a23e78+ds-1
- Git: https://salsa.debian.org/go-team/packages/golang-github-linuxkit-virtsock.git
- 
 
- Branch: debian/sid
- Path:  debian/changelog 
- Repo size: 155648
- Browser: https://salsa.debian.org/go-team/packages/golang-github-linuxkit-virtsock
- Last scan: 2025-10-26 21:48:04+00
- Next scan: 2025-11-01 19:39:00+00
- CI pipeline status: success
- Debian changelog in Git: golang-github-linuxkit-virtsock (0.0~git20220523.1a23e78+ds-2) UNRELEASED; urgency=medium
  * Do not build cmd/sock_stress and cmd/vsudd at all, since we are explicitly
    not shipping them. This addresses a FTBFS on arm64/riscv64, since
    cmd/vsudd uses syscall.Dup2 which does not exist in these architectures.
  * Use B-D dh-sequence-golang instead of dh --with golang.
  * Bump Standards-Version to 4.7.0, no changes needed.
 -- Faidon Liambotis <paravoid@debian.org>  Mon, 08 Apr 2024 12:53:56 +0300
- This branch is 3 commits ahead of tag debian/0.0_git20220523.1a23e78+ds-1
- Git log: commit c2b315f636b5a0645762d323aff15b191ee58094
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Mon Apr 8 12:54:13 2024 +0300
    Bump Standards-Version to 4.7.0, no changes needed
commit 76f623d6f7bf0bb1fbdf5bff392d7fbe7af088da
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Mon Apr 8 12:53:39 2024 +0300
    Use B-D dh-sequence-golang instead of dh --with golang
commit a94e5b785337429f3df63c0fb5135a3f7a19c13c
Author: Faidon Liambotis <paravoid@debian.org>
Date:   Mon Apr 8 12:51:21 2024 +0300
    Do not build cmd/sock_stress and cmd/vsudd at all
    
    ...since we are explicitly not shipping them. This addresses a FTBFS on
    arm64/riscv64, since cmd/vsudd uses syscall.Dup2 which does not exist in these
    architectures.