diff options
-rw-r--r-- | specs/source-package-format-2.0.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/specs/source-package-format-2.0.txt b/specs/source-package-format-2.0.txt index 4bf3740..85dc12f 100644 --- a/specs/source-package-format-2.0.txt +++ b/specs/source-package-format-2.0.txt @@ -1,6 +1,6 @@ Title: Source Package Format 2.0 Status: DRAFT - Date: 2012-06-29 + Date: 2012-07-26 Revises: Source Package Format 1.0 @@ -357,7 +357,7 @@ Changes made to the source package should be explained in the file `changelog`. Each new package revision must be documented with an entry of the following format: - package (version) + package (version) distributions [zero or more blank lines] * change details [zero or more blank lines] @@ -370,6 +370,10 @@ Each new package revision must be documented with an entry of the following form `version` is the source package version number. +`distributions` is a list of distributions into which the package should be +installed when uploaded to the package archive. The list consists of one or +more distribution names, separated by spaces. + `maintainer` is the name and e-mail address of the package maintainer. This field must follow the syntax of the `mailbox` symbol of RFC 5322 section 3.4. |