From b156976f6404b6081588b474f143911803108101 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 13 Jun 2010 13:14:43 -0700 Subject: [PATCH] Tighten requirements for maintainer-like fields The syntax of Maintainer is a must, not a should. The comma separator in Uploaders is a must, not a should. Now allow people to use multi-line Uploaders fields freely. Be explicit that the Changed-By field has the same syntax as Maintainer and be clearer about what identity goes here. --- policy.sgml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/policy.sgml b/policy.sgml index df6ae89..5a76cf3 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2672,7 +2672,7 @@ Package: libc6

The package maintainer's name and email address. The name - should come first, then the email address inside angle + must come first, then the email address inside angle brackets <> (in RFC822 format).

@@ -2690,17 +2690,16 @@ Package: libc6 Uploaders -

- List of the names and email addresses of co-maintainers of - the package, if any. If the package has other maintainers - beside the one named in the - Maintainer field, their - names and email addresses should be listed here. The - format is the same as that of the Maintainer tag, and - multiple entries should be comma separated. Currently, - this field is restricted to a single line of data. This - is an optional field. -

+

+ List of the names and email addresses of co-maintainers of + the package, if any. If the package has other maintainers + beside the one named in the + Maintainer field, their names + and email addresses should be listed here. The format is the + same as that of the Maintainer tag, and multiple entries must + be comma separated. This is an optional field. +

+

Any parser that interprets the Uploaders field in debian/control must permit it to span multiple @@ -2714,9 +2713,10 @@ Package: libc6 Changed-By

- The name and email address of the person who changed the - said package. Usually the name of the maintainer. - All the rules for the Maintainer field apply here, too. + The name and email address of the person who prepared this + version of the package, usually a maintainer. The syntax is + the same as for the Maintainer + field.

-- 2.39.5