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

« back to all changes in this revision

Viewing changes to debian/rules.d/binary-libasan.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:
25
25
 
26
26
        rm -rf $(d_l) $(d_d)
27
27
        dh_installdirs -p$(p_l) $(usr_lib$(2))
28
 
        $(if $(empty_sanitizer_packages),, \
29
 
        DH_COMPAT=2 dh_movefiles -p$(p_l) $(usr_lib$(2))/libasan.so.* )
 
28
        DH_COMPAT=2 dh_movefiles -p$(p_l) $(usr_lib$(2))/libasan.so.*
30
29
 
31
30
        debian/dh_doclink -p$(p_l) $(p_base)
32
31
        debian/dh_doclink -p$(p_d) $(p_base)