]> git.saurik.com Git - apt.git/commit
Add support for data.tar, control.tar and control.tar.xz
authorGuillem Jover <guillem@debian.org>
Sun, 16 Feb 2014 22:30:48 +0000 (23:30 +0100)
committerMichael Vogt <mvo@debian.org>
Sat, 22 Feb 2014 19:06:59 +0000 (20:06 +0100)
commite7f56293f029505f59670be2bad244f6d9912369
treebc54d05e0854421e696906362b6114dc08be78f7
parent50b942e9a228337a2ca20931036c7cfd8cdba90d
Add support for data.tar, control.tar and control.tar.xz

Sync the deb(5) format support with latest dpkg, by allowing
uncompressed tar members and xz compressed control.tar. This
also refactors the control.tar member extraction by using
ExtractTarMember(), which also means future changes only need
to be implemented in a single place.
apt-inst/deb/debfile.cc
cmdline/apt-extracttemplates.cc