[Pkg-golang-commits] [golang] 03/05: generate source/lintian-overrides too

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 f1b24027c26fb9e45dbf68e5dba49bdbdbe687b1
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Wed Jul 20 10:13:25 2016 +1200

    generate source/lintian-overrides too
---
 debian/rules                       |  2 +-
 debian/source/lintian-overrides    | 24 ++++++++++++++----------
 debian/source/lintian-overrides.in | 10 ++++++++++
 3 files changed, 25 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index b523e0a..c47a7be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
 	+dh --parallel $(opt_no_act) $@
 
 gencontrol:
-	for file in control gbp.conf watch; do \
+	for file in control gbp.conf source/lintian-overrides watch; do \
 		{ \
 			echo '#'; \
 			echo '# WARNING: "debian/'$$file'" is generated via "debian/rules gencontrol" (sourced from "debian/'$$file'.in")'; \
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index c078098..bc3f4e2 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,10 +1,14 @@
-golang source: source-contains-prebuilt-binary src/debug/dwarf/testdata/typedef.elf
-golang source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-linux-exec
-golang source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
-golang source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-386-freebsd-exec
-golang source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
-golang source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-exec
-golang source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
-golang source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
-golang source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-obj
-golang source: source-contains-prebuilt-binary src/runtime/race/race_linux_amd64.syso
+#
+# WARNING: "debian/source/lintian-overrides" is generated via "debian/rules gencontrol" (sourced from "debian/source/lintian-overrides.in")
+#
+
+golang-1.7 source: source-contains-prebuilt-binary src/debug/dwarf/testdata/typedef.elf
+golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-linux-exec
+golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
+golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-386-freebsd-exec
+golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
+golang-1.7 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-exec
+golang-1.7 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
+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
diff --git a/debian/source/lintian-overrides.in b/debian/source/lintian-overrides.in
new file mode 100644
index 0000000..c54668a
--- /dev/null
+++ b/debian/source/lintian-overrides.in
@@ -0,0 +1,10 @@
+golang-X.Y source: source-contains-prebuilt-binary src/debug/dwarf/testdata/typedef.elf
+golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-linux-exec
+golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
+golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-386-freebsd-exec
+golang-X.Y source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
+golang-X.Y source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-exec
+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

-- 
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