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
|
Source: ncompress
Section: utils
Priority: optional
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
Homepage: https://github.com/vapier/ncompress
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.0)
Standards-Version: 3.9.8.0
Testsuite: autopkgtest
Package: ncompress
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: original Lempel-Ziv compress/uncompress programs
This package provides the original compress and uncompress programs that used
to be the de facto UNIX standard for compressing and uncompressing files.
These programs implement a fast, simple Lempel-Ziv (LZW) file compression
algorithm.
.
For Debian, the standard uncompress program is installed as uncompress.real,
to avoid conflicting with other packages.
.
This package also contains a copyright notice and a brief discussion of the
LZW patent history (written by one of the original authors) in the file
/usr/share/doc/ncompress/README.Debian.
|