From: Russ Allbery Date: Wed, 6 Apr 2011 07:23:23 +0000 (-0700) Subject: Add changelog and upgrading-checklist entries for #593909 X-Git-Url: https://git.donarmstrong.com/?p=debian%2Fdebian-policy.git;a=commitdiff_plain;h=2588fb27db30699086915f6d1ccd0c9fae8d0cfd Add changelog and upgrading-checklist entries for #593909 --- diff --git a/debian/changelog b/debian/changelog index d8f3535..f983086 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,11 @@ debian-policy (3.9.2.0) UNRELEASED; urgency=low Seconded: Steve Langasek Seconded: Raphaël Hertzog Closes: #504880 + * Policy: Clarify format of Debian control fields + Wording: Charles Plessy + Seconded: Russ Allbery + Seconded: Julien Cristau + Closes: #501930, #593909 * Virtual: Added mailx as a new virtual package Wording: Russ Allbery Seconded: Raphaël Hertzog diff --git a/upgrading-checklist.sgml b/upgrading-checklist.sgml index 807fbbe..403241c 100644 --- a/upgrading-checklist.sgml +++ b/upgrading-checklist.sgml @@ -51,6 +51,19 @@ Unreleased. email address in Uploaders if the maintainer is a shared email address. The duties of a maintainer are also clearer. +5 + All control fields are now classified as simple, folded, or + multiline, which governs whether their values must be a single line or + may be continued across multiple lines and whether line breaks are + significant. + +5.1 + Parsers are allowed to accept paragraph separation lines + containing whitespace, but control files should use completely empty + lines. Ordering of paragraphs is significant. Field names must be + composed of printable ASCII characters except colon and must not begin + with #. + 5.6.25 The DM-Upload-Allowed field is now documented.