]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
removed the extra spaces at the ends of lines (wtf?!)
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:41:21 +0000 (05:41 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:41:21 +0000 (05:41 +0000)
Author: joy
Date: 2003/06/07 23:14:50
removed the extra spaces at the ends of lines (wtf?!)

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

policy.sgml

index b28413903f279aa9e9f090307a220ed12907f518..79fc386fa30a2f5fcd0c15401fb5e61595733299 100644 (file)
@@ -6426,21 +6426,18 @@ endif
          the library compatible with LinuxThreads.
        </p>
 
-                                                                                
-         <p>                                                                    
-          Although not enforced by the build tools, shared libraries           
-          must be linked against all libraries that they use symbols from      
-          in the same way that binaries are.  This ensures the correct         
-          functioning of the  <ref id="sharedlibs-shlibdeps">shlibs       
-          system and guarantees that all libraries can be safely opened        
-          with <tt>dlopen()</tt>.  Packagers may wish to use the gcc           
-          option <tt>-Wl,-z,defs</tt> when building a shared library.          
-          Since this option enforces symbol resolution at build time,          
-          a missing library reference will be caught early as a fatal          
-          build error.                                                         
-        </p>                                                                   
-                                                                               
-
+        <p>
+          Although not enforced by the build tools, shared libraries
+          must be linked against all libraries that they use symbols from
+          in the same way that binaries are.  This ensures the correct
+          functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
+          system and guarantees that all libraries can be safely opened
+          with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
+          option <tt>-Wl,-z,defs</tt> when building a shared library.
+          Since this option enforces symbol resolution at build time,
+          a missing library reference will be caught early as a fatal
+          build error.
+        </p>
 
        <p>
          All installed shared libraries should be stripped with