libtool 2.4.2-1.3ubuntu1 source package in Ubuntu

Changelog

libtool (2.4.2-1.3ubuntu1) saucy; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Mark libtool Multi-Arch: foreign; needed because it's a
      build-dependency.

libtool (2.4.2-1.3) unstable; urgency=low

  * Non-maintainer upload.
  * Build-depend on help2man (closes: #712413).
 -- Colin Watson <email address hidden>   Tue, 02 Jul 2013 17:18:15 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtool_2.4.2.orig.tar.gz 2.5 MiB b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
libtool_2.4.2-1.3ubuntu1.debian.tar.gz 17.6 KiB 21f64eda56f5b72523d901594b6d9fde47389d0c79fd5b1ad592023a292637e2
libtool_2.4.2-1.3ubuntu1.dsc 2.1 KiB aadb07fcca466c587322fd03b53c78e6f6e8171793fe9a4aea337f5ebf371066

View changes file

Binary packages built by this source

libltdl-dev: No summary available for libltdl-dev in ubuntu saucy.

No description available for libltdl-dev in ubuntu saucy.

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 saucy.

No description available for libtool in ubuntu saucy.

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.