From: Russ Allbery Date: Thu, 12 Nov 2009 21:18:02 +0000 (-0800) Subject: Standardize on lowercase must for consistency X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9562f24be3e420a02c8df746b5bd356e5bed7d2a;p=debian%2Fdebian-policy.git Standardize on lowercase must for consistency * Change the sole occurrence of MUST to must for consistency and to avoid confusion with IETF RFC keywords. Thanks, Jakub Wilk. (Closes: #552757) --- diff --git a/debian/changelog b/debian/changelog index 6823819..c29eb94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ debian-policy (3.8.3.1) UNRELEASED; urgency=low * Number the DFSG points like in the social_contract document. Proposed by Enrico Zini. Closes: #550192 + [ Manoj Srivastava ] * [b270d2d]: Typo fix: relayed -> related. Thanks to Matt Kraai for pointing this out. @@ -33,6 +34,11 @@ debian-policy (3.8.3.1) UNRELEASED; urgency=low wording: Eric Dantan Rzewnicki Seconded: Manoj Srivastava + [ Russ Allbery ] + * Change the sole occurrence of MUST to must for consistency and to + avoid confusion with IETF RFC keywords. Thanks, Jakub Wilk. + (Closes: #552757) + -- Manoj Srivastava Wed, 21 Oct 2009 15:46:35 -0500 debian-policy (3.8.3.0) unstable; urgency=low diff --git a/policy.sgml b/policy.sgml index 60984bc..9fcb660 100644 --- a/policy.sgml +++ b/policy.sgml @@ -1732,7 +1732,7 @@ Since an interactive debian/rules script makes it impossible to auto-compile that package and also makes it hard for other people to reproduce the same binary - package, all required targets MUST be + package, all required targets must be non-interactive. At a minimum, required targets are the ones called by dpkg-buildpackage, namely, clean, binary, binary-arch,