merged iwjs patch
authorMichael Vogt <egon@tas>
Thu, 7 Dec 2006 22:09:25 +0000 (23:09 +0100)
committerMichael Vogt <egon@tas>
Thu, 7 Dec 2006 22:09:25 +0000 (23:09 +0100)
apt-pkg/algorithms.cc
debian/changelog

index ddfda75..9011821 100644 (file)
@@ -986,6 +986,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
                     }
                     if (Debug)
                        clog << "  Will not break " << Pkg.Name() << " as stated in Breaks field in " << I.Name() <<endl;
+                    Cache.MarkKeep(I, false, false);
                     continue;
                  }
 
index 511f407..2b37e51 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.6.46.4ubuntu2) feisty; urgency=low
+
+  * apt-pkg/algorithms.cc: add missing call to MarkKeep
+    so that dist-upgrade isn't broken by unsatisfiable Breaks.
+    (thanks to Ian Jackson)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  7 Dec 2006 23:07:24 +0100
+
 apt (0.6.46.4ubuntu1) feisty; urgency=low
 
   * merged with debian
@@ -42,6 +50,13 @@ apt (0.6.46.3-0.1) unstable; urgency=high
   
  -- Andreas Barth <aba@not.so.argh.org>  Tue,  5 Dec 2006 10:34:56 +0000
 
+apt (0.6.46.3ubuntu2) feisty; urgency=low
+
+  * apt-pkg/algorithms.cc: add missing call to MarkKeep
+    so that dist-upgrade isn't broken by unsatisfiable Breaks.
+
+ -- Ian Jackson <iwj@ubuntu.com>  Thu,  7 Dec 2006 15:46:52 +0000
+
 apt (0.6.46.3ubuntu1) feisty; urgency=low
 
   * doc/apt-get.8.xml: