diff options
author | Michael Vogt <egon@bottom> | 2006-05-11 12:12:31 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-05-11 12:12:31 +0200 |
commit | 20a8adb3d45a4419cd8c1de5e63f4b10ca190a3f (patch) | |
tree | ab196343a8b7a1f0a8d57bcb6b5b41bff3aca7c9 | |
parent | b28ae1f7fcad711deb5ed4fbe42e195bf125b10c (diff) | |
parent | 27299daff7e00d561dabb92945a516ed34b7be47 (diff) |
* apt-pkg/acquire-item.cc:
- merged from pdiff
* debian/changelog:
- updated
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
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 <mvo@debian.org> 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 |