1deb-override(5) dpkg utilities 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 must be filled in by the distribution czars rather than by
14 the maintainer, because they relate to the arrangement of files for
15 release rather than the actual dependencies and description of the
16 package. This information is found in the override file.
17
18 The override file has a simple whitespace-delimited format. Comments
19 are allowed (denoted with a #).
20
21 package priority section [maintainerinfo]
22
23 package is the name of the package. Entries in the override file for
24 packages not found in the tree of binary packages are ignored.
25
26 priority and section place the package within the release tree; these
27 ought not to be found in the control file. If the package is found in a
28 subdirectory of binarydir, that will be checked against section.
29
30 maintainerinfo, if present, can be either the name of a maintainer for
31 an unconditional override, or else oldmaintainer => newmaintainer to
32 perform a substitution.
33
34 The override files used to make the official Packages lists may be
35 found in the indices directory on any Debian mirror.
36
38 dpkg-scanpackages(1), dpkg-scansources(1), apt-ftparchive(1).
39
40
41
42Debian Project 2007-03-07 deb-override(5)