libtool1.4 (1.4.3-21) unstable; urgency=low

  * Officially Orphan.

 -- Scott James Remnant <scott@netsplit.com>  Fri,  1 Apr 2005 01:27:33 +0100

libtool1.4 (1.4.3-20) unstable; urgency=low

  * Remove .svn check from debian/rules, no longer necessary.
  * Correctly pass CFLAGS to configure.

 -- Scott James Remnant <scott@netsplit.com>  Sun, 28 Mar 2004 19:53:33 +0100

libtool1.4 (1.4.3-19) unstable; urgency=low

  * Bring the various copyright files up to par.
  * Apply patch from Robert Millan <zeratul2@wanadoo.es> to complete
    support for GNU/kNetBSD.  Closes: #224437.

 -- Scott James Remnant <scott@netsplit.com>  Wed, 31 Dec 2003 13:39:04 +0000

libtool1.4 (1.4.3-18) unstable; urgency=low

  * Port the threading options patch from libtool 1.5 to the older
    package: doesn't place -pthread in dependency_libs but honours it
    on the command line and inside dependency_libs if found for both
    programs and shared libraries.

 -- Scott James Remnant <scott@netsplit.com>  Sun,  9 Nov 2003 19:38:34 +0000

libtool1.4 (1.4.3-17) unstable; urgency=low

  * Disable tests on hppa and ia64.

 -- Scott James Remnant <scott@netsplit.com>  Wed, 22 Oct 2003 15:31:27 +0100

libtool1.4 (1.4.3-16) unstable; urgency=low

  * Remove Build-Depends-Indep placing texi2html and texinfo in
    Build-Depends.  Policy is wrong, the buildds do not ensure these are
    installed for the "build" target of debian/rules.  Closes: #216519.

 -- Scott James Remnant <scott@netsplit.com>  Sun, 19 Oct 2003 16:21:11 +0100

libtool1.4 (1.4.3-15) unstable; urgency=low

  * Run 'make check' after build to make sure it all works.
  * Move rules to create info files and examples .tar.gz files to
    the build target so we don't pollute them with stuff from "make check".
  * Add gcc-3.3 to the list of packages we maintain the /usr/bin/cc
    alternative for.  Closes: #216365.
  * Remove dead code from libtool.m4.  Closes: #213505.
  * Change the threading options patch to something that should
    work for programs too
  * Remove $dir/ from cleaning code which seems to fix bustedness without
    breaking anything else.
  * Mention that libtool1.4-doc will become non-free after sarge.

 -- Scott James Remnant <scott@netsplit.com>  Wed,  1 Oct 2003 01:35:04 +0100

libtool1.4 (1.4.3-14) unstable; urgency=low

  * Prevent recursion on missing ltmain.sh by checking ltmain.in
    exists first.  Closes: #209410.
  * Place NEWS and ChangeLog files in all packages.  Closes: #209411.
  * Always use pass_all on Linux ELF, host_cpu is irrelevant.
    Closes: #209416.
  * Ensure STRIP variable is properly quoted.

 -- Scott James Remnant <scott@netsplit.com>  Wed, 10 Sep 2003 22:12:40 +0100

libtool1.4 (1.4.3-13) unstable; urgency=low

  * Remove acinclude.m4 after generating build files, to ensure that
    they get automatically regenerated.
  * Only suggest autoconf2.13 or a pre-2.5x version of autoconf now.
    If you have autoconf2.5x you should use the libtool package
    instead.
  * No longer provide libtool as a virtual package.
  * Remove references to libltdl3, this is built in the libtool source
    package now.
  * Correct capitalisation of "Libtool" in package descriptions.
  * Add documentation and notes that this is the obsolete 1.4 package.
  * Fix relink ordering, hopefully.  Closes: #179323, #183997, #117829.
  * Change freebsd*-gnu* triplet to kfreebsd*-gnu* in line with
    both config.guess and libtool 1.5.

 -- Scott James Remnant <scott@netsplit.com>  Sat,  2 Aug 2003 02:06:43 +0100

libtool1.4 (1.4.3-12) unstable; urgency=low

  * Moved libtool into a subversion repository for easier maintenance.
    Added "Debian $LastChangedRevision$" comment to libtool.m4, ltdl.m4
    and to the $TIMESTAMP variable in ltmain.in; this will make it easier
    to find out what version of libtool packages are using.
  * Rewrote copyright and README.Debian files to make then a little
    cleaner and neater.
  * Rewrote rules file; updated to debhelper 4.0; set CFLAGS and
    INSTALL_PROGRAM in a policy-conformant way as these are used to build
    libltdl; supply --build and --host as suggested by autotools-dev
    (and policy); no longer regenerate autotools files during build,
    instead use AM_MAINTAINER_MODE and ship files generated by the
    new "configure" rule triggered when I run debuild.
  * Suggest autoconf2.13 as an alternative to autoconf, if they'd rather
    remain in the dark ages.
  * Remove libltdl3-dev postinst (which was empty) and prerm (which
    removed the old /usr/doc symlink) as neither are required now.
    Removed some dead commands from libtool postinst.
  * Renamed package to libtool1.4 in preparation for up-and-coming
    libtool_1.5.  It'll be better for this to hit the archive first.

 -- Scott James Remnant <scott@netsplit.com>  Mon, 28 Jul 2003 03:39:00 +0100

