]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* New no_NO.po file from Tollef Fog Heen <tfheen@debian...
[apt.git] / cmdline / apt-get.cc
index a255270c6fc760962d2f3b596f56b6762e664b87..05d70a7fedb0ad5730b8ae4da2c94c58163e4c29 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.148 2003/12/20 23:55:05 mdz Exp $
+// $Id: apt-get.cc,v 1.150 2003/12/24 22:53:10 mdz Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -1564,7 +1564,7 @@ bool DoInstall(CommandLine &CmdL)
                        break;
 
                      /* Skip if we already saw it */
-                     if (int(SuggestsList.find(target)) != -1 || int(RecommendsList.find(target) != -1)
+                     if (int(SuggestsList.find(target)) != -1 || int(RecommendsList.find(target)) != -1)
                        break; 
 
                     if (Start->Type == pkgCache::Dep::Suggests) {
@@ -2222,8 +2222,7 @@ bool DoBuildDep(CommandLine &CmdL)
       
       // Now we check the state of the packages,
       if (Cache->BrokenCount() != 0)
-        return _error->Error(_("Some broken packages were found while trying to process build-dependencies for %s.\n"
-                               "You might want to run `apt-get -f install' to correct these."),*I);
+         return _error->Error(_("Build-dependencies for %s could not be satisfied."),*I);
    }
   
    if (InstallPackages(Cache, false, true) == false)