From ee9a86fd8faf81d6a6e53960d3a767cfc3110fd8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 28 Mar 2008 08:47:54 +0200 Subject: [PATCH] Improve Breaks status message Mention that it can be in that status also due to a broken installation. --- ChangeLog | 5 +++++ src/help.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99c5124d..11d71827 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-28 Ian Jackson + + * src/help.c (statusstrings): Improve Breaks message by saying that + it can be in that status due to a failed installation. + 2008-03-29 Raphael Hertzog * scripts/dpkg-buildpackage.pl: If the user request a cross-compilation, diff --git a/src/help.c b/src/help.c index 67371409..e09c348d 100644 --- a/src/help.c +++ b/src/help.c @@ -40,7 +40,7 @@ const char *const statusstrings[]= { N_("not installed"), N_("not installed but configs remain"), - N_("broken due to failed removal"), + N_("broken due to failed removal or installation"), N_("unpacked but not configured"), N_("broken due to postinst failure"), N_("installed") -- 2.39.5