dpkg (1.18.25) stretch; urgency=medium
[dpkg] / man / dpkg.cfg.man
1 .\" dpkg manual page - dpkg.cfg(5)
2 .\"
3 .\" Copyright © 2002 Wichert Akkerman <wakkerma@debian.org>
4 .\" Copyright © 2009, 2013, 2015 Guillem Jover <guillem@debian.org>
5 .\"
6 .\" This is free software; you can redistribute it and/or modify
7 .\" it under the terms of the GNU General Public License as published by
8 .\" the Free Software Foundation; either version 2 of the License, or
9 .\" (at your option) any later version.
10 .\"
11 .\" This is distributed in the hope that it will be useful,
12 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 .\" GNU General Public License for more details.
15 .\"
16 .\" You should have received a copy of the GNU General Public License
17 .\" along with this program. If not, see <https://www.gnu.org/licenses/>.
18 .
19 .TH dpkg.cfg 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
20 .nh
21 .SH NAME
22 dpkg.cfg \- dpkg configuration file
23 .
24 .SH DESCRIPTION
25 This file contains default options for dpkg. Each line contains a
26 single option which is exactly the same as a normal command line
27 option for dpkg except for the leading hyphens which are not used
28 here. Quotes surrounding option values are stripped. Comments are
29 allowed by starting a line with a hash sign (‘\fB#\fR’).
30 .
31 .SH FILES
32 .I %PKGCONFDIR%/dpkg.cfg.d/[0-9a-zA-Z_-]*
33 .br
34 .I %PKGCONFDIR%/dpkg.cfg
35 .br
36 .I ~/.dpkg.cfg
37 .
38 .SH SEE ALSO
39 .BR dpkg (1).