From: Charles Plessy Date: Sun, 6 Jan 2013 12:58:49 +0000 (+0900) Subject: Description of the Package-List field. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=a1de01868a49bf7eb4694829495f8ad1e69de800;p=debian%2Fdebian-policy.git Description of the Package-List field. Closes: #697433 --- diff --git a/policy.sgml b/policy.sgml index 73b8d6a..58ef0ea 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2671,6 +2671,7 @@ Package: libc6 Description (mandatory) Homepage Built-Using + Package-Type

@@ -2751,6 +2752,7 @@ Package: libc6 Vcs-Browser, Vcs-Git, et al. Standards-Version (recommended) Build-Depends et al + Package-List (recommended) Checksums-Sha1 and Checksums-Sha256 (mandatory) Files (mandatory) @@ -3801,6 +3803,34 @@ Checksums-Sha256:

+ + + Package-List + +

+ Multiline field listing all the packages that can be built from + the source package, considering every architecture. The first line + of the field value is empty. Each one of the next lines describes + one binary package, by listing its name, type, section and priority + separated by spaces. Fifth and subsequent space-separated items + may be present and parsers must allow them. See the + Package-Type field for a list of + package types. +

+
+ + + Package-Type + +

+ Simple field containing a word indicating the type of package: + deb for binary packages and udeb for micro binary + packages. Other types not defined here may be indicated. In + source package control files, the Package-Type field + should be omitted instead of giving it a value of deb, as + this value is assumed for paragraphs lacking this field. +

+