dpkg (1.18.25) stretch; urgency=medium
[dpkg] / man / it / dpkg-scansources.man
CommitLineData
1479465f
GJ
1.\" dpkg manual page - dpkg-scansources(1)
2.\"
3.\" Copyright © 2005 Roderick Schertler <roderick@argon.org>
4.\" Copyright © 2006 Frank Lichtenheld <djpig@debian.org>
5.\" Copyright © 2009 Raphaël Hertzog <hertzog@debian.org>
6.\"
7.\" This is free software; you can redistribute it and/or modify
8.\" it under the terms of the GNU General Public License as published by
9.\" the Free Software Foundation; either version 2 of the License, or
10.\" (at your option) any later version.
11.\"
12.\" This is distributed in the hope that it will be useful,
13.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
14.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15.\" GNU General Public License for more details.
16.\"
17.\" You should have received a copy of the GNU General Public License
18.\" along with this program. If not, see <https://www.gnu.org/licenses/>.
19.
20.\"*******************************************************************
21.\"
22.\" This file was generated with po4a. Translate the source file.
23.\"
24.\"*******************************************************************
25.TH dpkg\-scansources 1 %RELEASE_DATE% %VERSION% "suite dpkg"
26.nh
27.SH NOME
28dpkg\-scanpackages \- crea file Sources con indici
29.
30.SH SINTASSI
31\fBdpkg\-scansources\fP [\fIopzione\fP...] \fIdir\-binari\fP [\fIfile\-override\fP
32[\fIprefisso\-percorso\fP]] \fB>\fP \fISources\fP
33.
34.SH DESCRIZIONE
35\fBdpkg\-scansources\fP cerca file \fI.dsc\fP nella \fIdir\-binari\fP specificata; essi
36vengono usati per creare un indice dei sorgenti Debian che viene restituito
37sullo stdout.
38.PP
39The \fIoverride\-file\fP, if given, is used to set priorities in the resulting
40index records and to override the maintainer field given in the \fI.dsc\fP
41files. The file can be compressed (since dpkg 1.15.5). See
42\fBdeb\-override\fP(5) for the format of this file. Note: Since the override
43file is indexed by binary, not source packages, there's a bit of a problem
44here. The current implementation uses the highest priority of all the binary
45packages produced by a \fI.dsc\fP file for the priority of the source package,
46and the override entry for the first binary package listed in the \fI.dsc\fP
47file to modify maintainer information. This might change.
48.PP
49\fIprefisso\-percorso\fP, se specificato, viene posto prima del campo directory
50nell'indice dei sorgenti generato. Viene generalmente usato per far sì che i
51campi directory contengano il percorso a partire dal punto più alto della
52gerarchia dell'archivio Debian.
53.
54.PP
55\fBNota:\fP Se si vuole accedere al file Sources generato con \fBapt\fP(8), sarà
56probabilmente necessario comprimere il file con \fBgzip\fP(1) (generando un
57file Sources.gz). apt ignora i file Sources non compressi, tranne per
58l'accesso locale (cioè fonti \fBfile://\fP).
59.
60.SH OPZIONI
61.IP "\fB\-n\fP, \fB\-\-no\-sort\fP" 4
62Non ordina le voci nell'indice; normalmente vengono ordinate in base al nome
63del pacchetto sorgente.
64.TP
65.IP "\fB\-e\fP, \fB\-\-extra\-override\fP \fIfile\fP" 4
66Scan \fIfile\fP to find supplementary overrides (since dpkg 1.15.4; the file
67can be compressed since dpkg 1.15.5). See \fBdeb\-extra\-override\fP(5) for
68more information on its format.
69.IP "\fB\-s\fP, \fB\-\-source\-override\fP \fIfile\fP" 4
70Use \fIfile\fP as the source override file (the file can be compressed since
71dpkg 1.15.5). The default is the name of the override file you specified
72with \fI.src\fP appended.
73.sp
74Il file override dei sorgenti è in un formato diverso da quello del file
75override dei binari. Contiene solo due campi separati da spazi: il primo è
76il nome del pacchetto sorgente e il secondo è la sezione. Le righe vuote e
77le righe di commento vengono ignorate come di consueto. Se un pacchetto è
78presente in entrambi i file, il file override dei sorgenti ha la precedenza
79per ciò che riguarda l'impostazione della sezione.
80.IP \fB\-\-debug\fP 4
81Attiva il debug.
82.IP \fB\-\-help\fP 4
83Mostra il messaggio sull'uso ed esce.
84.IP \fB\-\-version\fP 4
85Mostra la versione ed esce.
86.
87.SH "VEDERE ANCHE"
88\fBdeb\-override\fP(5), \fBdeb\-extra\-override\fP(5), \fBdpkg\-scanpackages\fP(1).