From: Manoj Srivastava Date: Sat, 21 Nov 2009 06:32:10 +0000 (-0600) Subject: Use the "Failed-Config" state instead of the synonymous halfconfigured X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a27952940ef5a538bdc0ec2a750197ee220e80cc;p=debian%2Fdebian-policy.git Use the "Failed-Config" state instead of the synonymous halfconfigured These terms are synonyms. dpkg and dselect use halfconfigured internally and Failed-config when talking to the user. This patch ensures that policy uses the same term as dpkg does when talking to the user ("Failed-Config") for consistency. Signed-off-by: Manoj Srivastava --- diff --git a/policy.sgml b/policy.sgml index 042e82f..8bfd563 100644 --- a/policy.sgml +++ b/policy.sgml @@ -4417,12 +4417,12 @@ Build-Depends: foo [!i386] | bar [!amd64] be unpacked the pre-dependency can be satisfied if the depended-on package is either fully configured, or even if the depended-on - package(s) are only unpacked or half-configured, - provided that they have been configured correctly at - some point in the past (and not removed or partially - removed since). In this case, both the + package(s) are only unpacked or in the "Failed-Config" + state, provided that they have been configured + correctly at some point in the past (and not removed + or partially removed since). In this case, both the previously-configured and currently unpacked or - half-configured versions must satisfy any version + "Failed-Config" versions must satisfy any version clause in the Pre-Depends field.