Change logs for libtool source package in Lucid

  • libtool (2.2.6b-2ubuntu1) lucid; urgency=high
    
      * Added debian/patches/skip_nonpic_on_arm.patch: (LP: #503176)
        - This disables the non-PIC tests on ARM. Attempting to build a non-PIC
          library on ARMv7 causes the toolchain to bomb. This is a temporary
          workaround for Launchpad Bug #503448, this patch can be dropped once
          GCC properly supports non-PIC shared libraries on ARMv7.
     -- Michael Casadevall <email address hidden>   Tue, 05 Jan 2010 11:28:20 -0500
  • libtool (2.2.6b-2) unstable; urgency=low
    
      * Add build depedency on zlib1g-dev needed by the search-path.at
        testsuite test.  (Closes: #560219)
    
    libtool (2.2.6b-1) unstable; urgency=low
    
      * New upstream release
        - Fixes CVE-2009-3736 (Closes: #559797)
      * Skip demo-deplibs.test.  This is basicly the same as
        deplibs_test_disable.patch from the 1.5.26 version.
      * Skip the link-order2.at test.  It has the same problem
        as the deplibs test.
      * Since deplibs-ident.at now passes, just let it return that
        the result is ok.
      * Skip localization test when setlocale is not functional.
      * Renable test suite.
      * Remove the "Apps/" part of the doc-base entry.
      * Change debhelper compatibility to 7.
      * Replace dh_clean -k with dh_prep
      * Change build dependency of automake to 1.10.1 (Closes: #542190)
      * Add support for GNU/kOpenSolaris (Closes: #545687)
      * Update Standards-Version from 3.8.1 to 3.8.3: No changes required.
      * Add ${misc:Depends} to libtool-doc's Depends so we have proper
        depedencies for it.
      * Build-Conflict against gcj for now, to avoid a regression test
        failure.  See #555801.
      * Symbol versioning works with the GNU gold linker now. (Closes: #554821)
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  18 Dec 2009 17:42:56 +0000
  • libtool (2.2.6a-4) unstable; urgency=low
    
      * link_all_deplibs was only set to no for the CXX tag.  Set it to no
        again for all tags.  (Closes: #522663)
      * Don't let a failed testsuite also fail to build for now.  The combination
        of setting link_all_deplibs=no and the deplib_binary.patch make some test
        fail, but those look like testsuite errors.
    
    libtool (2.2.6a-3) unstable; urgency=low
    
      * Don't pull in depedency libs when linking a binary.  (Closes: #522663)
      * DEB_BUILD_OPTIONS nocheck worked inverted.
    
    libtool (2.2.6a-2) unstable; urgency=low
    
      * Rename libltdl7-dev to libltdl-dev, and make it provide libltdl3-dev
        and libltdl7-dev.
      * We don't have an arm arch anymore, so remove from build depedency
        exception.  Instead add hppa since that doesn't have gcj.
      * Add all info pages (Closes: #495411, #512013)
      * Force /bin/bash as shell of /usr/bin/libtool instead of /bin/sh.  The
        generate scripts excepts to have them same shell when it's run.
        (Closes: #512013, #518905)
      * Do not add bogus directory arguments to link command lines.
        Patch from upstream. (Closes: #517501)
      * Fix bogus error on successful loading of library with lt_dlopenext.
        Patch already applied upstream. (Closes: #517501)
      * Add support for the DEB_BUILD_OPTIONS nocheck option
      * Update to Standards-Version 3.8.1
    
     -- Muharem Hrnjadovic <email address hidden>   Tue,  05 May 2009 15:23:41 +0100