[dpkg] 23/27: man: Document DPKG_NLS environment variable for all programs using it

Mattia Rizzolo mattia at debian.org
Mon Oct 23 18:10:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository dpkg.

commit 365c88f0d4e5dc136ff0c539e83835aa0d85808b
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Oct 22 19:46:55 2017 +0200

    man: Document DPKG_NLS environment variable for all programs using it
---
 debian/changelog             | 1 +
 man/dpkg-architecture.man    | 5 +++++
 man/dpkg-buildflags.man      | 5 +++++
 man/dpkg-buildpackage.man    | 5 +++++
 man/dpkg-checkbuilddeps.man  | 5 +++++
 man/dpkg-distaddfile.man     | 5 +++++
 man/dpkg-genbuildinfo.man    | 5 +++++
 man/dpkg-genchanges.man      | 5 +++++
 man/dpkg-gencontrol.man      | 5 +++++
 man/dpkg-gensymbols.man      | 5 +++++
 man/dpkg-mergechangelogs.man | 5 +++++
 man/dpkg-name.man            | 5 +++++
 man/dpkg-parsechangelog.man  | 5 +++++
 man/dpkg-scanpackages.man    | 5 +++++
 man/dpkg-scansources.man     | 5 +++++
 man/dpkg-shlibdeps.man       | 5 +++++
 man/dpkg-source.man          | 5 +++++
 man/dpkg-vendor.man          | 5 +++++
 18 files changed, 86 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d2ed291..d5fd0a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
     - Add a missing dot on the dpkg-buildflags(1) «lfs» feature paragraph.
       Spotted by Helge Kreutzmann <debian at helgefjell.de>.
     - Document DPKG_COLORS environment variable for all programs using it.
+    - Document DPKG_NLS environment variable for all programs using it.
   * Packaging:
     - Install update-alternatives policykit-1 file.
     - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
diff --git a/man/dpkg-architecture.man b/man/dpkg-architecture.man
index ea70f94..3edc975 100644
--- a/man/dpkg-architecture.man
+++ b/man/dpkg-architecture.man
@@ -367,6 +367,11 @@ Defaults to «%PKGDATADIR%».
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH NOTES
 All long command and option names available only since dpkg 1.17.17.
diff --git a/man/dpkg-buildflags.man b/man/dpkg-buildflags.man
index 258ef82..a0a76ed 100644
--- a/man/dpkg-buildflags.man
+++ b/man/dpkg-buildflags.man
@@ -534,6 +534,11 @@ This variable is currently Debian and derivatives-specific.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH FILES
 .SS Configuration files
diff --git a/man/dpkg-buildpackage.man b/man/dpkg-buildpackage.man
index bf9c6ac..12c121c 100644
--- a/man/dpkg-buildpackage.man
+++ b/man/dpkg-buildpackage.man
@@ -496,6 +496,11 @@ Overridden by the \fB\-P\fP option.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 
 .SS Internal environment
 Even if \fBdpkg\-buildpackage\fP exports some variables, \fBdebian/rules\fP
diff --git a/man/dpkg-checkbuilddeps.man b/man/dpkg-checkbuilddeps.man
index 63f7dbd..fa75e65 100644
--- a/man/dpkg-checkbuilddeps.man
+++ b/man/dpkg-checkbuilddeps.man
@@ -91,3 +91,8 @@ by the \fB\-P\fP option.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
diff --git a/man/dpkg-distaddfile.man b/man/dpkg-distaddfile.man
index c6b8a98..12d758e 100644
--- a/man/dpkg-distaddfile.man
+++ b/man/dpkg-distaddfile.man
@@ -61,6 +61,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH FILES
 .TP
diff --git a/man/dpkg-genbuildinfo.man b/man/dpkg-genbuildinfo.man
index b3161a8..e756e9f 100644
--- a/man/dpkg-genbuildinfo.man
+++ b/man/dpkg-genbuildinfo.man
@@ -154,6 +154,11 @@ The feature “\fBpath\fP” controls whether to unconditionally include the
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH FILES
 .TP
