2025-02-17 21:04:35 +01:00
|
|
|
Source: tarlz
|
|
|
|
Section: utils
|
|
|
|
Priority: optional
|
2025-02-17 21:31:27 +01:00
|
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
2025-02-17 21:04:35 +01:00
|
|
|
Build-Depends:
|
2025-02-17 21:14:50 +01:00
|
|
|
debhelper-compat (= 13),
|
2025-02-17 21:04:35 +01:00
|
|
|
liblz-dev,
|
|
|
|
texinfo,
|
|
|
|
Rules-Requires-Root: no
|
2025-03-04 08:37:13 +01:00
|
|
|
Standards-Version: 4.7.2
|
2025-02-17 21:04:35 +01:00
|
|
|
Homepage: http://www.nongnu.org/lzip/tarlz.html
|
2025-02-17 21:30:44 +01:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/lzip/tarlz
|
|
|
|
Vcs-Git: https://forgejo.debian.net/lzip/tarlz
|
2025-02-17 21:04:35 +01:00
|
|
|
|
|
|
|
Package: tarlz
|
2025-02-17 21:10:18 +01:00
|
|
|
Section: utils
|
2025-02-17 21:04:35 +01:00
|
|
|
Architecture: any
|
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
|
|
|
Description: archiver with multimember lzip compression
|
2025-02-17 21:11:52 +01:00
|
|
|
Tarlz is a combined implementation of the tar archiver and the lzip compressor.
|
2025-02-17 21:04:35 +01:00
|
|
|
.
|
2025-02-17 21:11:52 +01:00
|
|
|
By default it creates, lists and extracts archives with lzip on a per file
|
|
|
|
basis. Each tar member is compressed in its own lzip member, as well as the
|
|
|
|
end-of-file blocks. This method adds an indexed lzip layer on top of the tar
|
|
|
|
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.
|
2025-02-17 21:18:24 +01:00
|
|
|
.
|
|
|
|
Note: tarlz has currently no support for xattr (Extended attributes)
|