Package: ncompress / 4.2.4.4-16

Metadata

Package Version Patches format
ncompress 4.2.4.4-16 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.
reproducible.patch | (download)

compress42.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make the ncompress build reproducible.
 The original build puts the compile date in the version string, which means
 the build is not reproducible.  Instead, I've decided to just rewrite the
 version string completely and make it Debian-specific.  The version string
 will report the Debian version number and date.
 See also: https://wiki.debian.org/ReproducibleBuilds
code typos.patch | (download)

compress42.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typos in the code.
code warnings.patch | (download)

compress42.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 fix compiler warnings in the code.