libtool 2.4.2-1ubuntu1 source package in Ubuntu

Changelog

libtool (2.4.2-1ubuntu1) precise; urgency=low

  * Merge from Debian testing.  Remaining changes:
    - Mark Java convenience test as an expected failure, due to
      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143.
    - Mark libtool Multi-Arch: foreign; needed because it's a
      build-dependency.
  * Dropped changes, included in Debian:
    - Build libltdl for multiarch.
  * Dropped changes:
    - Fix the 'clean' target for the case where tests are not run: this
      seems to be solved upstream, clean works fine after a
      DEB_BUILD_OPTIONS=nocheck run without this.

libtool (2.4.2-1) unstable; urgency=low

  * New upstream release
    Remove patches applied upstream:
    - define_shlibpath_overrides_runpath4hurd.patch
    - tagdemo-libfoo.patch
  * Remove disable_cmdline_wrap4hurd.patch as it never really was
    needed in the first place.  The other tests failing made the
    cmdline_wrap test fail.
  * Add multiarch support.  Patch from
    Steve Langasek <email address hidden>  (Closes: #646771)
 -- Steve Langasek <email address hidden>   Fri, 11 Nov 2011 22:36:13 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main devel

Downloads

File Size SHA-256 Checksum
libtool_2.4.2.orig.tar.gz 2.5 MiB b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
libtool_2.4.2-1ubuntu1.debian.tar.gz 16.3 KiB 642429ebba2cd80dd42bc7ad17bd373eb765e3325f12d2b737704c6c39c07f6d
libtool_2.4.2-1ubuntu1.dsc 2.0 KiB 220ce4a9bb1724d0f27859c6361758358f8b48fce80f75e5e82375b44276762a

Available diffs

View changes file

Binary packages built by this source

libltdl-dev: A system independent dlopen wrapper for GNU libtool

 This package contains the header files and static libraries for the
 libltdl package.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers. It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen

libltdl7: A system independent dlopen wrapper for GNU libtool

 This package contains the run-time libltdl library.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers. It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen

libtool: No summary available for libtool in ubuntu quantal.

No description available for libtool in ubuntu quantal.

libtool-doc: Generic library support script

 This package contains the GNU libtool documentation.
 .
 GNU libtool is generic library support script. Libtool hides
 the complexity of generating special library types (such as shared
 libraries) behind a consistent interface. To use libtool, add the
 new generic library building commands to your Makefile, Makefile.in,
 or Makefile.am. See the documentation for details. Libtool supports
 building static libraries on all platforms.