dpkg (1.18.25) stretch; urgency=medium
[dpkg] / man / deb-override.man
CommitLineData
1479465f
GJ
1.\" dpkg manual page - deb-override(5)
2.\"
3.\" Copyright © 1996 Michael Shields <shields@crosslink.net>
4.\" Copyright © 2010 Raphaël Hertzog <hertzog@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 deb\-override 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
20.nh
21.SH NAME
22deb\-override \- Debian archive override file
23.
24.SH SYNOPSIS
25override
26.
27.SH DESCRIPTION
28While most information about a package can be found in the control file,
29some is managed centrally by the distribution czars rather than by the
30maintainer in order to offer some global consistency.
31This information is found in the override file.
32.PP
33The override file has a simple whitespace-delimited format. Comments are
34allowed (denoted with a
35.BR # ).
36.PP
37.in +5
38.I package
39.I priority
40.I section
41.RI [ maintainerinfo ]
42.in -5
43.PP
44.I package
45is the name of the package. Entries in the override file for packages
46not found in the tree of binary packages are ignored.
47.PP
48.I priority
49and
50.I section
51correspond to the respective control fields available in the .deb. The
52allowed values are specific to each distribution archive.
53.PP
54.IR maintainerinfo ,
55if present, can be either the name of a maintainer for an unconditional
56override, or else
57.I oldmaintainer
58.B =>
59.I newmaintainer
60to perform a substitution.
61.PP
62The override files used to make the official Packages lists may be found
63in the
64.I indices
65directory on any Debian mirror.
66.
67.SH SEE ALSO
68.ad l
69.BR dpkg\-scanpackages (1),
70.BR dpkg\-scansources (1),
71.BR apt\-ftparchive (1).