]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/debsrcrecords.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 22 Feb 2011 17:13:20 +0000 (18:13 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 22 Feb 2011 17:13:20 +0000 (18:13 +0100)
  - support xz-compressed source v3 debian.tar files

apt-pkg/deb/debsrcrecords.cc
debian/changelog

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;
index ebea1dac8d5f034dd0c62b828ad7cd0362643098..d42246f7bd051f0dfd02cbf85afe4129f8354569 100644 (file)
@@ -18,8 +18,10 @@ apt (0.8.10.3+squeeze1) UNRELEASED; urgency=low
       to open data.tar.xz files
   * ftparchive/writer.cc:
     - include xz-compressed Packages and Sources files in Release file
+  * apt-pkg/deb/debsrcrecords.cc:
+    - support xz-compressed source v3 debian.tar files
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 22 Feb 2011 14:51:32 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 22 Feb 2011 18:12:21 +0100
 
 apt (0.8.10.3) unstable; urgency=low