.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DH_LINK 1" .TH DH_LINK 1 "2020-01-14" "12.7.3~bpo10+1" "Debhelper" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NOMBRE" .IX Header "NOMBRE" dh_link \- Crea enlace simbólicos en los directorios de construcción del paquete .SH "SINOPSIS" .IX Header "SINOPSIS" \&\fBdh_link\fR [\fIopciones-de-debhelper\fR] [\fB\-A\fR] [\fB\-X\fR\fIelemento\fR] [\fIorigen destino\fR ...] .SH "DESCRIPCIÓN" .IX Header "DESCRIPCIÓN" \&\fBdh_link\fR es un programa de debhelper que crea enlaces simbólicos en los directorios de construcción del paquete. .PP \&\fBdh_link\fR accepts a list of pairs of source and destination files. The source files are the already existing files that will be symlinked from (called \fBtarget\fR by \fBln\fR\|(1)). The destination files are the symlinks that will be created (called \fBlink name\fR by \fBln\fR\|(1)). There \fBmust\fR be an equal number of source and destination files specified. .PP Be sure you \fBdo\fR specify the absolute path to both the source and destination files (unlike you would do if you were using something like \&\fBln\fR\|(1)). Please note that the leading slash is optional. .PP \&\fBdh_link\fR will generate symlinks that comply with Debian policy \- absolute when policy says they should be absolute, and relative links with as short a path as possible. It will also create any subdirectories it needs to put the symlinks in. .PP Todos los ficheros de destino preexistente se sustituirá con enlaces simbólicos. .PP \&\fBdh_link\fR también examina el árbol de construcción del paquete en busca de enlaces simbólicos existentes que no cumplen con las normas de Debian, y los corrige (v4 y posterior). .SH "FICHEROS" .IX Header "FICHEROS" .IP "debian/\fIpaquete\fR.links" 4 .IX Item "debian/paquete.links" Lista parejas de ficheros de origen y destino a enlazar. Cada pareja debería aparecer en una única línea, con el origen y el destino separados por un espacio en blanco. .Sp In each pair the source file (called \fBtarget\fR by \fBln\fR\|(1)) comes first and is followed by the destination file (called \fBlink name\fR by \fBln\fR\|(1)). Thus the pairs of source and destination files in each line are given in the same order as they would be given to \fBln\fR\|(1). .Sp In contrast to \fBln\fR\|(1), source and destination paths must be absolute (the leading slash is optional). .SH "OPCIONES" .IX Header "OPCIONES" .IP "\fB\-A\fR, \fB\-\-all\fR" 4 .IX Item "-A, --all" Crea cualquier enlace especificado por los parámetros de la linea de órdenes en \s-1TODOS\s0 los paquetes sobre los que se actúa, no solamente en el primero. .IP "\fB\-X\fR\fIelemento\fR, \fB\-\-exclude=\fR\fIelemento\fR" 4 .IX Item "-Xelemento, --exclude=elemento" Omite la corrección, para cumplir las normas de Debian, de los enlaces simbólicos que contienen \fIelemento\fR en cualquier parte de su nombre de fichero. .IP "\fIorigen destino \fR ..." 4 .IX Item "origen destino ..." Crea un fichero llamado \fIdestino\fR como un enlace a un fichero llamado \&\fIorigen\fR. Haga esto en el directorio de construcción de paquete del primer paquete sobre el que se actúa (o en todos los paquetes si define \fB\-A\fR). .SH "EJEMPLOS" .IX Header "EJEMPLOS" .Vb 1 \& dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1 .Ve .PP Hace de \fIbar.1\fR un enlace simbólico a \fIfoo.1\fR .PP .Vb 2 \& dh_link var/lib/foo usr/lib/foo \e \& usr/share/man/man1/foo.1 usr/share/man/man1/bar.1 .Ve .PP Hace de \fI/usr/lib/foo/\fR un enlace a \fI/var/lib/foo/\fR, y de \fIbar.1\fR un enlace simbólico a la página de manual \fIfoo.1\fR .PP .Vb 2 \& var/lib/foo usr/lib/foo \& usr/share/man/man1/foo.1 usr/share/man/man1/bar.1 .Ve .PP Same as above but as content for a debian/\fIpackage\fR.links file. .SH "VÉASE TAMBIÉN" .IX Header "VÉASE TAMBIÉN" \&\fBdebhelper\fR\|(7) .PP Este programa es parte de debhelper. .SH "AUTOR" .IX Header "AUTOR" Joey Hess .SH "TRADUCTOR" .IX Header "TRADUCTOR" Traducci�n de Rudy Godoy Actualizaci�n de Omar Campagne Polaino