Mention that it can be in that status also due to a broken installation.
+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,
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")