[Aptitude-svn-commit] r4016 - in branches/aptitude-0.3/aptitude: . src/generic

Daniel Burrows dburrows at costa.debian.org
Wed Aug 31 18:10:08 UTC 2005


Author: dburrows
Date: Wed Aug 31 18:10:05 2005
New Revision: 4016

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/aptcache.cc
Log:
Update the dump format.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Wed Aug 31 18:10:05 2005
@@ -1,5 +1,10 @@
 2005-08-31  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/aptcache.cc:
+
+	  Update the dump format to match the expected input format of the
+	  resolver test.
+
 	* src/generic/util.cc, src/generic/util.h, src/solution_fragment.cc:
 
 	  Lift pkg_name_lt and ver_name_lt to generic code.

Modified: branches/aptitude-0.3/aptitude/src/generic/aptcache.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/aptcache.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/aptcache.cc	Wed Aug 31 18:10:05 2005
@@ -1658,6 +1658,7 @@
   // Now dump the scores as a test instruction.
   out << "TEST " << resolver->get_step_score() << " "
       << resolver->get_broken_score() << " "
+      << resolver->get_unresolved_soft_dep_score() << " "
       << resolver->get_infinity() << " "
       << resolver->get_max_successors() << " "
       << resolver->get_full_solution_score() << " ";



More information about the Aptitude-svn-commit mailing list