From: David Kalnischkies Date: Tue, 22 Feb 2011 17:13:20 +0000 (+0100) Subject: * apt-pkg/deb/debsrcrecords.cc: X-Git-Tag: 0.8.12~4^2~11^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/255bfa26bb3f4ffcf372e4b2b9c95113083c7cd6?ds=inline * apt-pkg/deb/debsrcrecords.cc: - support xz-compressed source v3 debian.tar files --- diff --git a/apt-pkg/deb/debsrcrecords.cc b/apt-pkg/deb/debsrcrecords.cc index 21336e1af..3809ee74f 100644 --- a/apt-pkg/deb/debsrcrecords.cc +++ b/apt-pkg/deb/debsrcrecords.cc @@ -144,7 +144,8 @@ bool debSrcRecordParser::Files(vector &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; diff --git a/debian/changelog b/debian/changelog index ebea1dac8..d42246f7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 22 Feb 2011 14:51:32 +0100 + -- David Kalnischkies Tue, 22 Feb 2011 18:12:21 +0100 apt (0.8.10.3) unstable; urgency=low