From faf78e24948280b25ccad71e5fe027809f8c6279 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Apr 2024 06:10:50 +0200 Subject: Adding upstream version 2.9.2. Signed-off-by: Daniel Baumann --- doc/apt-verbatim.ent | 2 +- doc/apt.conf.5.xml | 41 +++++++++++- doc/apt.ent | 17 +++++ doc/examples/configure-index | 4 ++ doc/po/apt-doc.pot | 84 +++++++++++++++++++++++- doc/po/de.po | 129 +++++++++++++++++++++++++++++++++++- doc/po/es.po | 128 +++++++++++++++++++++++++++++++++++- doc/po/fr.po | 128 +++++++++++++++++++++++++++++++++++- doc/po/it.po | 151 +++++++++++++++++++++++++++++++++++-------- doc/po/ja.po | 128 +++++++++++++++++++++++++++++++++++- doc/po/nl.po | 128 +++++++++++++++++++++++++++++++++++- doc/po/pl.po | 128 +++++++++++++++++++++++++++++++++++- doc/po/pt.po | 128 +++++++++++++++++++++++++++++++++++- doc/po/pt_BR.po | 76 +++++++++++++++++++++- 14 files changed, 1225 insertions(+), 47 deletions(-) (limited to 'doc') diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 6f94904..d19a376 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> - + diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 2ae569e..e873cf5 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; - 2024-02-21T00:00:00Z + 2024-04-19T00:00:00Z @@ -174,6 +174,45 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; + + + This scope defines colors and styles. The basic colors supported are + , + , + , + , + , + , and + . + + + The subscope defines the colors for package lists + in and similar commands. The following options may be set: + , + , + , + , + ; corresponding to their + lists in the &apt; output. + + + Each color may reference one or more other color options by name, relative + to . Their escape sequences will be combined. + + +APT::Color::Bold "\x1B[1m"; +APT::Color::Action::Install "cyan"; +APT::Color::Action::Upgrade "bold action::install"; + + + Colors may be turned on or off completely by setting + to or , by utilizing NO_COLOR + or APT_NO_COLOR environment variables, or using the + , command-line options. + + + + This scope defines which compression formats are supported, how compression diff --git a/doc/apt.ent b/doc/apt.ent index a6abb0e..b502073 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -48,6 +48,13 @@ + + + Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones. + + + + @@ -70,6 +77,16 @@ + + + + +Turn colors on or off. Colors are on by default on supported terminals for &apt; and +can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables, +or further configured by the configuration option and scope, see &apt-conf; for information on that. + + + ">