* dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the dep_breaks dependency type in the dependency and conflict resolution.
@@ -1,3 +1,8 @@
+2006-09-27 Ian Jackson <iwj@ubuntu.com>
+
+ * dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the
+ dep_breaks dependency type in the dependency and conflict resolution.
2006-08-10 Guillem Jover <guillem@debian.org>
* dselect/helpmsgs.cc: Replace the comment header about the file being
@@ -221,6 +221,7 @@ int packagelist::resolvedepcon(dependency *depends) {
case dep_provides:
case dep_replaces:
+ case dep_breaks: /* FIXME: implement Breaks */
return 0;
case dep_enhances: