From 7cf18136336acd03836afe5c464c88f998be49d1 Mon Sep 17 00:00:00 2001 From: doko Date: Sat, 28 Feb 2015 17:47:55 +0000 Subject: * Don't strip the libgo library, or some things won't work as documented, like runtime.Callers. Still keep the -dbg packages and check if some debug information can be stripped. git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7865 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca --- debian/changelog | 7 +++++-- debian/rules.d/binary-go.mk | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b52ff7a..6ed4a61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gcc-5 (5-20150228-1) UNRELEASED; urgency=medium +gcc-5 (5-20150228-1) experimental; urgency=medium * Update to SVN 20150228. * Enable libsanitizer for AArch64 and POWERPC LE (asan, ubsan). @@ -6,8 +6,11 @@ gcc-5 (5-20150228-1) UNRELEASED; urgency=medium and ppc64; libsanitizer should be stable on these architectures. * Fix libcc1.so symlink. Closes: #779341. * Revert the fix for PR65150 on armel and armhf to restore bootstrap. + * Don't strip the libgo library, or some things won't work as documented, + like runtime.Callers. Still keep the -dbg packages and check if some + debug information can be stripped. - -- Matthias Klose Sat, 28 Feb 2015 10:19:04 +0100 + -- Matthias Klose Sat, 28 Feb 2015 15:47:50 +0100 gcc-5 (5-20150226-1) experimental; urgency=medium diff --git a/debian/rules.d/binary-go.mk b/debian/rules.d/binary-go.mk index ff78dfa..36ae6f0 100644 --- a/debian/rules.d/binary-go.mk +++ b/debian/rules.d/binary-go.mk @@ -102,7 +102,8 @@ define __do_gccgo debian/dh_doclink -p$(p_l) $(p_base) debian/dh_doclink -p$(p_d) $(p_base) - dh_strip -p$(p_l) --dbg-package=$(p_d) + : # don't strip: https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01722.html + : # dh_strip -p$(p_l) --dbg-package=$(p_d) dh_compress -p$(p_l) -p$(p_d) dh_fixperms -p$(p_l) -p$(p_d) $(cross_makeshlibs) dh_makeshlibs -p$(p_l) -- cgit v1.2.3