]> err.no Git - dpkg/commitdiff
2006-09-27 Ian Jackson <iwj@ubuntu.com>
authorGuillem Jover <guillem@debian.org>
Wed, 27 Sep 2006 08:10:35 +0000 (08:10 +0000)
committerGuillem Jover <guillem@debian.org>
Wed, 27 Sep 2006 08:10:35 +0000 (08:10 +0000)
* dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the
dep_breaks dependency type in the dependency and conflict resolution.

ChangeLog
dselect/pkgdepcon.cc

index b6e43ab6bb235603c0350ca5553ce1e89418f2fc..c37c55f0ded459bc96b97b0260381301b8e11804 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3a0353bf50631422d614e951021fae79fee68455..70e6bda77f62f1febdac2089e1bfbca5b20e4c38 100644 (file)
@@ -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: