From 5e7660c3dbe55d8580d9a79a1e71f25359ecf252 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 12 Apr 2012 22:43:47 -0600 Subject: [PATCH] fixes for RFC URLs --- debian/changelog | 1 + debian/patches/rfc-urls.diff | 69 ++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + gzip.1 | 8 ++--- gzip.doc | 16 ++++----- 5 files changed, 83 insertions(+), 12 deletions(-) create mode 100644 debian/patches/rfc-urls.diff diff --git a/debian/changelog b/debian/changelog index efc68ca..64223f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ gzip (1.4-6) unstable; urgency=low * patch to add --rsyncable doc to info page from Jörgen Grahn, closes: #637626 * patch to improve zdiff doc from Stéphane Aulery, closes: #269612 + * patches to fix RFC URLs from Stéphane Aulery, closes: #636182 -- Bdale Garbee Thu, 12 Apr 2012 11:38:56 -0600 diff --git a/debian/patches/rfc-urls.diff b/debian/patches/rfc-urls.diff new file mode 100644 index 0000000..c59b25b --- /dev/null +++ b/debian/patches/rfc-urls.diff @@ -0,0 +1,69 @@ +diff --git a/gzip.1 b/gzip.1 +index 48902bd..17f94ad 100644 +--- a/gzip.1 ++++ b/gzip.1 +@@ -180,12 +180,12 @@ or decompressing. + The + .I gzip + file format is specified in P. Deutsch, \s-1GZIP\s0 file format +-specification version 4.3, , ++specification version 4.3, , + Internet RFC 1952 (May 1996). The + .I zip + deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed + Data Format Specification version 1.3, +-, Internet RFC 1951 (May 1996). ++, Internet RFC 1951 (May 1996). + + .SH OPTIONS + .TP +@@ -389,13 +389,13 @@ The + .I gzip + file format is specified in P. Deutsch, \s-1GZIP\s0 file format + specification version 4.3, +-.BR , ++.BR , + Internet RFC 1952 (May 1996). + The + .I zip + deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed + Data Format Specification version 1.3, +-.BR , ++.BR , + Internet RFC 1951 (May 1996). + .SH "DIAGNOSTICS" + Exit status is normally 0; +diff --git a/gzip.doc b/gzip.doc +index e730a1c..2e5557e 100644 +--- a/gzip.doc ++++ b/gzip.doc +@@ -85,10 +85,10 @@ DESCRIPTION + ownership and timestamps of files when compressing or decompressing. + + The gzip file format is specified in P. Deutsch, GZIP file format spec- +- ification version 4.3, , Inter- +- net RFC 1952 (May 1996). The zip deflation format is specified in P. +- Deutsch, DEFLATE Compressed Data Format Specification version 1.3, +- , Internet RFC 1951 (May 1996). ++ ification version 4.3, , Inter- ++ net RFC 1952 (May 1996). The zip deflation format is specified in P. ++ Deutsch, DEFLATE Compressed Data Format Specification version 1.3, ++ , Internet RFC 1951 (May 1996). + + OPTIONS + -a --ascii +@@ -268,10 +268,10 @@ SEE ALSO + press(1), pack(1), compact(1) + + The gzip file format is specified in P. Deutsch, GZIP file format spec- +- ification version 4.3, , Inter- +- net RFC 1952 (May 1996). The zip deflation format is specified in P. +- Deutsch, DEFLATE Compressed Data Format Specification version 1.3, +- , Internet RFC 1951 (May 1996). ++ ification version 4.3, , Inter- ++ net RFC 1952 (May 1996). The zip deflation format is specified in P. ++ Deutsch, DEFLATE Compressed Data Format Specification version 1.3, ++ , Internet RFC 1951 (May 1996). + + DIAGNOSTICS + Exit status is normally 0; if an error occurs, exit status is 1. If a diff --git a/debian/patches/series b/debian/patches/series index ac59100..c6482a4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ determinism.diff zgrep-dash-h.diff gzip-man-pack.diff zdiff-man.diff +rfc-urls.diff diff --git a/gzip.1 b/gzip.1 index 48902bd..17f94ad 100644 --- a/gzip.1 +++ b/gzip.1 @@ -180,12 +180,12 @@ or decompressing. The .I gzip file format is specified in P. Deutsch, \s-1GZIP\s0 file format -specification version 4.3, , +specification version 4.3, , Internet RFC 1952 (May 1996). The .I zip deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed Data Format Specification version 1.3, -, Internet RFC 1951 (May 1996). +, Internet RFC 1951 (May 1996). .SH OPTIONS .TP @@ -389,13 +389,13 @@ The .I gzip file format is specified in P. Deutsch, \s-1GZIP\s0 file format specification version 4.3, -.BR , +.BR , Internet RFC 1952 (May 1996). The .I zip deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed Data Format Specification version 1.3, -.BR , +.BR , Internet RFC 1951 (May 1996). .SH "DIAGNOSTICS" Exit status is normally 0; diff --git a/gzip.doc b/gzip.doc index e730a1c..2e5557e 100644 --- a/gzip.doc +++ b/gzip.doc @@ -85,10 +85,10 @@ DESCRIPTION ownership and timestamps of files when compressing or decompressing. The gzip file format is specified in P. Deutsch, GZIP file format spec- - ification version 4.3, , Inter- - net RFC 1952 (May 1996). The zip deflation format is specified in P. - Deutsch, DEFLATE Compressed Data Format Specification version 1.3, - , Internet RFC 1951 (May 1996). + ification version 4.3, , Inter- + net RFC 1952 (May 1996). The zip deflation format is specified in P. + Deutsch, DEFLATE Compressed Data Format Specification version 1.3, + , Internet RFC 1951 (May 1996). OPTIONS -a --ascii @@ -268,10 +268,10 @@ SEE ALSO press(1), pack(1), compact(1) The gzip file format is specified in P. Deutsch, GZIP file format spec- - ification version 4.3, , Inter- - net RFC 1952 (May 1996). The zip deflation format is specified in P. - Deutsch, DEFLATE Compressed Data Format Specification version 1.3, - , Internet RFC 1951 (May 1996). + ification version 4.3, , Inter- + net RFC 1952 (May 1996). The zip deflation format is specified in P. + Deutsch, DEFLATE Compressed Data Format Specification version 1.3, + , Internet RFC 1951 (May 1996). DIAGNOSTICS Exit status is normally 0; if an error occurs, exit status is 1. If a -- 2.30.2