~ubuntu-branches/debian/experimental/gcc-4.7/experimental

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-11 17:18:23 UTC
  • Revision ID: package-import@ubuntu.com-20130111171823-xjbxmmahlnbrhhyc
Tags: 4.7.2-18
* Update to SVN 20130111 (r195107) from the gcc-4_7-branch.
  - Fix PR c++/55877, PR target/55897, PR target/54461, PR other/55243,
    PR target/55712, PR fortran/42769, PR fortran/45836, PR fortran/45900,
    PR fortran/55852, PR fortran/55827, PR c++/55893.
* Explicitly search multiarch and multilib system directories when 
  calling dh_shlibdeps.
* Let gjdoc accept -source 1.5|1.6|1.7. Addresses: #678945.
* Fix build configured with --enable-java-maintainer-mode.
* Don't ship .md5 files in the libstdc++-doc package.
* Always configure --with-system-zlib.
* Search library dependencies in the build-sysroot too.
* Don't complain about missing .substvars files when trying to mangle
  these files.
* Add ARM multilib packages to the control file for staged cross builds.
* Fix ARM multilib shlibs dependency generation for cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        dh_fixperms -p$(p_l) -p$(p_d)
47
47
        $(cross_makeshlibs) dh_makeshlibs -p$(p_l) -V '$(p_l) (>= $(DEB_SOVERSION))'
48
48
        $(call cross_mangle_shlibs,$(p_l))
49
 
        DIRNAME=$(subst n,,$(2)) $(cross_shlibdeps) dh_shlibdeps -p$(p_l)
 
49
        DIRNAME=$(subst n,,$(2)) $(cross_shlibdeps) dh_shlibdeps -p$(p_l) \
 
50
                $(call shlibdirs_to_search,,$(2))
50
51
        $(call cross_mangle_substvars,$(p_l))
51
52
        $(cross_gencontrol) dh_gencontrol -p$(p_l) -p$(p_d) \
52
53
                -- -v$(DEB_VERSION) $(common_substvars)