summaryrefslogtreecommitdiff
path: root/man/it/dpkg-checkbuilddeps.1
blob: 0bf82c68a9aadf9c399b7f7559fefbe244cff25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.\" dpkg manual page - dpkg-checkbuilddeps(1)
.\"
.\" Copyright © 2001 Joey Hess <joeyh@debian.org>
.\" Copyright © 2007-2012 Guillem Jover <guillem@debian.org>
.\" Copyright © 2008-2011 Raphaël Hertzog <hertzog@debian.org>
.\"
.\" This is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH dpkg\-checkbuilddeps 1 "17 settembre 2013" "Progetto Debian" "utilità dpkg"
.SH NOME
dpkg\-checkbuilddeps \- controlla le dipendenze e i conflitti di compilazione
.
.SH SINTASSI
\fBdpkg\-checkbuilddeps\fP [\fIopzione\fP...] [\fIfile\-controllo\fP]
.
.SH DESCRIZIONE
Questo programma controlla la corrispondenza tra i pacchetti installati nel
sistema e le dipendenze e i conflitti di compilazione elencati nel file di
controllo. Se alcuni non sono soddisfatti li visualizza ed esce restituendo
un codice diverso da zero.
.P
In modo predefinito viene letto \fBdebian/control\fP, ma può essere specificato
un nome di file di controllo alternativo sulla riga di comando.
.
.SH OPZIONI
.TP 
\fB\-\-admindir=\fP\fIdir\fP
Change the location of the \fBdpkg\fP database (since dpkg 1.14.0).  The
default location is \fI/var/lib/dpkg\fP.
.TP 
\fB\-A\fP
Ignore \fBBuild\-Depends\-Arch\fP and \fBBuild\-Conflicts\-Arch\fP lines (since dpkg
1.16.4).  Use when only arch\-indep packages will be built, or combine with
\fB\-B\fP when only a source package is to be built.
.TP 
\fB\-B\fP
Ignora le righe \fBBuild\-Depends\-Indep\fP e \fBBuild\-Conflicts\-Indep\fP. Usato
quando verranno compilati solo pacchetti dipendenti dall'architettura o in
combinazione con \fB\-A\fP quando deve essere compilato solo un pacchetto
sorgente.
.TP 
\fB\-d \fP\fIstringa\-dipendenze\-compilazione\fP
.TP 
\fB\-c \fP\fIstringa\-conflitti\-compilazione\fP
Use the given build dependencies/conflicts instead of those contained in the
\fIdebian/control\fP file (since dpkg 1.14.17).
.TP 
\fB\-a \fP\fIarch\fP
Check build dependencies/conflicts assuming that the package described in
the control file is to be built for the given host architecture instead of
the architecture of the current system (since dpkg 1.16.2).
.TP 
\fB\-P \fP\fIprofilo\fP[\fB,\fP...]
Check build dependencies/conflicts assuming that the package described in
the control file is to be built for the given build profile(s)  (since dpkg
1.17.2).  The argument is a comma\-separated list of profile names.
.TP 
\fB\-?\fP, \fB\-\-help\fP
Mostra il messaggio sull'uso ed esce.
.TP 
\fB\-\-version\fP
Mostra la versione ed esce.
.
.SH AMBIENTE
.TP 
\fBDEB_BUILD_PROFILES\fP
Se impostata, il suo valore verrà usato come profili attivi da compilare per
il pacchetto in fase di compilazione. È un elenco separato da spazi di nomi
di profilo. Viene scavalcata dall'opzione \fB\-P\fP.