libtool (1.4.3-11) unstable; urgency=low

  * Post-Debcamp/Debconf release.
  * Change STRIP= line to include double quotes so $STRIP may contain
    options.  Closes: #183055.
  * Change lt_dlerror() to return NULL instead of "unknown error" to
    be consistent with the documentation.  Closes: #157229.
  * Check with_gcc for zero-length in IRIX -L[A-Z] test so -LANG, etc
    work.  Closes: #122226.
  * Update IFS to include a newline if unset.  Closes: #98492.
  * Add versioned build-depend on debhelper.
  * Updated to latest standards version.

 -- Scott James Remnant <scott@netsplit.com>  Sun, 27 Jul 2003 23:52:54 +0100

libtool (1.4.3-10) unstable; urgency=medium

  * Run automake as well as aclocal when we build, otherwise the macros
    could get a bit out-of-sync.  Compiles with any automake version on
    my sid machine now.  Closes: #193584, #195107, #166407.
  * Pass the various compiler threading options through to the linker,
    rather than eating them.  Closes: #194774.

 -- Scott James Remnant <scott@netsplit.com>  Sat, 14 Jun 2003 02:58:25 +0100

libtool (1.4.3-9) unstable; urgency=low

  * Adjust build rules so that libltdl's configure script gets regenerated
    with the latest libtool.m4 everytime.
  * Fix build rules that change directory and don't check commands
    succeed.

 -- Scott James Remnant <scott@netsplit.com>  Mon, 12 May 2003 15:34:49 +0100

libtool (1.4.3-8) unstable; urgency=high

  * Change section of libltdl3-dev to libdevel to be consistent with the
    archive's overrides file.
  * Add arm and m68k to the list of past_all CPUs for linux-gnu, to fix
    mushrooming build problems on these platforms.  Thanks to James Troup
    and Phil Blundell for identifying the problem.  Closes: #191133.

 -- Scott James Remnant <scott@netsplit.com>  Fri,  9 May 2003 16:50:09 +0100

libtool (1.4.3-7) unstable; urgency=low

  * Set the libltdl3 shlibs to make packages depend on
    libltdl3 version 1.4.3-1 or greater.  Will increment this whenever
    useful bug fixes are made to libltdl.  Closes: #171843.

 -- Scott James Remnant <scott@netsplit.com>  Sat,  8 Mar 2003 06:28:46 +0000

libtool (1.4.3-6) unstable; urgency=low

  * Applied patch from Elrond <Elrond@Wunder-Nett.org> that fixes shared
    library creation on AIX.  Closes: #181026.

 -- Scott James Remnant <scott@netsplit.com>  Sat,  8 Mar 2003 05:23:24 +0000

libtool (1.4.3-5) unstable; urgency=low

  * Added missing \ to line end.  Closes: #174567. 

 -- Scott James Remnant <scott@netsplit.com>  Wed,  1 Jan 2003 14:10:39 +0000

libtool (1.4.3-4) unstable; urgency=low

  * Buggered up the last upload, didn't supply the binary-all packages.
    Don't think anything made it as far as the archive though, thankfully.

 -- Scott James Remnant <scott@netsplit.com>  Sun, 15 Dec 2002 02:09:25 +0000

libtool (1.4.3-3) unstable; urgency=low

  * New Maintainer.  Closes: #172685.
  * Fixed postinst script where only gcc-3.2 is installed.  Closes: #168187.

 -- Scott James Remnant <scott@netsplit.com>  Sat, 14 Dec 2002 19:03:33 +0000

