File: control

package info (click to toggle)
lziprecover 1.25-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: cpp: 9,549; sh: 1,635; makefile: 155
file content (30 lines) | stat: -rw-r--r-- 964 bytes parent folder | download
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
30
Source: lziprecover
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 texinfo,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: http://www.nongnu.org/lzip/lziprecover.html
Vcs-Browser: https://forgejo.debian.net/lzip/lziprecover
Vcs-Git: https://forgejo.debian.net/lzip/lziprecover

Package: lziprecover
Section: utils
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 lzip-alternative,
 lzip-compressor,
 lzip-decompressor,
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.