Sfoglia il codice sorgente

* apt-pkg/acquire-item.cc:
- merged from pdiff
* debian/changelog:
- updated

Michael Vogt 20 anni fa
parent
commit
20a8adb3d4
2 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 1 1
      apt-pkg/acquire-item.cc
  2. 7 0
      debian/changelog

+ 1 - 1
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 

+ 7 - 0
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