[Pkg-golang-commits] [golang] 01/01: Strip the binaries as it has worked for the last five years or so and upstream sees no reason to disable it.

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Mon Mar 21 22:55:34 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 4e9a859347c7d8e0ad860a6e4e390d132f178ea1
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Mon Mar 14 15:14:02 2016 +1300

    Strip the binaries as it has worked for the last five years or so and upstream sees no reason to disable it.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 840524a..7aaf020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ golang (2:1.6-2) UNRELEASED; urgency=medium
 
   * Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
     smooth upgrades.
+  * Strip the binaries as it has worked for the last five years or so and
+    upstream sees no reason to disable it.
 
  -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Wed, 02 Mar 2016 09:56:16 +1300
 
diff --git a/debian/rules b/debian/rules
index d3ff260..099ca01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,10 +64,6 @@ 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:
-	# strip disabled as golang upstream doesn't support it and it makes go
-	# crash. See http://bugs.debian.org/717172
-
 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