summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-03-22 13:49:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-07-26 02:44:44 +0000
commit17e0589bfba80149beecbde1e8fcc3af63b77483 (patch)
tree63a42fd9dd354bbe3a854be46c6a631630ac232e /debian/control
parentAdding upstream version 0.4. (diff)
downloadtarlz-17e0589bfba80149beecbde1e8fcc3af63b77483.tar.xz
tarlz-17e0589bfba80149beecbde1e8fcc3af63b77483.zip
Adding debian version 0.4-1.debian/0.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0054a52
--- /dev/null
+++ b/debian/control
@@ -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.