Provided by:
debhelper_8.0.0ubuntu1_all 
NOMBRE
dh_usrlocal - migra directorios usr/local a programas de desarrollador
SINOPSIS
dh_usrlocal [opcionesdebhelper] [-n]
DESCRIPCIN
dh_usrlocal es un programa de debhelper que puede ser usado para
construir paquetes que proveern un subdirectorio en /usr/local cuando
se instalen.
It finds subdirectories of usr/local in the package build directory,
and removes them, replacing them with maintainer script snippets
(unless -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. These snippets are inserted into the maintainer scripts
by dh_installdeb. See dh_installdeb(1) for an explanation of Debhelper
maintainer script snippets.
Si los directorios encontrados en el rbol de construccin tienen
propietarios, grupos o permisos inusuales, entonces estos valores sern
preservados en los directorios hechos por el programa postinst. Sin
embargo, como una excepcin especial, si un directorio tiene como
propietario root.root, ste ser tratado como si tuviese como dueo
root.staff y en modo 2775. Esto es til, puesto que esa es la norma
recomendada para el grupo y modo de los directorios en /usr/local.
OPCIONES
-n, --noscripts
No modifica programas postinst/prerm.
NOTAS
Note that this command is not idempotent. 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.
CONFORME A
Normas de Debian, versin 2.2
VASE ADEMS
debhelper(7)
Este programa es parte de debhelper.
AUTOR
Andrew Stribblehill <ads@debian.org>
TRADUCTOR
Traduccin de Rudy Godoy <debian-l10n-spanish@lists.debian.org>