diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:09 +0000 |
commit | 3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c (patch) | |
tree | 9532e637f47d6ff7246ccbabb62d4e2b4b5908df /man/dpkg-query.pod | |
parent | Adding debian version 1.22.6. (diff) | |
download | dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.tar.xz dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.zip |
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/dpkg-query.pod')
-rw-r--r-- | man/dpkg-query.pod | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/man/dpkg-query.pod b/man/dpkg-query.pod index 599fed4..e45d8bf 100644 --- a/man/dpkg-query.pod +++ b/man/dpkg-query.pod @@ -186,7 +186,7 @@ List paths for control files installed to your system from I<package-name> If I<control-file> is specified then only list the path for that control file if it is present. -B<Warning>: this command is deprecated as it gives direct access to the +B<Warning>: This command is deprecated as it gives direct access to the internal dpkg database, please switch to use B<--control-list> and B<--control-show> instead for all cases where those commands might give the same end result. @@ -336,6 +336,8 @@ fields or fields stored in the binary package end up in it): =item B<Description> +=item B<Description-md5> (internal, front-end related) + =item B<Enhances> =item B<Protected> @@ -372,6 +374,12 @@ fields or fields stored in the binary package end up in it): =item B<Section> +=item B<SHA1> (internal, front-end related) + +=item B<SHA256> (internal, front-end related) + +=item B<SHA512> (internal, front-end related) + =item B<Size> (internal, front-end related) =item B<Source> @@ -544,6 +552,12 @@ 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.22.7). +The accepted values are: B<0> and B<1> (default). + =back =head2 Internal environment |