fixes for RFC URLs
authorBdale Garbee <bdale@gag.com>
Fri, 13 Apr 2012 04:43:47 +0000 (22:43 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 13 Apr 2012 04:43:47 +0000 (22:43 -0600)
debian/changelog
debian/patches/rfc-urls.diff [new file with mode: 0644]
debian/patches/series
gzip.1
gzip.doc

index efc68ca34e6f4ffad2eb639f06f3d63bee7bc1cb..64223f493a24dad0db1802e1a5497849ca0d98dd 100644 (file)
@@ -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 <bdale@gag.com>  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 (file)
index 0000000..c59b25b
--- /dev/null
@@ -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, <ftp://ftp.isi.edu/in-notes/rfc1952.txt>,
++specification version 4.3, <http://www.ietf.org/rfc/rfc1952.txt>,
+ 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,
+-<ftp://ftp.isi.edu/in-notes/rfc1951.txt>, Internet RFC 1951 (May 1996).
++<http://www.ietf.org/rfc/rfc1951.txt>, 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 <ftp://ftp.isi.edu/in-notes/rfc1952.txt> ,
++.BR <http://www.ietf.org/rfc/rfc1952.txt> ,
+ 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 <ftp://ftp.isi.edu/in-notes/rfc1951.txt> ,
++.BR <http://www.ietf.org/rfc/rfc1951.txt> ,
+ 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, <ftp://ftp.isi.edu/in-notes/rfc1952.txt>, Inter-
+-       net RFC 1952 (May 1996).        The zip deflation format is specified  in  P.
+-       Deutsch,        DEFLATE  Compressed  Data  Format  Specification version 1.3,
+-       <ftp://ftp.isi.edu/in-notes/rfc1951.txt>, Internet RFC 1951 (May 1996).
++       ification  version  4.3, <http://www.ietf.org/rfc/rfc1952.txt>,  Inter-
++       net RFC  1952 (May 1996). The  zip deflation format is  specified in P.
++       Deutsch,  DEFLATE Compressed  Data  Format  Specification version  1.3,
++       <http://www.ietf.org/rfc/rfc1951.txt>, 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, <ftp://ftp.isi.edu/in-notes/rfc1952.txt>, Inter-
+-       net  RFC        1952 (May 1996).  The zip deflation format is specified in P.
+-       Deutsch, DEFLATE Compressed  Data  Format  Specification        version  1.3,
+-       <ftp://ftp.isi.edu/in-notes/rfc1951.txt>, Internet RFC 1951 (May 1996).
++       ification  version  4.3, <http://www.ietf.org/rfc/rfc1952.txt>,  Inter-
++       net RFC  1952 (May 1996). The  zip deflation format is  specified in P.
++       Deutsch,  DEFLATE Compressed  Data  Format  Specification version  1.3,
++       <http://www.ietf.org/rfc/rfc1951.txt>, Internet RFC 1951 (May 1996).
+ DIAGNOSTICS
+        Exit status is normally 0; if an error occurs, exit status is 1.        If  a
index ac59100841649c9313ac5928e1f24be27aa3e416..c6482a46ff612564e0370262645832f9d2a8077a 100644 (file)
@@ -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 48902bde6a5601fec2c116147e329ed090525de4..17f94ad035ce54ec2978cb29a9e10198501a5eb4 100644 (file)
--- 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, <ftp://ftp.isi.edu/in-notes/rfc1952.txt>,
+specification version 4.3, <http://www.ietf.org/rfc/rfc1952.txt>,
 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,
-<ftp://ftp.isi.edu/in-notes/rfc1951.txt>, Internet RFC 1951 (May 1996).
+<http://www.ietf.org/rfc/rfc1951.txt>, 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 <ftp://ftp.isi.edu/in-notes/rfc1952.txt> ,
+.BR <http://www.ietf.org/rfc/rfc1952.txt> ,
 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 <ftp://ftp.isi.edu/in-notes/rfc1951.txt> ,
+.BR <http://www.ietf.org/rfc/rfc1951.txt> ,
 Internet RFC 1951 (May 1996).
 .SH "DIAGNOSTICS"
 Exit status is normally 0;
index e730a1cd8b20a617a4062b5e04ad5cbb07569444..2e5557e2e50575448c4d7a07ff1f3c739858e742 100644 (file)
--- 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, <ftp://ftp.isi.edu/in-notes/rfc1952.txt>, Inter-
-       net RFC 1952 (May 1996).         The zip deflation format is specified  in  P.
-       Deutsch,         DEFLATE  Compressed  Data  Format  Specification version 1.3,
-       <ftp://ftp.isi.edu/in-notes/rfc1951.txt>, Internet RFC 1951 (May 1996).
+       ification  version  4.3, <http://www.ietf.org/rfc/rfc1952.txt>,  Inter-
+       net RFC  1952 (May 1996). The  zip deflation format is  specified in P.
+       Deutsch,  DEFLATE Compressed  Data  Format  Specification version  1.3,
+       <http://www.ietf.org/rfc/rfc1951.txt>, 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, <ftp://ftp.isi.edu/in-notes/rfc1952.txt>, Inter-
-       net  RFC         1952 (May 1996).  The zip deflation format is specified in P.
-       Deutsch, DEFLATE Compressed  Data  Format  Specification         version  1.3,
-       <ftp://ftp.isi.edu/in-notes/rfc1951.txt>, Internet RFC 1951 (May 1996).
+       ification  version  4.3, <http://www.ietf.org/rfc/rfc1952.txt>,  Inter-
+       net RFC  1952 (May 1996). The  zip deflation format is  specified in P.
+       Deutsch,  DEFLATE Compressed  Data  Format  Specification version  1.3,
+       <http://www.ietf.org/rfc/rfc1951.txt>, Internet RFC 1951 (May 1996).
 
 DIAGNOSTICS
        Exit status is normally 0; if an error occurs, exit status is 1.         If  a