libtool 2.4-4ubuntu1 source package in Ubuntu

Changelog

libtool (2.4-4ubuntu1) precise; urgency=low

  * Merge with Debian; remaining changes:
    - Mark Java convenience test as an expected failure, due to
      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143.
    - Fix the 'clean' target for the case where tests are not run.

libtool (2.4-4) unstable; urgency=low

  * dpkg-dev decided to also reverse apply the arm change, so remove
    the revert (Closes: #632614)

libtool (2.4-3) unstable; urgency=low

  * Also cat test-suite.log (Closes: #632613)
  * Also disable broken tests with non-PIC code on arm. (Closes: #632614)
 -- Matthias Klose <email address hidden>   Tue, 11 Oct 2011 15:45:04 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtool_2.4.orig.tar.gz 2.5 MiB 13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e
libtool_2.4-4ubuntu1.debian.tar.gz 17.3 KiB 9a74fc8e5b08a1284bfedb70eecb2cc4d08edd85a3eb4786e6fd399f4387c6b9
libtool_2.4-4ubuntu1.dsc 1.3 KiB 0b4f5c6a4c8bad604c5e8eac8932729e2bd5c180db39a4a50de99e94510c709a

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: Generic library support script

 This is GNU libtool, a 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.
 .
 Libtool supports generation of C, C++, Fortran and Java libraries.

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.