]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/acquire-item.cc:
authorMichael Vogt <egon@bottom>
Thu, 11 May 2006 10:12:31 +0000 (12:12 +0200)
committerMichael Vogt <egon@bottom>
Thu, 11 May 2006 10:12:31 +0000 (12:12 +0200)
  - merged from pdiff
* debian/changelog:
  - updated

apt-pkg/acquire-item.cc
debian/changelog

index cbccfbfae40c794144919b1042528f7df0414612..cc16215f5f97df2572dbc1010d9e37f630fc6f98 100644 (file)
@@ -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 
index 9632eda5b50ddf0bcfd69f3c5af74a5beb5fc58c..e151d82f51d3d20649f0d85869fc7043136161e0 100644 (file)
@@ -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