summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/deb/debmetaindex.cc2
-rw-r--r--debian/changelog1
2 files changed, 3 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);
}
diff --git a/debian/changelog b/debian/changelog
index 73bd84f21..b78cd9641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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