]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
build fixes, change version 0.7.21
[apt.git] / cmdline / apt-get.cc
index ccf53ed25bcce359206f342834b924081bb26d84..028f371b5dcc614f4b556913cc0054964e7d0ab5 100644 (file)
@@ -1301,7 +1301,9 @@ pkgSrcRecords::Parser *FindSrc(const char *Name,pkgRecords &Recs,
    while ((Parse = SrcRecs.Find(Src.c_str(), MatchSrcOnly)) != 0)
    {
       string Ver = Parse->Version();
-      
+
+      // show name mismatches
+      if (IsMatch == true && Parse->Package() != Src)       
         ioprintf(c1out,  _("No source package '%s' picking '%s' instead\n"), Parse->Package().c_str(), Src.c_str());
       
       if (VerTag.empty() == false)