Michael Vogt лет назад: 19
Родитель
Сommit
09ddf81f76
2 измененных файлов с 16 добавлено и 0 удалено
  1. 1 0
      apt-pkg/algorithms.cc
  2. 15 0
      debian/changelog

+ 1 - 0
apt-pkg/algorithms.cc

@@ -986,6 +986,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
 		     }
 		     }
 		     if (Debug)
 		     if (Debug)
 			clog << "  Will not break " << Pkg.Name() << " as stated in Breaks field in " << I.Name() <<endl;
 			clog << "  Will not break " << Pkg.Name() << " as stated in Breaks field in " << I.Name() <<endl;
+		     Cache.MarkKeep(I, false, false);
 		     continue;
 		     continue;
 		  }
 		  }
 
 

+ 15 - 0
debian/changelog

@@ -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
 apt (0.6.46.4ubuntu1) feisty; urgency=low
 
 
   * merged with debian
   * 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
  -- 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
 apt (0.6.46.3ubuntu1) feisty; urgency=low
 
 
   * doc/apt-get.8.xml:
   * doc/apt-get.8.xml: