]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
clean deblistparser a bit by get the Architectures at one place
[apt.git] / apt-pkg / deb / deblistparser.h
index 8da051530fd06cf9b60e5a25e318a90ee733c64d..6c81d9fa0dfd55531353dc4430ddea58a4e44a3f 100644 (file)
@@ -32,7 +32,9 @@ class debListParser : public pkgCacheGenerator::ListParser
    pkgTagSection Section;
    unsigned long iOffset;
    string Arch;
-   
+   std::vector<std::string> Architectures;
+   bool MultiArchEnabled;
+
    unsigned long UniqFindTagWrite(const char *Tag);
    bool ParseStatus(pkgCache::PkgIterator Pkg,pkgCache::VerIterator Ver);
    bool ParseDepends(pkgCache::VerIterator Ver,const char *Tag,