* cmdline/apt-cache.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 29 Jul 2008 14:56:03 +0000 (16:56 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 29 Jul 2008 14:56:03 +0000 (16:56 +0200)
  - do not show Breaks in unmet

cmdline/apt-cache.cc

index f10ea48..d73111b 100644 (file)
@@ -102,15 +102,13 @@ bool UnMet(CommandLine &CmdL)
            if (End->Type != pkgCache::Dep::PreDepends &&
                End->Type != pkgCache::Dep::Depends && 
                End->Type != pkgCache::Dep::Suggests &&
-               End->Type != pkgCache::Dep::Recommends &&
-               End->Type != pkgCache::Dep::DpkgBreaks)
+               End->Type != pkgCache::Dep::Recommends)
               continue;
 
            // Important deps only
            if (Important == true)
               if (End->Type != pkgCache::Dep::PreDepends &&
-                  End->Type != pkgCache::Dep::Depends &&
-                  End->Type != pkgCache::Dep::DpkgBreaks)
+                  End->Type != pkgCache::Dep::Depends)
                  continue;
            
            // Verify the or group