The following commit has been merged in the iwj branch:
commit ba7377440b184f0eaf357f0e53641f9bcc09a03f
Author: Ian Jackson <[EMAIL PROTECTED]>
Date: Thu Nov 1 20:00:54 2007 +0000
* Fix erroneous description of Breaks in dselect.
The description should be `breaks' as in `A breaks B' rather than
`A breaks with B' since it is B that is broken by A and not vice versa.
diff --git a/debian/changelog b/debian/changelog
index f76aae6..f35b411 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,9 @@ dpkg (1.14.8) UNRELEASED; urgency=low
* Implement `Breaks' properly in dselect. It works just like Conflicts.
This is correct since dselect only deals with packages being installed,
removed or placed on hold.
+ * Fix erroneous description of Breaks in dselect.
+ The description should be `breaks' as in `A breaks B' rather than
+ `A breaks with B' since it is B that is broken by A and not vice versa.
* Correct broken dselect logic for self-conflicting packages.
-- Raphael Hertzog <[EMAIL PROTECTED]> Mon, 08 Oct 2007 20:49:51 +0200
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 5deabd0..2d137c1 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -74,7 +74,7 @@ const char
N_("recommends"),
N_("depends on"),
N_("pre-depends on"),
- N_("breaks with"),
+ N_("breaks"),
N_("conflicts with"),
N_("provides"),
N_("replaces"),
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]