]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.cc
rework hashsum verification in the acquire system
[apt.git] / apt-pkg / deb / debindexfile.cc
index d672b4fd86afa7dd59c8aeeaf711c03256860cf6..1852486199b5a8067fd49267e0765327f1670c7b 100644 (file)
@@ -742,13 +742,13 @@ bool debDebPkgFileIndex::Merge(pkgCacheGenerator& Gen, OpProgress* Prog) const
 
    // and give it to the list parser
    debDebFileParser Parser(DebControl, DebFile);
-   if(Gen.SelectFile(DebFile, "local", *this) == false)
+   if(Gen.SelectFile(DebFile, "local", *this, pkgCache::Flag::LocalSource) == false)
       return _error->Error("Problem with SelectFile %s", DebFile.c_str());
 
    pkgCache::PkgFileIterator File = Gen.GetCurFile();
    File->Size = DebControl->Size();
    File->mtime = DebControl->ModificationTime();
-   
+
    if (Gen.MergeList(Parser) == false)
       return _error->Error("Problem with MergeLister for %s", DebFile.c_str());