po: Update German man pages translation
[dpkg.git] / man / dpkg.cfg.pod
blob3c931d61c39c15b858930e0ed87c147e29332e76
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. Each line contains a
28 single option which is exactly the same as a normal command line
29 option for dpkg except for the leading hyphens which are not used
30 here. Quotes surrounding option values are stripped. Comments are
31 allowed by starting a line with a hash sign (‘B<#>’).
33 =head1 FILES
35 I<%PKGCONFDIR%/dpkg.cfg.d/[0-9a-zA-Z_-]*>
37 I<%PKGCONFDIR%/dpkg.cfg>
39 I<~/.dpkg.cfg>
41 =head1 SEE ALSO
43 B<dpkg>(1).