]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Wording fixes for architecture restriction clarification
authorRuss Allbery <rra@debian.org>
Sun, 1 Feb 2009 18:11:15 +0000 (10:11 -0800)
committerRuss Allbery <rra@debian.org>
Sun, 1 Feb 2009 18:11:15 +0000 (10:11 -0800)
Fix the wrong version number in the explanation text (thanks Emilio
Pozuelo Monfort) and potentially confusing wording (thanks Don
Armstrong).

policy.sgml

index 120fc3aefbb152b8778b7fdce910e7bd777b4b0b..1b0751f0ac4d692b158301e82ff2c6d61b840294 100644 (file)
@@ -4188,16 +4188,16 @@ Build-Depends-Indep: texinfo
 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
          </example>
-         requires <tt>kernel-headers-2.2.0</tt> on all architectures
+         requires <tt>kernel-headers-2.2.10</tt> on all architectures
          other than hurd-i386 and requires <tt>hurd-dev</tt> and
          <tt>gnumach-dev</tt> only on hurd-i386.
        </p>
 
        <p>
          If the architecture-restricted dependency is part of a set of
-         alternatives using <tt>|</tt>, that branch of the alternative is
-         ignored completely on architectures that do not match the
-         restriction.  For example:
+         alternatives using <tt>|</tt>, that alternative is ignored
+         completely on architectures that do not match the restriction.
+         For example:
          <example compact="compact">
 Build-Depends: foo [!i386] | bar [!amd64]
          </example>