Package: golang-1.19 / 1.19.8-2~bpo11+1
Metadata
Package | Version | Patches format |
---|---|---|
golang-1.19 | 1.19.8-2~bpo11+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Disable test for UserHomeDir.patch | (download) |
src/os/os_test.go |
2 2 + 0 - 0 ! |
disable test for userhomedir. On Debian buildds, the user home dir does not exist, so this test fails. |
0002 Fix Lintian warnings about wrong interpreter path.patch | (download) |
src/syscall/mksyscall.pl |
2 1 + 1 - 0 ! |
fix lintian warnings about wrong interpreter path The command used for this change is as follows: grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl," |
0005 cmd dist increase default timeout scale for arm.patch | (download) |
src/cmd/dist/test.go |
2 1 + 1 - 0 ! |
[patch] cmd/dist: increase default timeout scale for arm |
0006 skip userns test in schroot as well.patch | (download) |
src/syscall/exec_linux_test.go |
7 7 + 0 - 0 ! |
skip userns test in schroot as well When schroot is using overlayfs, it fails to detect it as chroot. |