Package: ncompress / 4.2.4.4-5

Metadata

Package Version Patches format
ncompress 4.2.4.4-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove zcat.patch | (download)

compress.1 | 26 2 + 24 - 0 !
1 file changed, 2 insertions(+), 24 deletions(-)

 remove references to zcat in the manpage.
#  We don't install a zcat tool, so it doesn't make sense to reference it.
uncompress real.patch | (download)

compress.1 | 20 14 + 6 - 0 !
compress42.c | 3 2 + 1 - 0 !
2 files changed, 16 insertions(+), 7 deletions(-)

 use uncompress.real instead of uncompress.
#  The gzip package already has a program called uncompress.  For historical
#  purposes, the solution to this is to have ncompress install its program as
#  uncompress.real rather than uncompress.  See README.Debian for more
#  information.