[Pkg-golang-commits] [golang] 01/01: Don't strip testdata files, causes build failures on some platforms.

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Apr 13 22:39:06 UTC 2016


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

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

commit 5202f80135a371661199132170de3f3578591347
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Thu Apr 14 10:38:54 2016 +1200

    Don't strip testdata files, causes build failures on some platforms.
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f5926ba..0be19ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang (2:1.6.1-2) UNRELEASED; urgency=medium
+
+  * Don't strip testdata files, causes build failures on some platforms. 
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com>  Thu, 14 Apr 2016 10:38:17 +1200
+
 golang (2:1.6.1-1) unstable; urgency=medium
 
   [ Michael Hudson-Doyle ]
diff --git a/debian/rules b/debian/rules
index 099ca01..cb30d52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ override_dh_install-arch:
 	touch debian/golang-go/usr/lib/go/pkg
 	find debian/golang-go/usr/lib/go/pkg -exec touch -r $(CURDIR)/debian/golang-go/usr/lib/go/pkg {} \;
 
+override_dh_strip:
+	dh_strip -Xtestdata
+
 override_dh_shlibdeps:
 	dh_shlibdeps -Xtestdata -Xtest
 

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