Bläddra i källkod

Improve Breaks status message

Mention that it can be in that status also due to a broken installation.
Ian Jackson 18 år sedan
förälder
incheckning
ee9a86fd8f
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. 5 0
      ChangeLog
  2. 1 1
      src/help.c

+ 5 - 0
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,

+ 1 - 1
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")