]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
typo fixes
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:06:02 +0000 (05:06 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:06:02 +0000 (05:06 +0000)
Author: srivasta
Date: 1999/07/07 15:50:29
typo fixes

git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-34

debian/changelog
policy.sgml

index 2d395fd84d0d4bae81b8c02458e83f70c047df7b..5cfcd117a3a6f9a32b081cf6cf01ed85009fcccf 100644 (file)
@@ -1,10 +1,15 @@
-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
 
index 8c95adb8d39545d3d491fa0bdd4be91f90c56175..90c32dba20bd63f56188b47e1c58fc3e97969e92 100644 (file)
          <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>