po: Update German man pages translation
[dpkg.git] / man / dpkg.cfg.pod
blobdbb454194cbcf26e07c678166074696da00b8d6e
1 # dpkg manual page - dpkg.cfg(5)
3 # Copyright © 2002 Wichert Akkerman <wakkerma@debian.org>
4 # Copyright © 2009, 2013, 2015 Guillem Jover <guillem@debian.org>
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.
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.
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/>.
19 =encoding utf8
21 =head1 NAME
23 dpkg.cfg - dpkg configuration file
25 =head1 DESCRIPTION
27 This file contains default options for dpkg.
28 Each line contains a
29 single option which is exactly the same as a normal command line
30 option for dpkg except for the leading hyphens which are not used
31 here.
32 Quotes surrounding option values are stripped.
33 Comments are
34 allowed by starting a line with a hash sign (‘B<#>’).
36 =head1 FILES
38 I<%PKGCONFDIR%/dpkg.cfg.d/[0-9a-zA-Z_-]*>
40 I<%PKGCONFDIR%/dpkg.cfg>
42 I<~/.dpkg.cfg>
44 =head1 SEE ALSO
46 L<dpkg(1)>.