1deb-override(5) dpkg suite deb-override(5)
2
3
4
6 deb-override - Debian archive override file
7
9 override
10
12 While most information about a package can be found in the control
13 file, some is managed centrally by the distribution czars rather than
14 by the maintainer in order to offer some global consistency. This
15 information is found in the override file.
16
17 The override file has a simple whitespace-delimited format. Comments
18 are allowed (denoted with a #).
19
20 package priority section [maintainer-info]
21
22 package is the name of the package. Entries in the override file for
23 packages not found in the tree of binary packages are ignored.
24
25 priority and section correspond to the respective control fields
26 available in the .deb. The allowed values are specific to each
27 distribution archive.
28
29 maintainer-info, if present, can be either the name of a maintainer for
30 an unconditional override, or else old-maintainer => new-maintainer to
31 perform a substitution.
32
33 The override files used to make the official Packages lists may be
34 found in the indices directory on any Debian mirror.
35
37 dpkg-scanpackages(1), dpkg-scansources(1), apt-ftparchive(1).
38
39
40
411.21.8 2022-05-25 deb-override(5)