summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-07-25 16:21:35 +0200
committerMichael Vogt <egon@bottom>2006-07-25 16:21:35 +0200
commitb28fffc2825b807a26513f2ac5f34cb6e064acbf (patch)
tree6d6cf44d490b30164f5afab87702ffa3b93e0caf /apt-pkg/deb/debmetaindex.cc
parent5b1df5f0f00dff79fe3297270efa0626f80a02da (diff)
parentfb603534bf69ae4b01f5abda4e42814450e59a31 (diff)
* merged with the latest ddtp branch fixes
Diffstat (limited to 'apt-pkg/deb/debmetaindex.cc')
-rw-r--r--apt-pkg/deb/debmetaindex.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc
index d3b6ed957..8cf31b326 100644
--- a/apt-pkg/deb/debmetaindex.cc
+++ b/apt-pkg/deb/debmetaindex.cc
@@ -161,6 +161,8 @@ bool debReleaseIndex::GetIndexes(pkgAcquire *Owner, bool GetAll) const
for (vector<const debSectionEntry *>::const_iterator I = SectionEntries.begin();
I != SectionEntries.end(); I++) {
+ if((*I)->IsSrc)
+ continue;
debTranslationsIndex i = debTranslationsIndex(URI,Dist,(*I)->Section);
i.GetIndexes(Owner);
}