]> err.no Git - dpkg/commitdiff
Improve Breaks status message
authorIan Jackson <ian@davenant.greenend.org.uk>
Fri, 28 Mar 2008 06:47:54 +0000 (08:47 +0200)
committerGuillem Jover <guillem@debian.org>
Sun, 30 Mar 2008 09:46:42 +0000 (12:46 +0300)
Mention that it can be in that status also due to a broken installation.

ChangeLog
src/help.c

index 99c5124d2ef81855347a5508956be989c7df2ad0..11d718273865cfbbdd6128140d6242665242d32b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-28  Ian Jackson  <ian@davenant.greenend.org.uk>
+
+       * 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  <hertzog@debian.org>
 
        * scripts/dpkg-buildpackage.pl: If the user request a cross-compilation,
index 67371409c9d2a14fdc6cb1997f3dc35f974e140e..e09c348d58ecff1bdfba55a9382002ee781cdacb 100644 (file)
@@ -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")