From: Russ Allbery Date: Sun, 1 Mar 2009 06:05:22 +0000 (-0800) Subject: debian/control files may contain comment lines X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a5c9212e274417eafc87262438ae12824bc2dc33;p=debian%2Fdebian-policy.git debian/control files may contain comment lines Document the debian/control comment syntax of lines starting with #, including their behavior with multiline fields. Based on wording by Julien Cristau . Closes #446712. --- diff --git a/policy.sgml b/policy.sgml index 8bb8b3f..58ba938 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2450,6 +2450,14 @@ Package: libc6 See for details.

+

+ 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. +

+