summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 88d34d786d9e96b42c95e5726d5539697f4c3af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: tarlz
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 12),
 liblz-dev,
 texinfo,
Rules-Requires-Root: no
Standards-Version: 4.3.0
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 an alternative implementation of the tar archiver. It creates, lists
 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
 end-of-file blocks. This method works for any tar format and is fully backward
 compatible with standard tar tools like GNU tar, which treat the resulting
 multimember tar.lz archive like any other tar.lz archive.