]> git.saurik.com Git - apt.git/commitdiff
Fix for display bug. Closes: #92033
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:28 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:28 +0000 (16:57 +0000)
Author: jgg
Date: 2001-04-10 04:49:52 GMT
Fix for display bug. Closes: #92033

cmdline/apt-get.cc
configure.in
debian/changelog

index c449b3379be71bd7a47be5ea68b0eee0e2c6bbda..6419299fcd227fb5dd6d13ffbcc1020aa99b2c7e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.104 2001/03/13 05:23:42 jgg Exp $
+// $Id: apt-get.cc,v 1.105 2001/04/10 04:49:52 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -232,6 +232,9 @@ void ShowBroken(ostream &out,CacheFile &Cache,bool Now)
            {
               out << ' ';
               pkgCache::VerIterator Ver = Cache[Targ].InstVerIter(Cache);
+              if (Now == true)
+                 Ver = Targ.CurrentVer();
+                 
               if (Ver.end() == false)
               {
                  if (Now == true)
index 95ff0176e94460e5ed6fac7fd781b09e4cc5d988..f8d2cc1d6edcf6234cb57caf68e93272524e8fb8 100644 (file)
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.5.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.5.4")
 AC_DEFINE_UNQUOTED(PACKAGE,"apt")
 
 dnl Check the archs, we want the target type.
index 4b780f3b3e708911406ea254cfa8cfdbceec54e2..472cae153113698c75f828b436b00273270242ec 100644 (file)
@@ -11,6 +11,7 @@ apt (0.5.4) unstable; urgency=low
     similar situations. Closes: #56708, #59432
   * no_proxy and ftp. Closes: #89671
   * Philippe Batailler's man page patches.
+  * Fix for display bug. Closes: #92033
   
  -- Jason Gunthorpe <jgg@debian.org>  Thu,  8 Mar 2001 22:48:06 -0700