diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-07 12:38:13 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-07 12:38:13 +0100 |
commit | 857e9c13d8d9808fcd1ac8ff3469f6c0b90b7fea (patch) | |
tree | 32e8b6a9b8de4362ba9f038a4e938b4ce93c5e90 /apt-pkg/deb/deblistparser.h | |
parent | 25396fb06350344996a20d05423562f08a4165db (diff) |
Drop the Arch information from the Version structure as we can get
the information from the parent package now
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
-rw-r--r-- | apt-pkg/deb/deblistparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h index cba4f8e5d..8da051530 100644 --- a/apt-pkg/deb/deblistparser.h +++ b/apt-pkg/deb/deblistparser.h @@ -47,6 +47,7 @@ class debListParser : public pkgCacheGenerator::ListParser // These all operate against the current section virtual string Package(); virtual string Architecture(); + virtual bool ArchitectureAll(); virtual string Version(); virtual bool NewVersion(pkgCache::VerIterator Ver); virtual string Description(); |