]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
don't use FindFile for external Dir::Bin commands
[apt.git] / apt-pkg / deb / debmetaindex.h
index e93959a21246be122d046420dc24cb72a89982c4..2bb9ed69305c47f8776acfa9d47e595e798e8bf2 100644 (file)
@@ -58,11 +58,15 @@ class APT_HIDDEN debReleaseIndex : public metaIndex
    bool SetSignedBy(std::string const &SignedBy);
 
    virtual bool IsTrusted() const APT_OVERRIDE;
+   bool IsArchitectureSupported(std::string const &arch) const;
+   bool IsArchitectureAllSupportedFor(IndexTarget const &target) const;
 
-   void AddComponent(bool const isSrc, std::string const &Name,
+   void AddComponent(std::string const &sourcesEntry,
+        bool const isSrc, std::string const &Name,
         std::vector<std::string> const &Targets,
         std::vector<std::string> const &Architectures,
-        std::vector<std::string> Languages);
+        std::vector<std::string> Languages,
+        bool const usePDiffs, std::string const &useByHash);
 };
 
 #endif