diff options
author | P. J. McDermott <pjm@nac.net> | 2012-07-26 01:30:34 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-26 01:30:34 (EDT) |
commit | 1ee4b057f5ba9a7f49859db1f7651aa395d19ac9 (patch) | |
tree | 7030b2ae16267e13bfbbae7f7624cc0f52a678f1 | |
parent | caac400df2db3a1404169f99c748377dd14d4c9d (diff) |
Add `distributions` to changelog format.
-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. |