po: Update German man pages translation
[dpkg.git] / man / deb-override.pod
blobff7be175b312322136b0732b71e8c5d282335852
1 # dpkg manual page - deb-override(5)
3 # Copyright © 1996 Michael Shields <shields@crosslink.net>
4 # Copyright © 2010 Raphaël Hertzog <hertzog@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 deb-override - Debian archive override file
25 =head1 SYNOPSIS
27 B<override>
29 =head1 DESCRIPTION
31 While most information about a package can be found in the control file,
32 some is managed centrally by the distribution czars rather than by the
33 maintainer in order to offer some global consistency.
34 This information is found in the override file.
36 The override file has a simple whitespace-delimited format. Comments are
37 allowed (denoted with a
38 B<#>).
40 =over
42 I<package>
43 I<priority>
44 I<section>
45 [I<maintainer-info>]
47 =back
49 I<package>
50 is the name of the package. Entries in the override file for packages
51 not found in the tree of binary packages are ignored.
53 I<priority>
54 and
55 I<section>
56 correspond to the respective control fields available in the .deb. The
57 allowed values are specific to each distribution archive.
59 I<maintainer-info>,
60 if present, can be either the name of a maintainer for an unconditional
61 override, or else
62 I<old-maintainer>
63 B<=E<gt>>
64 I<new-maintainer>
65 to perform a substitution.
67 The override files used to make the official Packages lists may be found
68 in the
69 I<indices>
70 directory on any Debian mirror.
72 =head1 SEE ALSO
74 B<dpkg-scanpackages>(1),
75 B<dpkg-scansources>(1),
76 B<apt-ftparchive>(1).