diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:35:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:35:28 +0000 |
commit | ea314d2f45c40a006c0104157013ab4b857f665f (patch) | |
tree | 3ef2971cb3675c318b8d9effd987854ad3f6d3e8 /man/it | |
parent | Initial commit. (diff) | |
download | dpkg-ea314d2f45c40a006c0104157013ab4b857f665f.tar.xz dpkg-ea314d2f45c40a006c0104157013ab4b857f665f.zip |
Adding upstream version 1.22.4.upstream/1.22.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/it')
-rw-r--r-- | man/it/deb-old.pod | 46 | ||||
-rw-r--r-- | man/it/dpkg-distaddfile.pod | 76 | ||||
-rw-r--r-- | man/it/dpkg.cfg.pod | 34 | ||||
-rw-r--r-- | man/it/dselect.cfg.pod | 34 |
4 files changed, 190 insertions, 0 deletions
diff --git a/man/it/deb-old.pod b/man/it/deb-old.pod new file mode 100644 index 0000000..bccd958 --- /dev/null +++ b/man/it/deb-old.pod @@ -0,0 +1,46 @@ + + ***************************************************** + * GENERATED FILE, DO NOT EDIT * + * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION * + ***************************************************** + +This file was generated by po4a(7). Do not store it (in VCS, for example), +but store the PO file used as source file by po4a-translate. + +In fact, consider this as a binary, and the PO file as a regular .c file: +If the PO get lost, keeping this translation up-to-date will be harder. + +=encoding UTF-8 + +=head1 NOME + +deb-old - formato vecchio stile dei pacchetti binari Debian + +=head1 SINTASSI + +I<nomefile>B<.deb> + +=head1 DESCRIZIONE + +The B<.deb> format is the Debian binary package file format. This manual page describes the B<old> format, used before Debian 0.93. Please see L<deb(5)> for details of the new format. + +=head1 FORMATO + +Il file è composto da due righe di testo ASCII con informazioni sul formato, seguite da due file ustar compressi con gzip e concatenati. + +La prima riga è il numero di versione del formato espresso con 8 cifre ed è B<0.939000> per tutti gli archivi nel formato vecchio. + +La seconda riga è una stringa decimale (senza zeri iniziali) che fornisce la lunghezza del primo file tar compresso con gzip. + +Ciascuna di queste righe termina con un singolo carattere di ritorno a capo. + +Il primo file tar contiene le informazioni di controllo, in forma di una serie di file ordinari. Il file B<control> deve essere presente dato che contiene le informazioni principali di controllo. + +In some very old archives, the files in the control tarfile may optionally be in a B<DEBIAN> subdirectory. In that case, the B<DEBIAN> subdirectory will be in the control tarfile too, and the control tarfile will have only files in that directory. Optionally the control tarfile may contain an entry for ‘B<.>’, that is, the current directory. + +Il secondo file tar compresso con gpiz è l'archivio del file system che contiene i nomi di percorso relativi alla directory root del sistema su cui devono essere installati. I nomi di percorso non terminano con sbarre. + +=head1 VEDERE ANCHE + +L<deb(5)>, L<deb-control(5)>, L<dpkg-deb(1)>. + diff --git a/man/it/dpkg-distaddfile.pod b/man/it/dpkg-distaddfile.pod new file mode 100644 index 0000000..bc149a3 --- /dev/null +++ b/man/it/dpkg-distaddfile.pod @@ -0,0 +1,76 @@ + + ***************************************************** + * GENERATED FILE, DO NOT EDIT * + * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION * + ***************************************************** + +This file was generated by po4a(7). Do not store it (in VCS, for example), +but store the PO file used as source file by po4a-translate. + +In fact, consider this as a binary, and the PO file as a regular .c file: +If the PO get lost, keeping this translation up-to-date will be harder. + +=encoding UTF-8 + +=head1 NOME + +dpkg-distaddfile - aggiunge voci a debian/files + +=head1 SINTASSI + +B<dpkg-distaddfile> [I<opzione>...] I<nomefile sezione priorità> + +=head1 DESCRIZIONE + +B<dpkg-distaddfile> aggiunge una voce per un file specificato in B<debian/files>. + +Accetta tre argomenti non opzione: il nome del file e la sezione e priorità per il file B<.changes>. + +Il nome del file deve essere specificato come relativo rispetto alla directory in cui B<dpkg-genchanges> si aspetta di trovare i file, solitamente B<..>, piuttosto che un nome di percorso relativo alla directory corrente quando viene eseguito B<dpkg-distaddfile>. + +=head1 OPZIONI + +=over + +=item B<-f>I<file-con-lista-file> + +Legge o scrive la lista di file da caricare qui, invece di usare B<debian/files>. + +=item B<-?>, B<--help> + +Mostra il messaggio sull'uso ed esce. + +=item B<--version> + +Mostra la versione ed esce. + +=back + +=head1 AMBIENTE + +=over + +=item B<DPKG_COLORS> + +Sets the color mode (since dpkg 1.18.5). The currently accepted values are: B<auto> (default), B<always> and B<never>. + +=item B<DPKG_NLS> + +If set, it will be used to decide whether to activate Native Language Support, also known as internationalization (or i18n) support (since dpkg 1.19.0). The accepted values are: B<0> and B<1> (default). + +=back + +=head1 FILE + +=over + +=item B<debian/files> + +L'elenco dei file generati che fanno parte del caricamento in fase di preparazione. B<dpkg-distaddfile> può essere usato per aggiungere file addizionali. + +=back + +=head1 VEDERE ANCHE + +L<deb-src-files(5)>. + diff --git a/man/it/dpkg.cfg.pod b/man/it/dpkg.cfg.pod new file mode 100644 index 0000000..4602664 --- /dev/null +++ b/man/it/dpkg.cfg.pod @@ -0,0 +1,34 @@ + + ***************************************************** + * GENERATED FILE, DO NOT EDIT * + * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION * + ***************************************************** + +This file was generated by po4a(7). Do not store it (in VCS, for example), +but store the PO file used as source file by po4a-translate. + +In fact, consider this as a binary, and the PO file as a regular .c file: +If the PO get lost, keeping this translation up-to-date will be harder. + +=encoding UTF-8 + +=head1 NOME + +dpkg.cfg - file di configurazione di dpkg + +=head1 DESCRIZIONE + +This file contains default options for dpkg. Each line contains a single option which is exactly the same as a normal command line option for dpkg except for the leading hyphens which are not used here. Quotes surrounding option values are stripped. Comments are allowed by starting a line with a hash sign (‘B<#>’). + +=head1 FILE + +I<%PKGCONFDIR%/dpkg.cfg.d/[0-9a-zA-Z_-]*> + +I<%PKGCONFDIR%/dpkg.cfg> + +I<~/.dpkg.cfg> + +=head1 VEDERE ANCHE + +L<dpkg(1)>. + diff --git a/man/it/dselect.cfg.pod b/man/it/dselect.cfg.pod new file mode 100644 index 0000000..ff3bad3 --- /dev/null +++ b/man/it/dselect.cfg.pod @@ -0,0 +1,34 @@ + + ***************************************************** + * GENERATED FILE, DO NOT EDIT * + * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION * + ***************************************************** + +This file was generated by po4a(7). Do not store it (in VCS, for example), +but store the PO file used as source file by po4a-translate. + +In fact, consider this as a binary, and the PO file as a regular .c file: +If the PO get lost, keeping this translation up-to-date will be harder. + +=encoding UTF-8 + +=head1 NOME + +dselect.cfg - file di configurazione di dselect + +=head1 DESCRIZIONE + +This file contains default options for dselect. Each line contains a single option which is exactly the same as a normal command line option for dselect except for the leading hyphens which are not used here. Quotes surrounding option values are stripped. Comments are allowed by starting a line with a hash sign (‘B<#>’). + +=head1 FILE + +I<%PKGCONFDIR%/dselect.cfg.d/[0-9a-zA-Z_-]*> + +I<%PKGCONFDIR%/dselect.cfg> + +I<~/.dselect.cfg> + +=head1 VEDERE ANCHE + +L<dselect(1)>. + |