|
|
@@ -70,7 +70,7 @@ A list of these values can be obtained from the latest version of the
|
|
|
package.
|
|
|
.TP
|
|
|
.BR Essential: " \fByes\fP|\fBno\fP"
|
|
|
-This field is usually only needed when the answer is `yes'. It denotes
|
|
|
+This field is usually only needed when the answer is \fByes\fP. It denotes
|
|
|
a package that is required for proper operation of the system. Dpkg
|
|
|
or any other installation tool will not allow an
|
|
|
.B Essential
|
|
|
@@ -88,12 +88,12 @@ of this are shell and Perl scripts, and documentation.
|
|
|
The name of the distribution this package is originating from.
|
|
|
.TP
|
|
|
.BI Bugs: " url"
|
|
|
-The url of the bug tracking system for this package. The current used format
|
|
|
-is \fIbts-type\fP\fB://\fP\fIbts-address\fP, like
|
|
|
+The \fIurl\fP of the bug tracking system for this package. The current
|
|
|
+used format is \fIbts-type\fP\fB://\fP\fIbts-address\fP, like
|
|
|
\fBdebbugs://bugs.debian.org\fP.
|
|
|
.TP
|
|
|
.BI Homepage: " url"
|
|
|
-The upstream project home page URL.
|
|
|
+The upstream project home page \fIurl\fP.
|
|
|
.TP
|
|
|
.BI Tag: " tag-list"
|
|
|
List of tags describing the qualities of the package. The description and
|
|
|
@@ -101,14 +101,15 @@ list of supported tags can be found in the \fBdebtags\fP package.
|
|
|
.TP
|
|
|
.BR Multi\-Arch: " \fBsame\fP|\fBforeign\fP|\fBallowed\fP"
|
|
|
This field is used to indicate how this package should behave on a multi-arch
|
|
|
-installations. The value `same' means that the package is co-installable with
|
|
|
-itself, but it must not be used to satisfy the dependency of any package of a
|
|
|
-different architecture from itself. The value `foreign' means that the package is
|
|
|
-not co-installable with itself, but should be allowed to satisfy the dependency
|
|
|
-of a package of a different arch from itself. The value `allowed` allows
|
|
|
-reverse-dependencies to indicate in their Depends field that they need a package
|
|
|
-from a foreign architecture, but has no effect otherwise. This field should not
|
|
|
-be present in packages with the Architecture: all field.
|
|
|
+installations. The value \fBsame\fP means that the package is co-installable
|
|
|
+with itself, but it must not be used to satisfy the dependency of any package
|
|
|
+of a different architecture from itself. The value \fBforeign\fP means that
|
|
|
+the package is not co-installable with itself, but should be allowed to
|
|
|
+satisfy the dependency of a package of a different arch from itself. The
|
|
|
+value \fBallowed\fP allows reverse-dependencies to indicate in their
|
|
|
+Depends field that they need a package from a foreign architecture, but
|
|
|
+has no effect otherwise. This field should not be present in packages
|
|
|
+with the \fBArchitecture: all\fP field.
|
|
|
.TP
|
|
|
.BI Source: " source-name"
|
|
|
The name of the source package that this binary package came from, if
|