summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-02-28 17:47:55 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-02-28 17:47:55 +0000
commit7cf18136336acd03836afe5c464c88f998be49d1 (patch)
tree696c398cdb1ff42e122746d54e03c2ff7f7c6971
parent1cb8e2a88087a440e9d0f3eb220e2712b6c6a265 (diff)
downloadgcc-5-7cf18136336acd03836afe5c464c88f998be49d1.tar.gz
* 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
-rw-r--r--debian/changelog7
-rw-r--r--debian/rules.d/binary-go.mk3
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 <doko@debian.org> Sat, 28 Feb 2015 10:19:04 +0100
+ -- Matthias Klose <doko@debian.org> 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)