Adding debian version 0.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
481ef88a11
commit
6648073468
12 changed files with 181 additions and 0 deletions
28
debian/control
vendored
Normal file
28
debian/control
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Source: tarlz
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 11),
|
||||
liblz-dev,
|
||||
texinfo,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.1.5
|
||||
Homepage: http://www.nongnu.org/lzip/tarlz.html
|
||||
Vcs-Browser: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/tarlz
|
||||
Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/tarlz
|
||||
|
||||
Package: tarlz
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue