fixed in upstream 1.5
authorBdale Garbee <bdale@gag.com>
Tue, 19 Jun 2012 20:22:45 +0000 (14:22 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 19 Jun 2012 20:22:45 +0000 (14:22 -0600)
debian/patches/series
debian/patches/zgrep-dash-h.diff [deleted file]

index 9562a476f0c4d41d797e729bcb3a24bafeb266e3..4afffafb3af7f6e204eb46ef1a4b993c0efdf208 100644 (file)
@@ -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 (file)
index bc202a5..0000000
+++ /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