[Pkg-golang-commits] [golang] 13/27: - Update debian/rules clean to new location of generated file.

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Tue Mar 1 02:57:41 UTC 2016


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

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

commit 421dd47365853f3ffebb71f17c28323c2cc43a6c
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Fri Feb 12 10:28:05 2016 +1300

        - Update debian/rules clean to new location of generated file.
    
    Also update lintian-overrrides.
---
 debian/rules                    | 2 +-
 debian/source/lintian-overrides | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 47a1b9e..f5d93a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_clean:
 		src/cmd/cgo/zdefaultcc.go \
 		src/cmd/go/zdefaultcc.go \
 		src/cmd/internal/obj/zbootstrap.go \
-		src/runtime/zversion.go
+		src/runtime/internal/sys/zversion.go
 	# remove built objects
 	rm -rf bin pkg
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index bf4065e..2ddd6c1 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -25,3 +25,8 @@ golang source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc48
 golang source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
 golang source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
 golang source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
+golang source: source-is-missing src/debug/elf/testdata/compressed-32.obj
+golang source: source-is-missing src/debug/elf/testdata/compressed-64.obj
+golang source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
+golang source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
+golang source: source-is-missing src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj

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