]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
* merged with the current auto-mark branch
[apt.git] / cmdline / apt-cache.cc
index cb1aeb514f4184ffb55479765bc89e62da27c8c9..74fa71cbad37bfa9cec587dd3db18ee438adb29b 100644 (file)
@@ -1630,10 +1630,11 @@ bool Madison(CommandLine &CmdL)
 
    pkgCache &Cache = *GCache;
 
-   // Create the text record parsers
+   // Create the src text record parsers and ignore errors about missing
+   // deb-src lines that are generated from pkgSrcRecords::pkgSrcRecords
    pkgSrcRecords SrcRecs(*SrcList);
    if (_error->PendingError() == true)
-      return false;
+      _error->Discard();
 
    for (const char **I = CmdL.FileList + 1; *I != 0; I++)
    {