[Pkg-golang-commits] [golang] 04/05: Suppress inaccurate source-is-missing lintian warnings.

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Tue Jul 19 22:46:50 UTC 2016


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

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

commit 018791832fba9d14b226594a43fc3d9f07a88011
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Wed Jul 20 10:44:00 2016 +1200

    Suppress inaccurate source-is-missing lintian warnings.
---
 debian/changelog                   |  4 ++++
 debian/source/lintian-overrides    | 30 ++++++++++++++++++++++++++++++
 debian/source/lintian-overrides.in | 30 ++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 905a821..1e27b18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 golang-1.7 (1.7~rc2-2) UNRELEASED; urgency=medium
 
+  [ Tianon Gravi ]
   * Remove outdated README files (README.source and README.Debian)
 
+  [ Michael Hudson-Doyle ]
+  * Suppress inaccurate source-is-missing lintian warnings. 
+
  -- Tianon Gravi <tianon at debian.org>  Mon, 11 Jul 2016 18:31:57 -0700
 
 golang-1.7 (1.7~rc2-1) unstable; urgency=medium
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index bc3f4e2..a63b958 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -12,3 +12,33 @@ golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-rel
 golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
 golang-1.7 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-obj
 golang-1.7 source: source-contains-prebuilt-binary src/runtime/race/race_linux_amd64.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.7 source: source-is-missing src/debug/elf/testdata/compressed-32.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/compressed-64.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/gcc-386-freebsd-exec
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-arm.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-x86.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc531-s390x.obj
+golang-1.7 source: source-is-missing src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj
+
+# These files are compiled from src/debug/dwarf/testdata/line2.c with clang and gcc.
+golang-1.7 source: source-is-missing src/debug/dwarf/testdata/line-clang.elf
+golang-1.7 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.7 source: source-is-missing src/debug/dwarf/testdata/typedef.elf4
+
+# This is not a typo.
+golang-1.7 source: unknown-file-in-debian-source lintian-overrides.in
diff --git a/debian/source/lintian-overrides.in b/debian/source/lintian-overrides.in
index c54668a..f0918ac 100644
--- a/debian/source/lintian-overrides.in
+++ b/debian/source/lintian-overrides.in
@@ -8,3 +8,33 @@ golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/go-rel
 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
+
+# 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
+
+# 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
+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
+
+# 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