diff options
Diffstat (limited to '')
-rw-r--r-- | man/dpkg-buildapi.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/dpkg-buildapi.pod b/man/dpkg-buildapi.pod index 49c8d47..84c519c 100644 --- a/man/dpkg-buildapi.pod +++ b/man/dpkg-buildapi.pod @@ -69,6 +69,18 @@ F<debian/rules> to avoid having to parse F<debian/control> multiple times, and not to set the global build API level from F<debian/rules>, otherwise build drivers (such as L<dpkg-buildpackage(1)>) cannot access it. +=item B<DPKG_COLORS> + +Sets the color mode. +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. +The accepted values are: B<0> and B<1> (default). + =back =head1 FILES |