]> git.saurik.com Git - apt.git/blobdiff - doc/examples/apt-ftparchive.conf
Build-depend on pkg-config
[apt.git] / doc / examples / apt-ftparchive.conf
index 0d245c0af875c99ad708322cda0308a9f520229a..0e8bcb2ceb46456aaa0be740430f98f8dd5cf221 100644 (file)
@@ -7,11 +7,11 @@ Dir {
        CacheDir ".";
 };
 
-// Create Packages, Packages.gz and Packages.bz2, remove what you don't need
+// Create Packages, Packages.gz and Packages.xz, remove/add as needed
 Default {
-       Packages::Compress ". gzip bzip2";
-       Sources::Compress ". gzip bzip2";
-       Contents::Compress ". gzip bzip2";
+       Packages::Compress ". gzip xz";
+       Sources::Compress ". gzip xz";
+       Contents::Compress ". gzip xz";
 };
 
 // Includes the main section. You can structure the directory tree under