]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
* cmdline/apt-get.cc:
[apt.git] / cmdline / apt-cache.cc
index 0014563b8a6a5765ca09a692bd686016b7235d2f..aea9ebeba178f18946f656a0f2166610be076664 100644 (file)
@@ -1574,10 +1574,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++)
    {