Package: vim-deb / 1.4-1

Metadata

Package Version Patches format
vim-deb 1.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use dpkg debs ctrlfsys tarfile to extr.patch | (download)

autoload/deb.vim | 54 10 + 44 - 0 !
1 file changed, 10 insertions(+), 44 deletions(-)

 use dpkg-deb's --{ctrl,fsys}-tarfile to extract members

dpkg-deb has exposed --fsys-tarfile / --ctrl-tarfile since at least 1995
/ 2014, respectively. Using these allows dpkg to handle the
decompression and deb.vim to deal solely with tar files for inspecting /
extracting the members from the deb archive.

Signed-off-by: James McCoy <jamessan@debian.org>