dpkg (1.18.25) stretch; urgency=medium
[dpkg] / man / es / dpkg-gencontrol.man
CommitLineData
1479465f
GJ
1.\" dpkg manual page - dpkg-gencontrol(1)
2.\"
3.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
4.\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
5.\" Copyright © 2006, 2012-2013, 2015 Guillem Jover <guillem@debian.org>
6.\" Copyright © 2007-2008 Raphaël Hertzog <hertzog@debian.org>
7.\"
8.\" This is free software; you can redistribute it and/or modify
9.\" it under the terms of the GNU General Public License as published by
10.\" the Free Software Foundation; either version 2 of the License, or
11.\" (at your option) any later version.
12.\"
13.\" This is distributed in the hope that it will be useful,
14.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16.\" GNU General Public License for more details.
17.\"
18.\" You should have received a copy of the GNU General Public License
19.\" along with this program. If not, see <https://www.gnu.org/licenses/>.
20.
21.\"*******************************************************************
22.\"
23.\" This file was generated with po4a. Translate the source file.
24.\"
25.\"*******************************************************************
26.TH dpkg\-gencontrol 1 %RELEASE_DATE% %VERSION% "Herramientas de dpkg"
27.nh
28.SH NOMBRE
29dpkg\-gencontrol \- Generación de ficheros de control de Debian
30.
31.SH SINOPSIS
32\fBdpkg\-gencontrol\fP [\fIopción\fP...]
33.
34.SH DESCRIPCIÓN
35\fBdpkg\-gencontrol\fP lee la información desde un árbol de fuentes de Debian
36desempaquetado, y genera un fichero de control de paquete binario (por
37omisión ubicado en «debian/tmp/DEBIAN/control»); durante el proceso, también
38simplificará los campos de las relaciones.
39.sp
40Thus \fBPre\-Depends\fP, \fBDepends\fP, \fBRecommends\fP and \fBSuggests\fP are
41simplified in this order by removing dependencies which are known to be true
42according to the stronger dependencies already parsed. It will also remove
43any self\-dependency (in fact it will remove any dependency which evaluates
44to true given the current version of the package as installed). Logically it
45keeps the intersection of multiple dependencies on the same package. The
46order of dependencies is preserved as best as possible: if any dependency
47must be discarded due to another dependency appearing further in the field,
48the superseding dependency will take the place of the discarded one.
49.sp
50The other relation fields (\fBEnhances\fP, \fBConflicts\fP, \fBBreaks\fP, \fBReplaces\fP
51and \fBProvides\fP) are also simplified individually by computing the union of
52the various dependencies when a package is listed multiple times in the
53field.
54.sp
55\fBdpkg\-gencontrol\fP también añade una entrada para el paquete binario en
56\fBdebian/files\fP.
57.
58.SH OPCIONES
59.TP
60\fB\-v\fP\fIversión\fP
61Define el número de versión del paquete binario a generar.
62.TP
63\fB\-V\fP\fInombre\fP\fB=\fP\fIvalor\fP
64Define una variable de sustitución de la salida. Consulte
65\fBdeb\-substvars\fP(5) para más información acerca de la sustitución de la
66salida.
67.TP
68\fB\-T\fP\fIfichero\-variables\-sustitución\fP
69Read substitution variables in \fIsubstvars\-file\fP; the default is
70\fBdebian/substvars\fP. This option can be used multiple times to read
71substitution variables from multiple files (since dpkg 1.15.6).
72.TP
73\fB\-D\fP\fIcampo\fP\fB=\fP\fIvalor\fP
74Sobreescribe o añade un campo en el fichero de control de salida.
75.TP
76\fB\-U\fP\fIcampo\fP
77Elimina un campo del fichero de control de salida.
78.TP
79\fB\-c\fP\fIfichero\-de\-control\fP
80Define el fichero de control principal de las fuentes del que leer la
81información. Por omisión es \fBdebian/control\fP.
82.TP
83\fB\-l\fP\fIfichero\-de\-cambios\fP
84Define el fichero de registro de cambios del que leer la información. Por
85omisión es \fBdebian/changelog\fP.
86.TP
87\fB\-f\fP\fIfichero\-de\-lista\-de\-ficheros\fP
88Lee o escribe la lista de ficheros a subir desde el fichero especificado, en
89lugar de utilizar \fBdebian/files\fP.
90.TP
91\fB\-F\fP\fIformato\-fichero\-de\-cambios\fP
92Define el formato del fichero de cambios. Para información sobre formatos
93alternativos consulte \fBdpkg\-parsechangelog\fP(1).
94.TP
95\fB\-p\fP\fIpaquete\fP
96Genera información para el paquete binario \fIpaquete\fP. Puede omitir esta
97opción si el fichero de control de las fuentes lista un sólo paquete
98binario; de no ser así, es esencial seleccionar el paquete binario del cual
99se desea generar la información.
100.TP
101\fB\-n\fP\fInombrefichero\fP
102Supone que el nombre de fichero del paquete será \fInombre\-fichero\fP en vez
103del habitual, «paquete_versión_arquitectura.deb».
104.TP
105\fB\-is\fP, \fB\-ip\fP, \fB\-isp\fP
106These options are ignored for compatibility with older versions of the dpkg
107build scripts but are now deprecated. Previously they were used to tell
108\fBdpkg\-gencontrol\fP to include the Section and Priority fields in the control
109file. This is now the default behaviour. If you want to get the old
110behaviour you can use the \fB\-U\fP option to delete the fields from the control
111file.
112.TP
113\fB\-P\fP\fIdirectorio\-compilación\-paquete\fP
114Indica a \fBdpkg\-source\fP que el paquete se está creando en
115\fIdirectorio\-compilación\-paquete\fP en vez de \fBdebian/tmp\fP. Se usa para
116encontrar el valor por omisión de la variable de sustitución y campo del
117fichero de control \fBInstalled\-Size\fP, tamaño instalado, (usando \fBdu\fP), y
118para establecer la ruta predefinida del fichero de salida.
119.TP
120\fB\-O\fP[\fIfilename\fP]
121Print the control file to standard output (or \fIfilename\fP if specified,
122since dpkg 1.17.2), rather than to \fBdebian/tmp/DEBIAN/control\fP (or
123\fIpackage\-build\-dir\fP\fB/DEBIAN/control\fP if \fB\-P\fP was used).
124.TP
125\fB\-?\fP, \fB\-\-help\fP
126Muestra el modo de uso y termina.
127.TP
128\fB\-\-version\fP
129Muestra la versión y termina.
130.
131.SH FICHEROS
132.TP
133\fBdebian/control\fP
134El fichero de información de control de fuentes principal, que da
135información independiente de la versión acerca del paquete fuente y los
136paquetes binarios que puede generar.
137.TP
138\fBdebian/files\fP
139La lista de ficheros generados que forman parte de la subida en
140preparación. \fBdpkg\-gencontrol\fP añade los supuestos nombres de fichero de
141paquetes binarios cuyos ficheros de control genera.
142.SH "VÉASE TAMBIÉN"
143.ad l
144\fBdeb\-substvars\fP(5), \fBdeb\-src\-control\fP(5), \fBdeb\-changelog\fP(5),
145\fBdeb\-control\fP(5).
146.SH TRADUCTOR
147Rudy Godoy <rudy@kernel\-panik.org>,
148Rubén Porras <nahoo@inicia.es>,
149Bruno Barrera C. <bruno.barrera@igloo.cl>,
150Carlos Izquierdo <gheesh@ertis.net>,
151Esteban Manchado y
152NOK.
153Debian L10n Spanish <debian\-l10n\-spanish@lists.debian.org>.
154.br
155Revisiones por Santiago Vila <sanvila@unex.es>,
156Javier Fernández\-Sanguino, Rubén Porras,
157Luis Uribe y Omar Campagne.