From: Ian Jackson Date: Fri, 28 Mar 2008 06:47:54 +0000 (+0200) Subject: Improve Breaks status message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9a86fd8faf81d6a6e53960d3a767cfc3110fd8;p=dpkg Improve Breaks status message Mention that it can be in that status also due to a broken installation. --- 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")