1
0
Fork 0

Updating package long description.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:11:52 +01:00
parent 8821d099c0
commit a02b4fb5b3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

14
debian/control vendored
View file

@ -19,11 +19,11 @@ Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: archiver with multimember lzip compression Description: archiver with multimember lzip compression
Tarlz is an alternative implementation of the tar archiver. It creates, lists Tarlz is a combined implementation of the tar archiver and the lzip compressor.
and extracts archives in the 'ustar' format compressed with lzip on a per file
basis. Tarlz can append files to the end of such compressed archives.
. .
Each tar member is compressed in its own lzip member, as well as the By default it creates, lists and extracts archives with lzip on a per file
end-of-file blocks. This method works for any tar format and is fully backward basis. Each tar member is compressed in its own lzip member, as well as the
compatible with standard tar tools like GNU tar, which treat the resulting end-of-file blocks. This method adds an indexed lzip layer on top of the tar
multimember tar.lz archive like any other tar.lz archive. archive, making it possible to decode the archive safely in parallel.
The resulting multimember tar.lz archive is fully backward compatible with
standard tar tools like GNU tar, which treat it like any other tar.lz archive.