~ubuntu-branches/ubuntu/vivid/gccgo-5/vivid-updates

« back to all changes in this revision

Viewing changes to debian/rules.d/binary-go.mk

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-02-28 20:31:18 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150228203118-f8i1jc77nv6u5g2m
Tags: 5-20150228-1ubuntu1
* Update to SVN 20150228.
* Enable libsanitizer for AArch64 and POWERPC LE (asan, ubsan).
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        debian/dh_doclink -p$(p_l) $(p_base)
103
103
        debian/dh_doclink -p$(p_d) $(p_base)
104
104
 
105
 
        dh_strip -p$(p_l) --dbg-package=$(p_d)
 
105
        : # don't strip: https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01722.html
 
106
        : # dh_strip -p$(p_l) --dbg-package=$(p_d)
106
107
        dh_compress -p$(p_l) -p$(p_d)
107
108
        dh_fixperms -p$(p_l) -p$(p_d)
108
109
        $(cross_makeshlibs) dh_makeshlibs -p$(p_l)