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 file
Patch File delta Description
0001 Disable test for UserHomeDir.patch | (download)

src/os/os_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 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 !
src/syscall/mksyscall_libc.pl | 2 1 + 1 - 0 !
src/syscall/mksysctl_openbsd.pl | 2 1 + 1 - 0 !
src/syscall/mksysnum_dragonfly.pl | 2 1 + 1 - 0 !
src/syscall/mksysnum_freebsd.pl | 2 1 + 1 - 0 !
src/syscall/mksysnum_linux.pl | 2 1 + 1 - 0 !
src/syscall/mksysnum_netbsd.pl | 2 1 + 1 - 0 !
src/syscall/mksysnum_openbsd.pl | 2 1 + 1 - 0 !
8 files changed, 8 insertions(+), 8 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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 !
1 file changed, 7 insertions(+)

 skip userns test in schroot as well

When schroot is using overlayfs, it fails to detect it as chroot.