From 9227645d6d355f9f4332f400b8d58c8fa8f1e899 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 1 Sep 2014 16:09:48 +0200 Subject: Update Status field values handling Remove long obsolete (hold, hold-reinstreq, removal-failed) or just wrong (post-inst-failed vs postinst-failed) values, that have been autoconverted by dpkg at run-time to their new equivalents, so there should not be any such instance in any recent system (removal-failed since dpkg 1.1.4 in Apr 1996, hold and hold-reinstreq since dpkg 1.2.0 in May 1996). dpkg even stopped doing the mapping in 1.15.4 and 1.15.8 respectively. At the same time sort the list in the same order as they appear in the dpkg code. --- doc/dpkg-tech.dbk | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'doc/dpkg-tech.dbk') diff --git a/doc/dpkg-tech.dbk b/doc/dpkg-tech.dbk index 660ccabc9..2584cf640 100644 --- a/doc/dpkg-tech.dbk +++ b/doc/dpkg-tech.dbk @@ -222,13 +222,11 @@ Where Want may be one of unknown, install, hold, deinstall, purge. Flag may -be one of ok, reinstreq, -hold, -hold-reinstreq. Status may -be one of not-installed, unpacked, -half-configured, installed, -half-installed config-files, -post-inst-failed, removal-failed. +be one of ok, reinstreq. +Status may +be one of not-installed, config-files, +half-installed, unpacked, +half-configured and installed. The states are as follows:- @@ -287,22 +285,6 @@ nothing else. - -post-inst-failed - - -Old name for half-configured. Do not use. - - - - -removal-failed - - -Old name for half-installed. Do not use. - - - The two last items are only left in dpkg for compatibility - they are -- cgit v1.2.3