]> git.saurik.com Git - apt.git/commitdiff
* Fix version display for recommends (Closes: #219900)
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:04:00 +0000 (17:04 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:04:00 +0000 (17:04 +0000)
Author: mdz
Date: 2003-11-10 07:09:53 GMT
* Fix version display for recommends (Closes: #219900)

cmdline/apt-get.cc
debian/changelog

index 9906ad710c0ca8765ebd6e3adc2e630c43d879ef..99cc35be61d773959c8d03847ed46514dd016247 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.144 2003/10/29 17:56:31 mdz Exp $
+// $Id: apt-get.cc,v 1.145 2003/11/10 07:09:53 mdz Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -1588,7 +1588,7 @@ bool DoInstall(CommandLine &CmdL)
                       if (int(RecommendsList.find(target)) > -1)
                         break;
                       RecommendsList += target;
-                      SuggestsVersions += string(Cache[Start.TargetPkg()].CandVersion) + "\n";
+                      RecommendsVersions += string(Cache[Start.TargetPkg()].CandVersion) + "\n";
                     }
              if (Start == End)
                break;
index 25d99de575d0f0609ea185f7ba4adcae14eb6e7c..bfe9f6ebb62dbe9b2f62013db4e661dd43d8e62b 100644 (file)
@@ -16,6 +16,7 @@ apt (0.5.15) unstable; urgency=low
     <sylvain.pasche@switzerland.org> (Closes: #217152)
   * Let apt-get build-dep try alternatives if the installed package
     doesn't meet version requirements (Closes: #214736)
+  * Fix version display for recommends (Closes: #219900)
 
  --