From a27952940ef5a538bdc0ec2a750197ee220e80cc Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Sat, 21 Nov 2009 00:32:10 -0600 Subject: [PATCH] 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 --- policy.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

-- 2.39.2