* Tianon Gravi: > On 26 April 2016 at 22:50, Potter, Tim (HPE Linux Support) > <timothy.pot...@hpe.com> wrote: >> Hi there. Here is a patch to remove various Lintian errors that have >> popped up when >> building Golang 1.6.1 under Jessie. I'm not sure whether these >> warnings are new, >> for Go 1.6 or whether they are due to a Lintian upgrade. > > Any particular reason to add these as explicit overrides other than to > quiet lintian? They are legitimate issues, and they aren't "FTP > Master Rejects" issues (lintian --ftp-master-rejects),
"binary-from-other-architecture" is irrelevant for test data, so the override is correct. (How else would one test an ELF parser?) I'd add a comment explaining the override, though. "source-is-missing" is wrong for src/debug/elf/testdata/go-relocation-test* because all have been generated from hello.c, using different toolchains. src/runtime/race/README explains hso race_*.syso have been generated, so perhaps the corresponding sources ought to be added as a patch. Cheers -Hilko