|
27.
|
|
|
Each Debian package contains the master `control' file, which contains a number of fields, or comments when the line starts with B<'#'>. Each field begins with a tag, such as B<Package> or B<Version> (case insensitive), followed by a colon, and the body of the field. Fields are delimited only by field tags. In other words, field text may be multiple lines in length, but the installation tools will generally join lines when processing the body of the field (except in the case of the B<Description> field, see below).
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:24
|
|
28.
|
|
|
REQUIRED FIELDS
|
|
|
type: SH
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:25
|
|
29.
|
|
|
B<Package:> E<lt>package nameE<gt>
|
|
|
type: TP
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:26
|
|
30.
|
|
|
The value of this field determines the package name, and is used to generate file names by most installation tools.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:30
|
|
31.
|
|
|
B<Version:> E<lt>version stringE<gt>
|
|
|
type: TP
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:30
|
|
32.
|
|
|
Typically, this is the original package's version number in whatever form the program's author uses. It may also include a Debian revision number (for non-native packages). The exact format and sorting algorithm are described in B<deb-version>(5).
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:37
|
|
33.
|
|
|
B<Maintainer:> E<lt>fullname emailE<gt>
|
|
|
type: TP
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:37
|
|
34.
|
|
|
Should be in the format `Joe Bloggs E<lt>jbloggs@foo.comE<gt>', and is typically the person who created the package, as opposed to the author of the software that was packaged.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:42
|
|
35.
|
|
|
B<Description:> E<lt>short descriptionE<gt>
|
|
|
type: TP
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:42
|
|
36.
|
|
|
B< >E<lt>long descriptionE<gt>
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
deb-control.5:45
|