From: Bdale Garbee Date: Tue, 19 Jun 2012 20:22:45 +0000 (-0600) Subject: fixed in upstream 1.5 X-Git-Tag: debian/1.5-1~11 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=460f872270a2b50b62692f1b85e0c0efcb5e5487 fixed in upstream 1.5 --- diff --git a/debian/patches/series b/debian/patches/series index 9562a47..4afffaf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ rsyncable.diff -zgrep-dash-h.diff gzip-man-pack.diff zdiff-man.diff rfc-urls.diff diff --git a/debian/patches/zgrep-dash-h.diff b/debian/patches/zgrep-dash-h.diff deleted file mode 100644 index bc202a5..0000000 --- a/debian/patches/zgrep-dash-h.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/zgrep.in b/zgrep.in -index a828bbc..7095aff 100644 ---- a/zgrep.in -+++ b/zgrep.in -@@ -138,7 +138,7 @@ while test $# -ne 0; do - files_with_matches=1;; - (-L | --files-witho*) - files_without_matches=1;; -- (--no-f*) -+ (-h | --no-f*) - no_filename=1;; - (-V | --v | --ve | --ver | --vers | --versi | --versio | --version) - echo "$version" || exit 2