]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-cache.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 24 Sep 2010 12:18:52 +0000 (14:18 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 24 Sep 2010 12:18:52 +0000 (14:18 +0200)
  - use the TranslatedDescription for searching and not the first
    available one as it is maybe not an expected language (Closes: #597925)

cmdline/apt-cache.cc
debian/changelog

index ba4ad19430ab20a0ccbaba202915e832c67d5d0d..79654f47737bc8c8dead28ce4ec71f19b9c07a5d 100644 (file)
@@ -1321,7 +1321,7 @@ bool Search(CommandLine &CmdL)
         continue;
       pkgCache::VerIterator V = Plcy->GetCandidateVer(P);
       if (V.end() == false)
-        DFList[G->ID].Df = V.DescriptionList().FileList();
+        DFList[G->ID].Df = V.TranslatedDescription().FileList();
 
       if (DFList[G->ID].NameMatch == false)
         continue;
@@ -1334,7 +1334,7 @@ bool Search(CommandLine &CmdL)
            continue;
 
         unsigned long id = Prv.OwnerPkg().Group()->ID;
-        DFList[id].Df = V.DescriptionList().FileList();
+        DFList[id].Df = V.TranslatedDescription().FileList();
         DFList[id].NameMatch = true;
       }
    }
index 6a1e0389c3879e7d8b5276b8cf926432c24bc161..7f3ccb624da123d3d0eb453e47ddde9f66c961ce 100644 (file)
@@ -1,3 +1,12 @@
+apt (0.8.6) UNRELEASED; urgency=low
+
+  [ David Kalnischkies ]
+  * cmdline/apt-cache.cc:
+    - use the TranslatedDescription for searching and not the first
+      available one as it is maybe not an expected language (Closes: #597925)
+
+ -- David Kalnischkies <kalnischkies@gmail.com>  Fri, 24 Sep 2010 14:11:52 +0200
+
 apt (0.8.5) unstable; urgency=low
 
   [ Manpages translations ]