build: Do not check for memcpy()
[dpkg.git] / man / deb-override.pod
blob332a8b5245fcb54a1ae9e7e614f1300b5353a96e
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.
37 Comments are
38 allowed (denoted with a
39 B<#>).
41 =over
43 I<package>
44 I<priority>
45 I<section>
46 [I<maintainer-info>]
48 =back
50 I<package>
51 is the name of the package.
52 Entries in the override file for packages
53 not found in the tree of binary packages are ignored.
55 I<priority>
56 and
57 I<section>
58 correspond to the respective control fields available in the .deb.
59 The
60 allowed values are specific to each distribution archive.
62 I<maintainer-info>,
63 if present, can be either the name of a maintainer for an unconditional
64 override, or else
65 I<old-maintainer>
66 B<=E<gt>>
67 I<new-maintainer>
68 to perform a substitution.
70 The override files used to make the official Packages lists may be found
71 in the
72 I<indices>
73 directory on any Debian mirror.
75 =head1 SEE ALSO
77 L<dpkg-scanpackages(1)>,
78 L<dpkg-scansources(1)>,
79 L<apt-ftparchive(1)>.