summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6b10d8a3ae5c97325474db4df86e14c9958bbdbd (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
Source: lziprecover
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper (>= 11),
 texinfo,
Rules-Requires-Root: no
Standards-Version: 4.1.3
Homepage: http://www.nongnu.org/lzip/lziprecover.html
Vcs-Browser: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lziprecover
Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/lziprecover

Package: lziprecover
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 lzip-alternative,
Description: lossless data compressor based on the LZMA algorithm (recovery)
 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 Lzip decompresses almost as fast as gzip and compresses better than bzip2,
 which makes it well suited for software distribution and data archiving.
 .
 This package contains the recovery tool.