From: Russ Allbery Date: Mon, 2 Mar 2009 05:46:01 +0000 (-0800) Subject: Clarify that debian/control comments may not start with whitespace X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=094c274405d655ae99571888932d190b1429db8a;p=debian%2Fdebian-policy.git Clarify that debian/control comments may not start with whitespace The # must be in the first column. Thanks to Adeodato Simó for the wording suggestion. --- diff --git a/policy.sgml b/policy.sgml index 58ba938..df586d1 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2453,9 +2453,10 @@ Package: libc6

In addition to the control file syntax described above, this file may also contain - comment lines starting with #. All such lines are - ignored, even in the middle of continuation lines for a - multiline field, and do not end a multiline field. + comment lines starting with # without any preceding + whitespace. All such lines are ignored, even in the middle of + continuation lines for a multiline field, and do not end a + multiline field.