]> git.saurik.com Git - apt.git/commitdiff
* merged with the latest ddtp branch fixes
authorMichael Vogt <egon@bottom>
Tue, 25 Jul 2006 14:21:35 +0000 (16:21 +0200)
committerMichael Vogt <egon@bottom>
Tue, 25 Jul 2006 14:21:35 +0000 (16:21 +0200)
apt-pkg/deb/debmetaindex.cc
debian/changelog

index d3b6ed957181941e5b28d431e71410c354419c2f..8cf31b3260446d385c44ef35ecfd66da08b6e186 100644 (file)
@@ -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);
    }
index 73bd84f216fc83921010c0a62bf984717607956f..b78cd9641a8661680ec68feb8e695196507793c4 100644 (file)
@@ -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