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 | 0876fd51e1295510b5535212c5644bbed373bbb9 (patch) | |
tree | 32832ded99b9ce0395d02e11e00e3d7215b38a89 | |
parent | 000ac3883a7d54f1156481101e28a9570a0b83ea (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 |