From de0d98027cdc141341d2131293662ceea03f97fd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 12 Apr 2012 11:44:04 -0600 Subject: [PATCH] fix for gzip man page pack reference --- debian/changelog | 2 ++ debian/patches/gzip-man-pack.diff | 21 +++++++++++++++++++++ debian/patches/series | 1 + gzip.1 | 5 ++--- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 debian/patches/gzip-man-pack.diff diff --git a/debian/changelog b/debian/changelog index 9ed8c63..006d5cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ gzip (1.4-6) unstable; urgency=low * patch to restore zgrep -h from Pär-Ola Nilsson, closes: #658734 + * patch to fix pack reference in gzip man page from Stéphane Aulery, + closes: #308522 -- Bdale Garbee Thu, 12 Apr 2012 11:38:56 -0600 diff --git a/debian/patches/gzip-man-pack.diff b/debian/patches/gzip-man-pack.diff new file mode 100644 index 0000000..c065caf --- /dev/null +++ b/debian/patches/gzip-man-pack.diff @@ -0,0 +1,21 @@ +--- gzip.1.old 2012-02-04 23:12:50.000000000 +0100 ++++ gzip.1 2012-02-04 22:58:11.181471569 +0100 +@@ -300,7 +300,7 @@ + + Previous versions of gzip used + the .z suffix. This was changed to avoid a conflict with +-.IR pack "(1)". ++.I pack. + .TP + .B \-t --test + Test. Check the compressed file integrity. +@@ -383,8 +383,7 @@ + On Vax/VMS, the name of the environment variable is GZIP_OPT, to + avoid a conflict with the symbol set for invocation of the program. + .SH "SEE ALSO" +-znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1), +-pack(1), compact(1) ++znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1) + .PP + The + .I gzip diff --git a/debian/patches/series b/debian/patches/series index 451b0ad..51c69c0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ zless-LESSOPEN.diff sys_stat.in.h.diff determinism.diff zgrep-dash-h.diff +gzip-man-pack.diff diff --git a/gzip.1 b/gzip.1 index bdf6943..48902bd 100644 --- a/gzip.1 +++ b/gzip.1 @@ -300,7 +300,7 @@ decompression on all given files regardless of suffix, as in: Previous versions of gzip used the .z suffix. This was changed to avoid a conflict with -.IR pack "(1)". +.I pack. .TP .B \-t --test Test. Check the compressed file integrity. @@ -383,8 +383,7 @@ explicit command line parameters. For example: On Vax/VMS, the name of the environment variable is GZIP_OPT, to avoid a conflict with the symbol set for invocation of the program. .SH "SEE ALSO" -znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1), -pack(1), compact(1) +znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1) .PP The .I gzip -- 2.30.2