From ea314d2f45c40a006c0104157013ab4b857f665f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:35:28 +0200 Subject: Adding upstream version 1.22.4. Signed-off-by: Daniel Baumann --- man/it/deb-old.pod | 46 +++++++++++++++++++++++++++ man/it/dpkg-distaddfile.pod | 76 +++++++++++++++++++++++++++++++++++++++++++++ man/it/dpkg.cfg.pod | 34 ++++++++++++++++++++ man/it/dselect.cfg.pod | 34 ++++++++++++++++++++ 4 files changed, 190 insertions(+) create mode 100644 man/it/deb-old.pod create mode 100644 man/it/dpkg-distaddfile.pod create mode 100644 man/it/dpkg.cfg.pod create mode 100644 man/it/dselect.cfg.pod (limited to 'man/it') 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 + +IB<.deb> + +=head1 DESCRIZIONE + +The B<.deb> format is the Debian binary package file format. This manual page describes the B format, used before Debian 0.93. Please see L 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 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 subdirectory. In that case, the B 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, L, L. + 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 [I...] I + +=head1 DESCRIZIONE + +B aggiunge una voce per un file specificato in B. + +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 si aspetta di trovare i file, solitamente B<..>, piuttosto che un nome di percorso relativo alla directory corrente quando viene eseguito B. + +=head1 OPZIONI + +=over + +=item B<-f>I + +Legge o scrive la lista di file da caricare qui, invece di usare B. + +=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 + +Sets the color mode (since dpkg 1.18.5). The currently accepted values are: B (default), B and B. + +=item B + +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 + +L'elenco dei file generati che fanno parte del caricamento in fase di preparazione. B può essere usato per aggiungere file addizionali. + +=back + +=head1 VEDERE ANCHE + +L. + 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. + 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. + -- cgit v1.2.3