]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_usrlocal
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_usrlocal
index f13c58faa57ceaf7e8edd120f6aff60c4c81f157..e92d909ce73bade7c330bc3ce11483b1b91b0186 100755 (executable)
@@ -18,22 +18,23 @@ B<dh_usrlocal> [S<I<debhelper options>>] [B<-n>]
 
 =head1 DESCRIPTION
 
-dh_usrlocal is a debhelper program that can be used for building packages
-that will provide a subdirectory in /usr/local when installed.
+B<dh_usrlocal> is a debhelper program that can be used for building packages
+that will provide a subdirectory in F</usr/local> when installed.
 
-It finds subdirectories of usr/local in the package build directory, and
+It finds subdirectories of F<usr/local> in the package build directory, and
 removes them, replacing them with maintainer script snippets (unless B<-n>
 is used) to create the directories at install time, and remove them when
-the package is removed, in a manner compliant with Debian policy. See
-L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
+the package is removed, in a manner compliant with Debian policy. These
+snippets are inserted into the maintainer scripts by B<dh_installdeb>. See
+L<dh_installdeb(1)> for an explanation of debhelper maintainer script
 snippets.
 
 If the directories found in the build tree have unusual owners, groups, or
 permissions, then those values will be preserved in the directories made by
-the postinst script. However, as a special exception, if a directory is owned
+the F<postinst> script. However, as a special exception, if a directory is owned
 by root.root, it will be treated as if it is owned by root.staff and is mode
 2775. This is useful, since that is the group and mode policy recommends for
-directories in /usr/local.
+directories in F</usr/local>.
 
 =head1 OPTIONS
 
@@ -47,7 +48,7 @@ Do not modify F<postinst>/F<prerm> scripts.
 
 =head1 NOTES
 
-Note that this command is not idempotent. "dh_clean -k" should be called
+Note that this command is not idempotent. L<dh_prep(1)> should be called
 between invocations of this command. Otherwise, it may cause multiple
 instances of the same text to be added to maintainer scripts.