chiark / gitweb /
awful debugging hacking
[dpkg] / man / deb-extra-override.man
1 .\" dpkg manual page - deb-extra-override(5)
2 .\"
3 .\" Copyright © 2009-2010 Raphaël Hertzog <hertzog@debian.org>
4 .\"
5 .\" This is free software; you can redistribute it and/or modify
6 .\" it under the terms of the GNU General Public License as published by
7 .\" the Free Software Foundation; either version 2 of the License, or
8 .\" (at your option) any later version.
9 .\"
10 .\" This is distributed in the hope that it will be useful,
11 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
12 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 .\" GNU General Public License for more details.
14 .\"
15 .\" You should have received a copy of the GNU General Public License
16 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
17 .
18 .TH deb\-extra\-override 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
19 .nh
20 .SH NAME
21 deb\-extra\-override \- Debian archive extra override file
22 .
23 .SH SYNOPSIS
24 override
25 .
26 .SH DESCRIPTION
27 While most information about a binary/source package can be found in the
28 control/.dsc file, all of it can be overridden when it's exported to
29 Packages/Sources files. The extra override file contains those overrides.
30 .PP
31 The extra override file has a simple whitespace-delimited format. Comments are
32 allowed (denoted with a
33 .BR # ).
34 .PP
35 .in +5
36 .I package
37 .I field\-name
38 .I value
39 .in -5
40 .PP
41 .I package
42 is the name of the binary/source package.
43 .PP
44 .I field\-name
45 is the name of the field that is overridden.
46 .I value
47 is the value to put in the field. It can contain spaces as the line is split
48 in no more than 3 columns when it's parsed.
49 .PP
50 The extra override files used to make the official Packages lists may be found
51 in the
52 .I indices
53 directory on any Debian mirror.
54 .
55 .SH SEE ALSO
56 .BR dpkg\-scanpackages (1),
57 .BR dpkg\-scansources (1),
58 .BR apt\-ftparchive (1).