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

Daniel Burrows dburrows at costa.debian.org
Fri Aug 5 17:27:01 UTC 2005


Author: dburrows
Date: Fri Aug  5 17:26:57 2005
New Revision: 3706

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/download.cc
Log:
apt status reporting patch.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Fri Aug  5 17:26:57 2005
@@ -1,3 +1,9 @@
+2005-08-05  Daniel Burrows  <dburrows at debian.org>
+
+	* src/download.cc:
+
+	  Apply Michael Vogt's patch for apt status reporting.
+
 2005-08-04  Daniel Burrows  <dburrows at debian.org>
 
 	* doc/en/aptitude.xml, src/generic/matchers.cc, src/generic/matchers.h:

Modified: branches/aptitude-0.3/aptitude/src/download.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/download.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/download.cc	Fri Aug  5 17:26:57 2005
@@ -460,7 +460,7 @@
       // about this, though..
       apt_cache_file->ReleaseLock();
 
-      switch(pm.DoInstall())
+      switch(pm.DoInstall(aptcfg->FindI("APT::Status-Fd", -1)))
 	{
 	case pkgPackageManager::Failed:
 	  _error->DumpErrors();



More information about the Aptitude-svn-commit mailing list