]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - policy.sgml
administrivia
[debian/debian-policy.git] / policy.sgml
index 58877f8482889a556e6c262fcdbedf234acf212c..79fc386fa30a2f5fcd0c15401fb5e61595733299 100644 (file)
@@ -5459,7 +5459,7 @@ rmdir /usr/local/share/emacs 2>/dev/null || true
            should include a <tt>test</tt> statement at the top of the
            script, like this:
            <example compact="compact">
-test -x <var>program-executed-later-in-script</var> || exit 0
+test -f <var>program-executed-later-in-script</var> || exit 0
            </example>
          </p>
 
@@ -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</ref>       
-          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