-debian-policy (3.0.0.1) unstable; urgency=low
+debian-policy (3.0.1.0) unstable; urgency=low
* A few typos and omissions corrected
* Added the pop3-server to the virtual packages list, as decided on the
list.
+ * Fix the self reference to a location on the web site. closes: Bug#39408
+ * Added the clarification that the .la files are essential for the
+ packages using libtool's libltdl library, in which case the
+ .la files must go in the run-time library package. (this is why this
+ is version 3.0.1.0, and not 3.0.0.1)
- -- Manoj Srivastava <srivasta@debian.org> Thu, 1 Jul 1999 12:38:08 -0500
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 1 Jul 1999 14:48:25 -0500
debian-policy (3.0.0.0) unstable; urgency=low
<url
id="ftp://ftp.debian.org/debian/doc/manuals/debian-policy.html.tar.gz" name="&urlname">
or from the Debian WWW server at
- <url id="http://www.debian.org/doc/manuals/debian-policy/"
+ <url id="http://www.debian.org/doc/debian-policy/"
name="&urlname"></p>
<p>
<p>
An ever increasing number of packages are using libtool to
do their linking. The latest GNU libtools (>= 1.3a) can take
- advantage of installed libtool archive files (`*.la'). The
- main advantage of libtool's .la files is that it allows
- libtool to store and subsequently access metadata with
- respect to the libraries it builds. libtool will search for
- those files, which contain a lot of useful information about
- a library (e.g. dependency libraries for static
- linking). Also, they're essential for programs using
- libltdl.
+ advantage of the nmetadata in the installed libtool archive
+ files (`*.la'). The main advantage of libtool's .la files is
+ that it allows libtool to store and subsequently access
+ metadata with respect to the libraries it builds. libtool
+ will search for those files, which contain a lot of useful
+ information about a library (e.g. dependency libraries for
+ static linking). Also, they're <em>essential</em> for
+ programs using libltdl.
</p>
<p>
<p>
Packages that use libtool to create shared libraries must
include the <em>.la</em> files in the <em>-dev</em>
- packages. This is a good idea in general, and especially
- for static linking issues.
+ packages, with the exception that if the package relies on
+ libtool's <em>libltdl</em> library, in which case the .la
+ files must go in the run-time library package. This is a
+ good idea in general, and especially for static linking
+ issues.
</p>
<p>