libtool (1.4.3-2) unstable; urgency=low

  * Run `aclocal' and `autoconf' before running `configure' to pull
    Automake version-specific macros.  This addresses a problem where a
    specific version of "aclocal" (e.g. "aclocal-1.6") was hardcoded into
    the Makefiles.  (Closes: #166362)
  * Invoke `make' with the "-k" command line option when performing a
    "distclean" to work around a bug that attempts to run the "distclean"
    target in the `mdemo' directory despite the fact is hasn't been
    configured.
  * Updated `missing' script to the latest one shipped with Automake 
    1.7.1.  Addresses some warnings in automated Debian builds on
    different architectures.
  * Suggest the "automaken" virtual package instead of "automake".
    Libtool should work with any recent version of Automake.

 -- Ossama Othman <ossama@debian.org>  Fri, 25 Oct 2002 11:49:30 -0700

libtool (1.4.3-1) unstable; urgency=low

  * New upstream.
  * Applied patch from Nathan Hawkins <utsl@debian.org> that adds
    FreeBSD/GNU support.  (Closes: #163802)
  * Include "libtool.info-5" in info file list in `libtool-doc.info'
    file.  (Closes: #127715, #158612)
  * Reapplied patch from bug 126666 submitted by Sebastian Rittau
    <srittau@debian.org> that fixes a Tru64 problem.  The patch has once
    again been forward upstream. (Closes: #153135)
  * Applied patch from Barak Pearlmutter <bap@cs.unm.edu> that makes it
    possible to use libtool with compilers named "g++-*".  The patch has
    been forwarded upstream.  (Closes: #146687)
  * Applied patch to `ltdl.c' from Andrew Suffield <asuffield@debian.org>
    that fixes an incorrect "file not found" error check.  Patch forwarded
    upstream (Closes: #157230)
  * Closing bug 163426.  The NMUed diff was uploaded in the 1.4.2-7.1
    NMU upload.  (Closes: #163426)

 -- Ossama Othman <ossama@debian.org>  Thu, 24 Oct 2002 13:30:02 -0700

libtool (1.4.2-7.1) unstable; urgency=low

  * Non-maintainer upload, endorsed by the maintainer.
  * Applied Steve M. Robbins reworked version of David I. Lehn's
    "inst-prefix" patch to have libtool deal properly with inter-library
    dependencies between un-installed libraries; thanks to Sam "Eddie" Couter
    for pointing Debian to it.
    Verified that the resulting packages indeed fix the problem using libgsf 
    and imagemagick as testcases in a pbuilder chroot.
    (Closes: #57087,#98342,#149223,#150921)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Mon,  7 Oct 2002 07:55:18 +0200

libtool (1.4.2-7) unstable; urgency=high

  * "$SED" problem no longer appears to be a problem, as confirmed by one
    of the users that issues with the bug.  (Closes: #148429)
  * Added missing texinfo dependency to Build-Depends-Indep.  Needed
    for the libtool-doc package.  (Closes: #151508)
  * Merged latest upstream fixes (mostly ltdl fixes).

 -- Ossama Othman <ossama@debian.org>  Mon,  1 Jul 2002 10:47:15 -0700

libtool (1.4.2-6) unstable; urgency=low

  * Applied patch from Daniel Kobras.  The patch has also been merged
    upstream.  (Closes: #148499)

 -- Ossama Othman <ossama@debian.org>  Tue, 11 Jun 2002 09:19:21 -0700

libtool (1.4.2-5) unstable; urgency=medium

  * Synchronized with latest upstream.  This should fix the dlopen()
    problems experienced on BSD derived platforms.  The Mac OS X
    patches are also included with this update.  (Closes: #147458, #145825)
  * Forcibly remove (i.e. "rm -f") `config.sub' and `config.guess' to
    in `libtool.prerm' to prevent it from failing if those
    files/links do not exist.  (Closes: #143583)
  * Erase `config.sub' and `config.guess' before creating the
    packages.  They should not be shipped with the packages since
    links to the actual files in the autotools-dev are created during
    installation.  (Closes: #131513, #138810)
  * Updated man page directory in "update-alternatives" command in
    `libtool.postinst' to be in `/usr/share/man' instead of the
    deprecated `/usr/man'.  (Closes: #147699)

 -- Ossama Othman <ossama@debian.org>  Tue, 21 May 2002 10:48:27 -0700

libtool (1.4.2-4) unstable; urgency=medium

  * Applied patch from Roger Leigh <rl117@york.ac.uk> that fixes
    libtoolize's AC_CONFIG_AUX_DIR support when using new style
    `configure.ac'.  Patch has been sent upstream.  (Closes: #126374)
  * Applied patch from Daniel Kobras <kobras@debian.org> that fixes a
    segmentation fault due to a missing error check.  Patch has been sent
    upstream.  (Closes: #127083)
  * Applied patch from Sebastian Rittau <srittau@debian.org> that
    corrects misnamed plugin modules on Tru64.  Patch has been sent
    upstream.  (Closes: #126666)
  * Applied patch from Bill Allombert <ballombe@debian.org> that fixes
    incorrect assumption that ARM builds use glibc 2.1.1.  Bug report sent
    upstream.  (Closes: #120515)
  * Corrected typo in Libtool documentation.  Patch has been sent
    upstream.  (Closes: #127820)

 -- Ossama Othman <ossama@debian.org>  Wed,  9 Jan 2002 10:35:57 -0800

libtool (1.4.2-3) unstable; urgency=high

  * Synchronized with upstream libtool 1.4.2 CVS bugfix branch.  This
    should hopefully (and finally) fix the infamous libtool install
    bug (debian bug 98342).  This upload is actually a libtool 1.4.2a
    pre-release.

 -- Ossama Othman <ossama@debian.org>  Thu, 29 Nov 2001 16:15:29 -0800

libtool (1.4.2-2) unstable; urgency=low

  * Applied patch from Mo DeJong  <supermo@bayarea.net> that fixes the
    relink during installation problem.  (Closes: #66135, #98342)
  * Merged patches from upstream libtool 1.4 patch branch.  (Closes: #115509)

 -- Ossama Othman <ossama@debian.org>  Sun, 11 Nov 2001 22:51:17 -0800

libtool (1.4.2-1) unstable; urgency=low

  * New upstream stable release.  (Closes: #113188, #110084, #109856, #111696)
  * Made libtool package arch "any" instead of "all."  The libtool script
    is no longer generated during installation.  Rather it is only built
    when the package is itself built.  The `libtoolize' script is actually
    architecture independent but it is not worth creating a seperate
    package for single small script.  (Closes: #111660)
  * Updated build dependencies in accordance with the fact that the libtool
    package is now architecture dependent.
  * Added depdemo to examples in libtool-doc package.

 -- Ossama Othman <ossama@debian.org>  Sat, 22 Sep 2001 16:19:51 -0700

libtool (1.4.1-1) unstable; urgency=low

  * New upstream stable release.  This release is actually based on
    the 1.4 code base, not the pending 1.5 code base.  Since the
    1.5-based code depends on Autoconf 2.50, many backward
    compatibility problems were introduced.  Hence, the need to go
    back to the 1.4-based code. (Closes: #106943, #107442, #111422, #107283,
    #107030, #107441)

 -- Ossama Othman <ossama@debian.org>  Wed,  5 Sep 2001 11:38:28 -0700

libtool (1.4b-3) unstable; urgency=low

  * Added missing architecture-specific build depencency on autotools-dev.
    Reported by Ryan Murray <rmurray@cyberhqz.com>.   (Closes: #108374)

 -- Ossama Othman <ossama@debian.org>  Sun, 12 Aug 2001 10:29:55 -0700

libtool (1.4b-2) unstable; urgency=low

  * Integrated patches from upstream CVS HEAD branch.
  * Pull config.{guess,sub} from the autotools-dev Debian package.
  * Added build dependencies on autotools-dev.
  * libtool 1.4b and higher require autoconf 2.50 or better.  Added a
    build dependency on it.
  * Patched libtool.m4 to require (via AC_PREREQ) autoconf 2.50.
    Patch has been sent upstream, and is pending approval.
  * Enable Debhelper 3 support in `rules' file.
  * Added another tagged configuration to the generated libtool script
    for the "c++" compiler. The compiler named "c++" is basically an
    alias for "g++."  Should correct "cannot infer tagged
    configuration..." from libtool.  (Closes: #107050)

 -- Ossama Othman <ossama@ece.uci.edu>  Wed,  1 Aug 2001 23:32:39 -0700

libtool (1.4b-1) unstable; urgency=low

  * New upstream alpha release that fixes many problems with libtool
    1.4.  According to Matt Zimmerman <mdz@debian.org>, it fixes the
    "install phase" bug.  (Closes: #98342)
  * Updated libtool.1 man page with descriptions of the new
    libtool-1.4b options.
  * Include the new "tagdemo" in the examples directory of the
    libtool-doc package.
  * Applied patch from Thomas Poindessous <poinde_t@epita.fr> that
    adds missing quotes around the "pic_mode" shell variable.  Patch
    has been included upstream.  (Closes: #105917)
  * Applied patch from Peter Moulder
    <pmoulder@longford.csse.monash.edu.au> that allows libtool to
    support pre-processed sources, i.e. *.{i,ii}.  Patch has been
    included upstream.  (Closes: #103282)

 -- Ossama Othman <ossama@ece.uci.edu>  Wed, 25 Jul 2001 16:50:30 -0700

libtool (1.4-1) unstable; urgency=low

  * Upload to unstable.  The libtool 1.4 packages in experimental fix
    some important bugs.  (Closes: #75357, #60007, #80001, #95912)

 -- Ossama Othman <ossama@debian.org>  Mon,  7 May 2001 14:15:54 -0700

libtool (1.4-0) experimental; urgency=low

  * New upstream.
  * Bumped soname in libltdl* packages from 0 to 3.  The major version
    of libltdl has changed to version 3.
  * Conflict libltdl3-dev with libltdl0-dev.  Both cannot be installed
    at the same time.
  * Updated `libtool.1' man page.
  * Updated libltdl* package descriptions in the control file.
  * Install libltdl's README into its `/usr/share/doc' directory.
  * Added a new copyright file for the libltdl3 package.
    `libltdl' is distributed under the terms of the LGPL, not the GPL.
  * No need to regenerate the libtool script and overwrite the one
    that was installed in /usr/bin.  This was causing MD5 checksum
    mismatches.

 -- Ossama Othman <ossama@debian.org>  Thu, 26 Apr 2001 15:15:27 -0700

libtool (1.3.5-5) unstable; urgency=low

  * Corrected "Section" field for the libtool-doc package.  It should
    be in "doc," not "devel."

 -- Ossama Othman <ossama@debian.org>  Wed, 11 Apr 2001 12:18:13 -0700

libtool (1.3.5-4) unstable; urgency=high

  * Updated config.guess and config.sub to the latest versions,
    i.e. those that recognize hppa and ia64 platforms. (closes: #92943)

 -- Ossama Othman <ossama@debian.org>  Tue, 10 Apr 2001 14:49:21 -0700

libtool (1.3.5-3) unstable; urgency=high

  * Moved libtool-doc related build commands (call to texi2html and
    example archive creation) to the binary-indep target.  They aren't
    needed for the binary-arch target (#72767)
  * Added "file" package to list of build dependencies.  Libtool calls on
    the `file' command when it is being built.
  * Corrected build dependency separator.  Many thanks to Roman Hodek for
    pointing out that the proper delimiter is a comma, not a space.

 -- Ossama Othman <ossama@debian.org>  Fri, 29 Sep 2000 09:21:44 -0700

libtool (1.3.5-2) unstable; urgency=medium

  * Added missing Build-Depends-Indep and Build-Depends fields to the
    control file.
  * Force libltdl0-dev package to depend on the same version of the
    libltdl0 library package that it was built with.  (#67400, #69081)
  * Applied patch to ltconfig (and ltconfig.in) from Marcus Brinkmann
    <Marcus.Brinkmann@ruhr-uni-bochum.de> that corrects a problem with
    dropped library dependencies in GNU Hurd package builds.  (#72702)
  * Added `file' package as a dependency of the libtool package.  Libtool
    uses the `file' command when determining inter-library dependencies.

 -- Ossama Othman <ossama@debian.org>  Thu, 28 Sep 2000 10:01:52 -0700

libtool (1.3.5-1) unstable; urgency=low

  * New upstream release.

 -- Ossama Othman <ossama@debian.org>  Sat, 27 May 2000 20:00:13 -0700

libtool (1.3.4-4) unstable; urgency=high

  * Updated `debian/rules' to use debhelper v2 support.  This fixes a
    problem that was occurring due to the fact that debhelper v1 had
    problems handling packages where the primary package was Arch: all and
    the secondary packages were Arch: any.  This change allowed the
    architecture dependent "dh_movefiles -a" to be moved back to the
    binary-arch target.  Many thanks to Roman Hodek
    <Roman.Hodek@informatik.uni-erlangen.de> for taking the time to
    explain the problem, and for providing a fix!   (#64319)

  * Renamed `postinst', `preinst' and `prerm' to `libtool.postinst',
    `libtool.preinst' and `libtool.prerm', respectively, to improve name
    consistency.  Switching to debhelper v2 support made this possible.

  * Removed alternative libc-dev dependency for libltdl0-dev.  If libltdl
    was built with a specific set of C library header then those should
    always be used for that particular build of libltdl.

  * Removed `usr/info' and `usr/man' from the `debian/dirs' file.  They
    are no longer used.

 -- Ossama Othman <ossama@debian.org>  Fri, 19 May 2000 12:11:06 -0700

libtool (1.3.4-3) unstable; urgency=low

  * Added the URL for the Libtool web site to the copyright file. (#57453)
  * Libtool should also depend on "libc6-dev | libc-dev" since many of its
    tests require it.  I was never able to reproduce this problem since
    libc6-dev is always installed on my system.  This should correct the
    installation problem users reported.  Many thanks to Joost Witteveen
    <joostje@debian.org> for figuring this out! (#48412)
  * Added libc-dev virtual package as alternative dependency for the
    libltdl0-dev package, in case there is every a C library development
    package with a name other than "libc6-dev."

 -- Ossama Othman <ossama@debian.org>  Wed, 16 Feb 2000 15:53:13 -0800

libtool (1.3.4-2) unstable; urgency=low

  * Patched libtool.m4 with patch sent in by from Chris Butler
    <chrisb@sandy.force9.co.uk>.  This fixes a libtool C compiler test on
    SCO when the test language is other than C.  The patch has been
    included upstream.  (#42530)
  * Rebuilt with correct archive times.  It turns out that the last
    package upload had the future archive time problem because the time
    on the host the package was built on and the host containing the
    NFS filesystem it was built on had different times.  (#55605)
  * Updated location of libtool license in copyright file.
  * Updated Standards Version to 3.1.1.1.
  * Patched ltmain.in so that it includes the "-s" strip argument to
    the install program when installing shared libraries with that
    argument.  Previously, the "-s" argument wasn't being used.  This
    is just a temporary patch since the current upstream CVS sources
    have a fix in place.  (#41904)

 -- Ossama Othman <ossama@debian.org>  Sun, 30 Jan 2000 14:55:23 -0800

libtool (1.3.4-1) unstable; urgency=low

  * New upstream.

 -- Ossama Othman <ossama@debian.org>  Tue, 18 Jan 2000 10:25:39 -0800

libtool (1.3.3-6) unstable; urgency=low

  * Remove vestigial `libltdl.tar.gz' archive during libtool uninstall, if
    it exists.

 -- Ossama Othman <ossama@debian.org>  Tue, 26 Oct 1999 17:42:12 -0500

libtool (1.3.3-5) unstable; urgency=low

  * Linked libltdl0-dev documentation to libltdl0 documentation. (#47949)
  * Created a man page for libtool.
  * Removed all remnants of the patch I created in the "-3" debs.  I
    inadvertently left some in the last libtool deb revision.

 -- Ossama Othman <ossama@debian.org>  Sun, 24 Oct 1999 15:20:29 -0500

libtool (1.3.3-4) unstable; urgency=low

  * Reverted ltconfig.in back to unpatched upstream version.  There were
    too many good arguments against patching.  For now, maintainers will
    have to patch libtool manually.

 -- Ossama Othman <ossama@debian.org>  Wed, 20 Oct 1999 14:29:40 -0500

libtool (1.3.3-3) unstable; urgency=low

  * Changed the rpath hack to check if debuild is currently running and if
    DEB_BUILD_ARCH variable is of non-zero length.  If both conditions are
    satisfied, it should be safe to assume that libtool is being used in
    the middle of a Debian package build.
  
    This change allows Debian's libtool to retain the same behavior as the
    upstream libtool, and at the same time enforce Debian's policy of not
    encoding library paths into binaries.  Specifically, libtool will
    encode library paths into binaries only if a Debian package isn't
    being built.

 -- Ossama Othman <ossama@debian.org>  Tue, 19 Oct 1999 14:43:47 -0500

libtool (1.3.3-2) unstable; urgency=low

  * Patched ltconfig.in so that the generated ltconfig script will not
    generate commands to hardcode library paths since Debian policy
    mandates this.  Software packages that use Debian's patched libtool
    will no longer have to provide their own patches to conform to Debian
    policy.  (#46766)
  
  * Updated documentation directories to conform to FHS.

 -- Ossama Othman <ossama@debian.org>  Sun, 17 Oct 1999 13:57:44 -0500

libtool (1.3.3-1) unstable; urgency=low

  * New upstream release.

 -- Ossama Othman <ossama@debian.org>  Wed,  7 Jul 1999 19:44:53 -0500

libtool (1.3.2-3) unstable; urgency=low

  * Moved the compiler check from the libtool package preinst script to
    the libtool package postinst script since compilers, such as gcc,
    should be configured by that stage of the installation.

 -- Ossama Othman <ossama@debian.org>  Tue, 22 Jun 1999 16:31:00 -0500

libtool (1.3.2-2) unstable; urgency=low

  * Improved libtool preinst script so that it fixes broken or missing C
    compiler alternatives that should point to gcc.  This fix should
    correct the problem of the C compiler alternative not being available
    until after gcc has been setup during a fresh installation.  The
    libtool installation will simply create the alternative.  gcc's
    postinst script won't have any problems since update-alternatives will
    just leave the existing alternative intact. (#39422)

 -- Ossama Othman <ossama@debian.org>  Tue, 22 Jun 1999 15:56:47 -0500

libtool (1.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Ossama Othman <ossama@debian.org>  Thu, 27 May 1999 21:40:56 -0500

libtool (1.3-8) unstable; urgency=low

  * Patched config.sub with Christopher Chimelis' alpha patch.  Forwarded
    the patch upstream  (#37702)

 -- Ossama Othman <ossama@debian.org>  Sat, 15 May 1999 12:45:51 -0500

libtool (1.3-7) unstable; urgency=low

  * Updated libtool and libltdl0-dev dependencies to use `gcc | c-compiler'
    instead of just `c-compiler'.  (#37398)

 -- Ossama Othman <ossama@debian.org>  Mon, 10 May 1999 14:11:24 -0500

libtool (1.3-6) unstable; urgency=low

  * Patched libtool.m4 with upstream fix.  (Fixes the if/ifelse issue).
  * Fixed libtool-doc.doc-base so that the document ID is libtool-doc.
    This appears to make dh_installdocs happier.
  * Removed info file removal command from prerm since I accidentally
    left it there after I moved it to libtool-doc.prerm.

 -- Ossama Othman <ossama@debian.org>  Thu,  6 May 1999 21:18:32 -0500

libtool (1.3-5) unstable; urgency=low

  * Yet another correction.  :(
    libltdl's soname is libltdl.so.0 so the libltdl packages should be
    called libltdl0 and libltdl0-dev.

 -- Ossama Othman <ossama@debian.org>  Wed,  5 May 1999 12:43:41 -0500

libtool (1.3-4) unstable; urgency=low

  * Reverted my "correction" of the libltdl* package name.  The soname
    of the libltdl libraries is currently 0.1.1, therefore the libltdl
    packages should be named libltdl0.1, according to current Debian
    policy.
  
  * Bug fixes/suggestions from Thomas Tanner (thanks Thomas! :)
      - Created a seperate libtool-doc package.
      - Included ChangeLog.0 in the packages.
      - The latest libtool can take advantage of installed libtool
        archive (`*.la') files.  As such, included `libltdl.la' in
        the libltdl0.1-dev package.

 -- Ossama Othman <ossama@debian.org>  Tue,  4 May 1999 12:33:10 -0500

libtool (1.3-3) unstable; urgency=low

  * Added a Conflicts control field for autoconf (< 2.13) and
    automake (< 1.4).  Many thanks to Adam Di Carlo for pointing out
    that 'Conflicts' would provide the desired behavior.

 -- Ossama Othman <ossama@debian.org>  Mon,  3 May 1999 17:54:44 -0500

libtool (1.3-2) unstable; urgency=low

  * Updated "Suggests" control field to suggest autoconf >= 2.13, not just
    "autoconf" since libtool >= 1.2f requires autoconf >= 2.13.  Autoconf
    should *not* be a dependency since some users may use libtool in the
    stand-alone fashion, and so shouldn't be forced to install autoconf.
    Also updated automake suggestion to "automake (>= 1.4)."
    (#37086)

 -- Ossama Othman <ossama@debian.org>  Mon,  3 May 1999 12:14:54 -0500

libtool (1.3-1) unstable; urgency=low

  * New upstream release.
  * Corrected libltdl package versions.  The correct version is 1.0.
  * Updated control area to use doc-base instead of dhelp.

 -- Ossama Othman <ossama@debian.org>  Thu, 29 Apr 1999 12:04:12 -0500

libtool (1.2f-5) unstable; urgency=low

  * One `$echo' command was missing a backslash after it.  The text it is
    supposed to display is then incorrectly interpreted as a command.
    Patch forwarded to upstream maintainers.
    (#36282)

 -- Ossama Othman <ossama@debian.org>  Sun, 18 Apr 1999 16:44:14 -0500

libtool (1.2f-4) unstable; urgency=low

  * Accidentally removed libtool HTML documentation during chnage to
    debhelper style rules files and control area.

 -- Ossama Othman <ossama@debian.org>  Thu,  8 Apr 1999 20:40:53 -0500

libtool (1.2f-3) unstable; urgency=low

  * Added a preinst script that checks for an existing C compiler at
    `/usr/bin/cc'.  If one isn't there then it probably means that the
    C compiler alternatives got corrupted somehow.  ltconfig was
    choking during the postinst phase of the libtool installation
    on installations that had an invalid C compiler alternative even
    though the C compiler dependency was satisfied.  (#34676, #35619)

 -- Ossama Othman <ossama@debian.org>  Thu,  8 Apr 1999 11:46:09 -0500

libtool (1.2f-2) unstable; urgency=low

  * Updated debian/rules file to use debhelper.
  * Added README.Debian file for the sake of being consistent.
  * Created seperate packages for `libltdl'.
  * Added cdemo.tar.gz to /usr/doc/libtool/examples.
  * Accidentally included Makefile, config.log and config.cache in the
    Debian diff.  I removed them.
  * Updated libtoolize man page to include descriptions of the new
    --ltdl and --ltdl-tar command line options.

 -- Ossama Othman <ossama@debian.org>  Tue,  6 Apr 1999 15:38:46 -0500

libtool (1.2f-1) unstable; urgency=low

  * New upstream release  (#34644)
  * New maintainer upload.
  * Added `cpp' to the `Depends' list.

 -- Ossama Othman <ossama@debian.org>  Fri,  2 Apr 1999 20:06:14 -0600

libtool (1.2d-2) unstable; urgency=low

  * Correctly identify MSB Linux shared library magic (closes: #34069).
    From Roman Hodek.

 -- Gordon Matzigkeit <gord@debian.org>  Wed,  3 Mar 1999 11:23:53 -0600

libtool (1.2d-1) unstable; urgency=low

  * New upstream release. (closes: #31851)
  * Upstream release now incorporates shared library dependencies.
    (closes: #18233)
  * Add dhelp documentation index support. (closes: #31179)
  * Postinst script now handles standard options.
  * Move postrm to prerm.
  * Add mdemo.tar.gz to /usr/doc/libtool/examples.

 -- Gordon Matzigkeit <gord@debian.org>  Sat, 13 Feb 1999 08:36:20 -0600

libtool (1.2-3) frozen unstable; urgency=high

  * Make libtool package depend on c-compiler. (Fixes: #33105)

 -- Gordon Matzigkeit <gord@debian.org>  Mon,  8 Jan 1999 22:10:58 -0600

libtool (1.2-2) frozen unstable; urgency=high

  * Update config.guess and config.sub from latest glibc snapshots.
  (Fixes: #32384, #25779, #25815)
  * Exit normally at the end of the postinst script. (Fixes: #24522)

 -- Gordon Matzigkeit <gord@debian.org>  Sun, 31 Jan 1999 20:31:39 -0600

libtool (1.2-1) unstable; urgency=low

  * new upstream release.

 -- Frederic Lepied <Lepied@debian.org>  Fri, 21 Aug 1998 11:27:43 +0200

libtool (1.0h-5) frozen unstable; urgency=high

  * upload to frozen too !!!

 -- Frederic Lepied <Lepied@debian.org>  Tue,  7 Jul 1998 05:33:17 +0200

libtool (1.0h-4) unstable; urgency=low

  * (postinst) build libtool from the /usr/share/libtool directory. Closes Bug#23884.

 -- Frederic Lepied <Lepied@debian.org>  Mon,  6 Jul 1998 19:49:15 +0200

libtool (1.0h-3) frozen unstable; urgency=high

  * (postinst) check if there is a /tmp/libtool. Closes Bug#23884.

 -- Frederic Lepied <Lepied@debian.org>  Mon, 29 Jun 1998 05:36:22 +0200

libtool (1.0h-2) unstable; urgency=low

  * Applied patch from Marcelo E. Magalln to enable Inter-library
  dependencies. Fixes Bug#18233.
  * Added a man page for libtoolize to correct a lintian error.

 -- Frederic Lepied <Lepied@debian.org>  Tue, 17 Feb 1998 06:00:58 +0100

libtool (1.0h-1) unstable; urgency=low, closes=15938 14187 15592

  * new upstream release (closes Bug#15938 Bug#14187).
  * do a make install instead of installing by hand (closes Bug#15592)

 -- Frederic Lepied <Lepied@debian.org>  Sun, 11 Jan 1998 13:41:05 +0100

libtool (1.0c-1) unstable; urgency=low

  * new upstream release.

 -- Frederic Lepied <Lepied@debian.org>  Sun, 21 Sep 1997 19:37:01 +0200

libtool (1.0b-1) unstable; urgency=low

  * new maintainer.
  * new upstream version.

 -- Frederic Lepied <Lepied@debian.org>  Sat, 13 Sep 1997 23:56:38 +0200

libtool (1.0a-2) unstable; urgency=low

  * Corrected debian/rules and debian/control for architecture-independence
    (bug #12118).

 -- Karl Sackett <krs@debian.org>  Tue, 19 Aug 1997 10:12:50 -0500

libtool (1.0a-1) unstable; urgency=low

  * Latest upstream release.  Fixes bug #11177.
  * debian/rules: upstream changelog placed in /usr/doc/libtool/changelog.gz
    (bug #11596).

 -- Karl Sackett <krs@debian.org>  Tue, 29 Jul 1997 10:52:41 -0500

libtool (1.0-1) unstable; urgency=low

  * Latest upstream release.
  * debian/rules: installs all info pages, not just libtool.info.

 -- Karl Sackett <krs@debian.org>  Thu, 24 Jul 1997 10:09:46 -0500

libtool (0.9-2) unstable; urgency=low

  * config.sub: replaced with more current config.sub from autoconf
    2.12 (bug #11009).

 -- Karl Sackett <krs@debian.org>  Mon,  7 Jul 1997 09:25:58 -0500

libtool (0.9-1) unstable; urgency=low

  * Latest upstream release.

 -- Karl Sackett <krs@debian.org>  Thu,  3 Jul 1997 10:08:38 -0500

libtool (0.7-4) unstable; urgency=low

  * Incorporated Michael Dorman's patch to support recent versions
    of ld (bug #8816).

 -- Karl Sackett <krs@debian.org>  Mon, 28 Apr 1997 10:06:25 -0500

libtool (0.7-3) unstable; urgency=low

  * debian/rules: config.guess, config.sub, ltmain.sh moved to /usr
    /share/libtool.  libtool.m4 installed in /usr/share/aclocal.
  * debian/postinst: configure and install system-specific libtool.
  * debian/postrm: remove system-specific libtool.

 -- Karl Sackett <krs@debian.org>  Thu, 30 Jan 1997 08:21:52 -0600

libtool (0.7-2) unstable; urgency=low

  * debian/control: changed architecture to 'any'.

 -- Karl Sackett <krs@debian.org>  Tue, 14 Jan 1997 11:02:31 -0600

libtool (0.7-1) unstable; urgency=low

  * First Debian release.

 -- Karl Sackett <krs@debian.org>  Mon, 30 Dec 1996 10:36:12 -0600

