Package: lintian Version: 2.5.47 Severity: normal Tags: patch Hi,
Since in the pkg-go team we started using golang-any to depend on golang-go or gccgo depending on the architecture, lintian started to give errors about static binaries, which need to be overriden in each package. This simple change would fix the issue: --- /usr/share/lintian/checks/binaries.pm 2016-09-30 11:17:17.415367801 +0000 +++ /tmp/binaries.pm 2016-09-30 11:21:34.247373905 +0000 @@ -251,8 +251,9 @@ my $src = $group->get_source_processable; if (defined($src)) { - $built_with_golang - = $src->info->relation('build-depends')->implies('golang-go'); + $built_with_golang = ( + $src->info->relation('build-depends')->implies('golang-go') || + $src->info->relation('build-depends')->implies('golang-any')); } # process all files in package -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages lintian depends on: ii binutils 2.27-8 ii bzip2 1.0.6-8 ii diffstat 1.61-1 ii file 1:5.28-4 ii gettext 0.19.8.1-1 ii hardening-includes 2.8+nmu2 ii intltool-debian 0.35.0+20060710.4 ii libapt-pkg-perl 0.1.29+b6 ii libarchive-zip-perl 1.59-1 ii libclass-accessor-perl 0.34-1 ii libclone-perl 0.38-2+b1 ii libdpkg-perl 1.18.10 ii libemail-valid-perl 1.200-1 ii libfile-basedir-perl 0.07-1 ii libipc-run-perl 0.94-1 ii liblist-moreutils-perl 0.416-1+b1 ii libparse-debianchangelog-perl 1.2.0-10 ii libperl5.24 [libdigest-sha-perl] 5.24.1~rc3-2 ii libtext-levenshtein-perl 0.13-1 ii libtimedate-perl 2.3000-2 ii liburi-perl 1.71-1 ii libyaml-libyaml-perl 0.63-1+b1 ii man-db 2.7.5-1 ii patchutils 0.3.4-1 ii perl 5.24.1~rc3-2 ii t1utils 1.39-2 ii xz-utils 5.1.1alpha+20120614-2.1 Versions of packages lintian recommends: ii dpkg 1.18.10 ii libperlio-gzip-perl 0.19-1+b2 ii perl 5.24.1~rc3-2 ii perl-modules-5.22 [libautodie-perl] 5.22.2-5 ii perl-modules-5.24 [libautodie-perl] 5.24.1~rc3-2 Versions of packages lintian suggests: pn binutils-multiarch <none> ii dpkg-dev 1.18.10 ii libhtml-parser-perl 3.72-2+b1 ii libtext-template-perl 1.46-1 -- no debconf information