projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* add "purge" commandline argument, closes: #133421)
[apt.git]
/
apt-pkg
/
deb
/
debmetaindex.cc
diff --git
a/apt-pkg/deb/debmetaindex.cc
b/apt-pkg/deb/debmetaindex.cc
index d3b6ed957181941e5b28d431e71410c354419c2f..8cf31b3260446d385c44ef35ecfd66da08b6e186 100644
(file)
--- 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);
}