@@ -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);
}
@@ -2,6 +2,7 @@ apt (0.6.44.2exp2) experimental; urgency=low
* fix apt-get dist-upgrade
* fix warning if no /var/lib/apt/extended_states is present
+ * don't download Translations for deb-src sources.list lines
-- Michael Vogt <mvo@debian.org> Tue, 25 Jul 2006 15:12:05 +0200