]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.cc
* apt-pkg/deb/debsrcrecords.cc:
[apt.git] / apt-pkg / deb / debsrcrecords.cc
index 21336e1af0d6edd531fa39f78160ba28a56d7005..3809ee74f6982dc532cacbdee0af117cb06cb5bc 100644 (file)
@@ -144,7 +144,8 @@ bool debSrcRecordParser::Files(vector<pkgSrcRecords::File> &List)
         }
         F.Type = string(F.Path,Tmp+1,Pos-Tmp);
         
-        if (F.Type == "gz" || F.Type == "bz2" || F.Type == "lzma" || F.Type == "tar")
+        if (F.Type == "gz" || F.Type == "bz2" || F.Type == "lzma" ||
+            F.Type == "xz" || F.Type == "tar")
         {
            Pos = Tmp-1;
            continue;