summaryrefslogtreecommitdiff
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
parent5b1df5f0f00dff79fe3297270efa0626f80a02da (diff)
parentfb603534bf69ae4b01f5abda4e42814450e59a31 (diff)
* merged with the latest ddtp branch fixes
-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