diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-24 18:45:44 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-24 18:45:44 (EST) |
commit | 3b274bd7e463dc6a080c155c85e73fbfd450d67e (patch) | |
tree | 9619af3bc90d958cf5acdd48a756e48a68dfbeb3 | |
parent | 3970525be09d0d3802f378781723c74113cef28c (diff) |
Update source package format spec to RFC 5322.
RFC 5322 obsoleted RFC 2822 in October 2008. It's great to keep up with
the times.
-rw-r--r-- | specs/source-package-format-1.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/source-package-format-1.0.txt b/specs/source-package-format-1.0.txt index 768f951..2e1fa04 100644 --- a/specs/source-package-format-1.0.txt +++ b/specs/source-package-format-1.0.txt @@ -145,7 +145,7 @@ The fields in the source package metadata are: a digit. * Maintainer (required) The name and e-mail address of the package maintainer. This field must - follow the syntax of the "mailbox" symbol in RFC 2822 section 3.4. + follow the syntax of the "mailbox" symbol in RFC 5322 section 3.4. * Build-Depends (optional) A list of packages that must be installed before the package can be built. * Homepage |