[Pkg-golang-commits] [golang] 01/01: more lintian suppressions (and use some wildcards)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Aug 30 08:07:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

mwhudson-guest pushed a commit to branch golang-1.9
in repository golang.

commit 601bb2c092e2add5ecacfda6fd4447c61b12227e
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Wed Aug 30 20:06:40 2017 +1200

    more lintian suppressions (and use some wildcards)
---
 debian/source/lintian-overrides    | 23 +++++++----------------
 debian/source/lintian-overrides.in | 23 +++++++----------------
 2 files changed, 14 insertions(+), 32 deletions(-)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index a866bee..fdb7d65 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -11,27 +11,15 @@ golang-1.9 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata
 golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
 golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
 golang-1.9 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-obj
-golang-1.9 source: source-contains-prebuilt-binary src/runtime/race/race_linux_amd64.syso
+golang-1.9 source: source-contains-prebuilt-binary src/runtime/race/*.syso
+golang-1.9 source: source-is-missing src/runtime/race/*.syso
 
 # All these files are compiled from src/debug/elf/testdata/hello.c
 # with various toolchain and options to be used as test data for the
 # elf parser.
-golang-1.9 source: source-is-missing src/debug/elf/testdata/compressed-32.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/compressed-64.obj
 golang-1.9 source: source-is-missing src/debug/elf/testdata/gcc-386-freebsd-exec
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-arm.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-x86.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc531-s390x.obj
-golang-1.9 source: source-is-missing src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/gcc-amd64-linux-exec
+golang-1.9 source: source-is-missing src/debug/elf/testdata/*.obj
 
 # These files are compiled from src/debug/dwarf/testdata/line2.c with clang and gcc.
 golang-1.9 source: source-is-missing src/debug/dwarf/testdata/line-clang.elf
@@ -40,5 +28,8 @@ golang-1.9 source: source-is-missing src/debug/dwarf/testdata/line-gcc.elf
 # Compiled from src/debug/dwarf/testdata/typedef.c with dwarf version 4.
 golang-1.9 source: source-is-missing src/debug/dwarf/testdata/typedef.elf4
 
+golang-1.9 source: source-is-missing src/runtime/pprof/testdata/test*
+golang-1.9 source: source-is-missing src/go/internal/gccgoimporter/testdata/*.gox
+
 # This is not a typo.
 golang-1.9 source: unknown-file-in-debian-source lintian-overrides.in
diff --git a/debian/source/lintian-overrides.in b/debian/source/lintian-overrides.in
index f0918ac..da25077 100644
--- a/debian/source/lintian-overrides.in
+++ b/debian/source/lintian-overrides.in
@@ -7,27 +7,15 @@ golang-X.Y source: source-contains-prebuilt-windows-binary src/debug/pe/testdata
 golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
 golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
 golang-X.Y source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-obj
-golang-X.Y source: source-contains-prebuilt-binary src/runtime/race/race_linux_amd64.syso
+golang-X.Y source: source-contains-prebuilt-binary src/runtime/race/*.syso
+golang-X.Y source: source-is-missing src/runtime/race/*.syso
 
 # All these files are compiled from src/debug/elf/testdata/hello.c
 # with various toolchain and options to be used as test data for the
 # elf parser.
-golang-X.Y source: source-is-missing src/debug/elf/testdata/compressed-32.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/compressed-64.obj
 golang-X.Y source: source-is-missing src/debug/elf/testdata/gcc-386-freebsd-exec
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-arm.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-x86.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc531-s390x.obj
-golang-X.Y source: source-is-missing src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj
+golang-X.Y source: source-is-missing src/debug/elf/testdata/gcc-amd64-linux-exec
+golang-X.Y source: source-is-missing src/debug/elf/testdata/*.obj
 
 # These files are compiled from src/debug/dwarf/testdata/line2.c with clang and gcc.
 golang-X.Y source: source-is-missing src/debug/dwarf/testdata/line-clang.elf
@@ -36,5 +24,8 @@ golang-X.Y source: source-is-missing src/debug/dwarf/testdata/line-gcc.elf
 # Compiled from src/debug/dwarf/testdata/typedef.c with dwarf version 4.
 golang-X.Y source: source-is-missing src/debug/dwarf/testdata/typedef.elf4
 
+golang-X.Y source: source-is-missing src/runtime/pprof/testdata/test*
+golang-X.Y source: source-is-missing src/go/internal/gccgoimporter/testdata/*.gox
+
 # This is not a typo.
 golang-X.Y source: unknown-file-in-debian-source lintian-overrides.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list