From: Michael Vogt Date: Thu, 11 May 2006 10:12:31 +0000 (+0200) Subject: * apt-pkg/acquire-item.cc: X-Git-Tag: 0.7.21~323 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/20a8adb3d45a4419cd8c1de5e63f4b10ca190a3f?hp=b28ae1f7fcad711deb5ed4fbe42e195bf125b10c * apt-pkg/acquire-item.cc: - merged from pdiff * debian/changelog: - updated --- diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index cbccfbfae..cc16215f5 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1024,7 +1024,7 @@ void pkgAcqMetaIndex::QueueIndexes(bool verify) // Queue Packages file (either diff or full packages files, depending // on the users option) - if(_config->FindB("Acquire::PDiffs",false) == false) + if(_config->FindB("Acquire::PDiffs",true) == true) new pkgAcqDiffIndex(Owner, (*Target)->URI, (*Target)->Description, (*Target)->ShortDesc, ExpectedIndexMD5); else diff --git a/debian/changelog b/debian/changelog index 9632eda5b..e151d82f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.6.44.1) unstable; urgency=low + + * apt-pkg/acquire-item.cc: + - fix reversed order of the "Acquire::PDiffs" option + + -- Michael Vogt Thu, 11 May 2006 12:11:26 +0200 + apt (0.6.44) unstable; urgency=low * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large