From: Bdale Garbee Date: Tue, 11 Jun 2013 16:44:12 +0000 (-0600) Subject: this patch is no longer needed X-Git-Tag: debian/1.6-1~11 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=1b5cc0fd70f9b4483984e781b6e43d6d3cb9d9f6 this patch is no longer needed --- diff --git a/debian/patches/series b/debian/patches/series index b1c3f22..cc559b9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ rsyncable.diff -zdiff-man.diff rfc-urls.diff sigpipe.diff diff --git a/debian/patches/zdiff-man.diff b/debian/patches/zdiff-man.diff deleted file mode 100644 index be2e2ad..0000000 --- a/debian/patches/zdiff-man.diff +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/zdiff.1 b/zdiff.1 -index 588974c..3b0ace5 100644 ---- a/zdiff.1 -+++ b/zdiff.1 -@@ -10,6 +10,7 @@ zcmp, zdiff \- compare compressed files - [ diff_options ] file1 - [ file2 ] - .SH DESCRIPTION -+.P - .I Zcmp - and - .I zdiff -@@ -23,11 +24,11 @@ All options specified are passed directly to - .I cmp - or - .IR diff "." --If only 1 file is specified, then the files compared are --.I file1 --and an uncompressed --.IR file1 ".gz." --If two files are specified, then they are uncompressed if necessary and fed to -+If only one file is specified, then it is compared to a file with the same name -+without the -+.I ".gz" -+extension. If two files are specified, then they are uncompressed if necessary -+and fed to - .I cmp - or - .IR diff "."