From: Bdale Garbee Date: Thu, 14 Jun 2007 04:17:37 +0000 (-0400) Subject: Imported Debian patch 1.3.12-2 X-Git-Url: https://git.cworth.org/git?p=gzip;a=commitdiff_plain;h=6d2f835e3652abc6b0d700f3ad0505789ad67601 Imported Debian patch 1.3.12-2 --- diff --git a/debian/changelog b/debian/changelog index 19fbec9..174b9af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gzip (1.3.12-2) unstable; urgency=low + + * fix typo in gzip fprintf, closes: #426965 + * revert my zgrep.in patch since upstream handles alternates differently now + + -- Bdale Garbee Thu, 14 Jun 2007 00:17:37 -0400 + gzip (1.3.12-1) unstable; urgency=low * new upstream version, closes: #177942, #225864, #362786, #366660, #367400, diff --git a/gzip.c b/gzip.c index 3131e86..bddab98 100644 --- a/gzip.c +++ b/gzip.c @@ -1278,7 +1278,7 @@ local int get_method(in) } if ((flags & CONTINUATION) != 0) { fprintf(stderr, - "%s: %s is a a multi-part gzip file -- not supported\n", + "%s: %s is a multi-part gzip file -- not supported\n", program_name, ifname); exit_code = ERROR; if (force <= 1) return -1; diff --git a/zgrep.in b/zgrep.in index 4b1b509..e889ceb 100644 --- a/zgrep.in +++ b/zgrep.in @@ -23,20 +23,13 @@ PATH=BINDIR:$PATH grep='${GREP-grep}' -prog=`echo "$0" | sed 's|.*/||'` -case "$prog" in - *egrep) grep=${EGREP-egrep} ;; - *fgrep) grep=${FGREP-fgrep} ;; - *) grep=${GREP-grep} ;; -esac - -version="z$grep (gzip) @VERSION@ +version='z$grep (gzip) @VERSION@ Copyright (C) 2007 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. -Written by Jean-loup Gailly." +Written by Jean-loup Gailly.' usage="Usage: $0 [OPTION]... [-e] PATTERN [FILE]... Look for instances of PATTERN in the input FILEs, using their