diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 12:57:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 12:57:29 +0000 |
commit | f1952c2d65e0c513102e890fedd8a27a124249b3 (patch) | |
tree | 40c8ba5697bec51f5231bc3a3bd86e52b53321e2 /debian/control | |
parent | Adding upstream version 0.25. (diff) | |
download | tarlz-f1952c2d65e0c513102e890fedd8a27a124249b3.tar.xz tarlz-f1952c2d65e0c513102e890fedd8a27a124249b3.zip |
Adding debian version 0.25-1.debian/0.25-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fab4f09 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: tarlz +Section: utils +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), + liblz-dev, + texinfo, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: http://www.nongnu.org/lzip/tarlz.html +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tarlz +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tarlz + +Package: tarlz +Section: utils +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: archiver with multimember lzip compression + Tarlz is a combined implementation of the tar archiver and the lzip compressor. + . + 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. + . + Note: tarlz has currently no support for xattr (Extended attributes) |