man: Document version when new programs where introduced
[dpkg.git] / man / dpkg-vendor.pod
bloba9bd54a431469b724e4ba442186435a0ddaf3be5
1 # dpkg manual page - dpkg-vendor(1)
3 # Copyright © 2009 Raphaël Hertzog <hertzog@debian.org>
5 # This is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
18 =encoding utf8
20 =head1 NAME
22 dpkg-vendor - queries information about distribution vendors
24 =head1 SYNOPSIS
26 B<dpkg-vendor>
27 [I<option>...] I<command>
29 =head1 DESCRIPTION
31 B<dpkg-vendor> is a tool to query information about vendors listed in
32 B<%PKGCONFDIR%/origins>. B<%PKGCONFDIR%/origins/default> contains
33 information about the current vendor.
35 This program was introduced in dpkg 1.15.1.
37 =head1 COMMANDS
39 =over
41 =item B<--is> I<vendor>
43 Exits with B<0> if the current vendor is I<vendor>. Otherwise exits
44 with B<1>.
46 =item B<--derives-from> I<vendor>
48 Exits with B<0> if the current vendor distribution is a derivative of
49 I<vendor>, otherwise exits with B<1>.
50 It uses the B<Parent> field to browse all ancestors of the current vendor.
52 =item B<--query> I<field>
54 Print on standard output the value of the vendor-specific I<field> for
55 the current vendor.
57 =item B<--help>
59 Show the usage message and exit.
61 =item B<--version>
63 Show the version and exit.
65 =back
67 =head1 OPTIONS
69 =over
71 =item B<--vendor> I<vendor>
73 Assumes the current vendor is I<vendor> instead of discovering it
74 with the B<DEB_VENDOR> environment variable or
75 B<%PKGCONFDIR%/origins/default>.
77 =back
79 =head1 ENVIRONMENT
81 =over
83 =item B<DEB_VENDOR>
85 This setting defines the current vendor. If not set, it will discover the
86 current vendor by reading B<%PKGCONFDIR%/origins/default>.
88 =item B<DPKG_COLORS>
90 Sets the color mode (since dpkg 1.18.5).
91 The currently accepted values are: B<auto> (default), B<always> and
92 B<never>.
94 =item B<DPKG_NLS>
96 If set, it will be used to decide whether to activate Native Language Support,
97 also known as internationalization (or i18n) support (since dpkg 1.19.0).
98 The accepted values are: B<0> and B<1> (default).
100 =back
102 =head1 SEE ALSO
104 B<deb-origin>(5).