]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/debsrcrecords.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 22 Feb 2011 17:17:44 +0000 (18:17 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 22 Feb 2011 17:17:44 +0000 (18:17 +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 f0f0d342a9d2dbc327d6ae1ccb75bf59c72bb766..64da21779be87a1e68a5df7fbdb85e145ee475d2 100644 (file)
@@ -15,8 +15,10 @@ apt (0.8.11.6) UNRELEASED; urgency=low
     - include xz-compressed Packages and Sources files in Release file
   * apt-pkg/aptconfiguration.cc:
     - support download of xz-compressed indexes files
+  * apt-pkg/deb/debsrcrecords.cc:
+    - support xz-compressed source v3 debian.tar files
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 22 Feb 2011 18:10:30 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 22 Feb 2011 18:14:17 +0100
 
 apt (0.8.11.5) unstable; urgency=low