diff --git a/man/dpkg-genchanges.man b/man/dpkg-genchanges.man
index 14ec9af..ab9b074 100644
--- a/man/dpkg-genchanges.man
+++ b/man/dpkg-genchanges.man
@@ -198,6 +198,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH FILES
 .TP
diff --git a/man/dpkg-gencontrol.man b/man/dpkg-gencontrol.man
index 950fc8d..897ecb5 100644
--- a/man/dpkg-gencontrol.man
+++ b/man/dpkg-gencontrol.man
@@ -152,6 +152,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH FILES
 .TP
diff --git a/man/dpkg-gensymbols.man b/man/dpkg-gensymbols.man
index 7a8fbf1..a708b5e 100644
--- a/man/dpkg-gensymbols.man
+++ b/man/dpkg-gensymbols.man
@@ -512,6 +512,11 @@ of command-line arguments having precedence over environment variables).
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH SEE ALSO
 .BR https://people.redhat.com/drepper/symbol\-versioning
diff --git a/man/dpkg-mergechangelogs.man b/man/dpkg-mergechangelogs.man
index e2090de..9cda23e 100644
--- a/man/dpkg-mergechangelogs.man
+++ b/man/dpkg-mergechangelogs.man
@@ -66,6 +66,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH LIMITATIONS
 .P
diff --git a/man/dpkg-name.man b/man/dpkg-name.man
index 0bf48fc..fc007e9 100644
--- a/man/dpkg-name.man
+++ b/man/dpkg-name.man
@@ -83,6 +83,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH BUGS
 Some packages don't follow the name structure
diff --git a/man/dpkg-parsechangelog.man b/man/dpkg-parsechangelog.man
index 439c035..fd73fc8 100644
--- a/man/dpkg-parsechangelog.man
+++ b/man/dpkg-parsechangelog.man
@@ -198,6 +198,11 @@ Short option parsing with non-bundled values available only since dpkg 1.18.0.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH FILES
 .TP
diff --git a/man/dpkg-scanpackages.man b/man/dpkg-scanpackages.man
index 495e62e..2177054 100644
--- a/man/dpkg-scanpackages.man
+++ b/man/dpkg-scanpackages.man
@@ -121,6 +121,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH DIAGNOSTICS
 .B dpkg\-scanpackages
diff --git a/man/dpkg-scansources.man b/man/dpkg-scansources.man
index e9317f0..6b19f18 100644
--- a/man/dpkg-scansources.man
+++ b/man/dpkg-scansources.man
@@ -98,6 +98,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH SEE ALSO
 .BR deb\-override (5),
diff --git a/man/dpkg-shlibdeps.man b/man/dpkg-shlibdeps.man
index 598778f..d4c8ea2 100644
--- a/man/dpkg-shlibdeps.man
+++ b/man/dpkg-shlibdeps.man
@@ -272,6 +272,11 @@ Show the version and exit.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH DIAGNOSTICS
 .SS Warnings
diff --git a/man/dpkg-source.man b/man/dpkg-source.man
index 96ec6f4..2233d7a 100644
--- a/man/dpkg-source.man
+++ b/man/dpkg-source.man
@@ -779,6 +779,11 @@ Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
 .TP
+.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: \fB0\fP and \fB1\fP (default).
+.TP
 .B SOURCE_DATE_EPOCH
 If set, it will be used as the timestamp (as seconds since the epoch) to
 clamp the mtime in the \fBtar\fP(5) file entries.
diff --git a/man/dpkg-vendor.man b/man/dpkg-vendor.man
index d6bfcf3..2e1eb8f 100644
--- a/man/dpkg-vendor.man
+++ b/man/dpkg-vendor.man
@@ -67,6 +67,11 @@ current vendor by reading \fB%PKGCONFDIR%/origins/default\fP.
 Sets the color mode (since dpkg 1.18.5).
 The currently accepted values are: \fBauto\fP (default), \fBalways\fP and
 \fBnever\fP.
+.TP
+.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: \fB0\fP and \fB1\fP (default).
 .
 .SH SEE ALSO
 .BR deb\-origin (5).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list