From: Russ Allbery
Date: Sun, 1 Feb 2009 18:11:15 +0000 (-0800)
Subject: Wording fixes for architecture restriction clarification
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6bcecccc496f569abf5f6fc128dc8dae420af9a;p=debian%2Fdebian-policy.git
Wording fixes for architecture restriction clarification
Fix the wrong version number in the explanation text (thanks Emilio
Pozuelo Monfort) and potentially confusing wording (thanks Don
Armstrong).
---
diff --git a/policy.sgml b/policy.sgml
index 120fc3a..1b0751f 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -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]
- requires kernel-headers-2.2.0 on all architectures
+ requires kernel-headers-2.2.10 on all architectures
other than hurd-i386 and requires hurd-dev and
gnumach-dev only on hurd-i386.
If the architecture-restricted dependency is part of a set of
- alternatives using |, that branch of the alternative is
- ignored completely on architectures that do not match the
- restriction. For example:
+ alternatives using |, that alternative is ignored
+ completely on architectures that do not match the restriction.
+ For example:
Build-Depends: foo [!i386] | bar [!amd64]