Control: tag -1 pending Hello,
Bug #952173 in dh-golang reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/go-team/packages/dh-golang/-/commit/30ca6edc986fac74dbf85ac9b5cb0cdf958182ce ------------------------------------------------------------------------ Replace / / with ' ' as pattern in Perl split() calls emulating awk’s behaviour such that leading whitespace and consecutive spaces do not become empty strings in the resulting list. This was the case with golang-gopkg-gorethink-gorethink.v3 when its DH_GOLANG_EXCLUDES created empty string patterns, such that "grep { !/$pattern/ } @targets" stripped the list empty and caused e.g. "go test" call to fail. That FTBFS did not happen before dh-golang 1.46 as it was hidden by Perl 5’s peculiar feature: “If the PATTERN evaluates to the empty string, the last successfully matched regular expression is used instead.” See https://metacpan.org/pod/perlop#The-empty-pattern and https://github.com/Perl/perl5/issues/17577 for more information. Closes: #952173 ------------------------------------------------------------------------ (this message was generated automatically) -- Greetings https://bugs.debian.org/952173