Your message dated Tue, 15 Apr 2008 20:47:18 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#46787: fixed in gzip 1.3.12-6 has caused the Debian Bug report #46787, regarding zgrep: add bzip/bzip2 support to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 46787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=46787 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: gzip I've added support for bzip/bzip2 to zgrep. Sorry, the bug Maillist doesn't support MIME so here is the plain version: #!/bin/sh # zgrep -- a wrapper around a grep program that decompresses files as needed # Adapted from a version sent by Charles Levert <[EMAIL PROTECTED]> # 19991005 bzip, bzip2 support (Wolfam Kleff) PATH="/usr/bin:$PATH"; export PATH prog=`echo $0 | sed 's|.*/||'` case "$prog" in *egrep) grep=${EGREP-egrep} ;; *fgrep) grep=${FGREP-fgrep} ;; *) grep=${GREP-grep} ;; esac pat="" while test $# -ne 0; do case "$1" in -e | -f) opt="$opt $1"; shift; pat="$1" if test "$grep" = grep; then # grep is buggy with -e on SVR4 grep=egrep fi;; -A | -B) opt="$opt $1 $2"; shift;; -*) opt="$opt $1";; *) if test -z "$pat"; then pat="$1" else break; fi;; esac shift done if test -z "$pat"; then echo "grep through gzip/bzip2 files" echo "usage: $prog [grep_options] pattern [files]" exit 1 fi list=0 silent=0 op=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'` case "$op" in *l*) list=1 esac case "$op" in *h*) silent=1 esac if test $# -eq 0; then gzip -cdfq | $grep $opt "$pat" exit $? fi res=0 for i do case "$i" in *.bz) decomp="bzcat" ;; *.bz2) decomp="bz2cat" ;; *) decomp="gzip -cdfq" ;; esac if test $list -eq 1; then $decomp "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i r=$? elif test $# -eq 1 -o $silent -eq 1; then $decomp "$i" | $grep $opt "$pat" r=$? else $decomp "$i" | $grep $opt "$pat" | sed "s|^|${i}:|" r=$? fi test "$r" -ne 0 && res="$r" done exit $res
--- End Message ---
--- Begin Message ---Source: gzip Source-Version: 1.3.12-6 We believe that the bug you reported is fixed in the latest version of gzip, which is due to be installed in the Debian FTP archive: gzip-win32_1.3.12-6_all.deb to pool/main/g/gzip/gzip-win32_1.3.12-6_all.deb gzip_1.3.12-6.diff.gz to pool/main/g/gzip/gzip_1.3.12-6.diff.gz gzip_1.3.12-6.dsc to pool/main/g/gzip/gzip_1.3.12-6.dsc gzip_1.3.12-6_i386.deb to pool/main/g/gzip/gzip_1.3.12-6_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated gzip package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 15 Apr 2008 14:03:26 -0600 Source: gzip Binary: gzip gzip-win32 Architecture: source all i386 Version: 1.3.12-6 Distribution: unstable Urgency: low Maintainer: Bdale Garbee <[EMAIL PROTECTED]> Changed-By: Bdale Garbee <[EMAIL PROTECTED]> Description: gzip - The GNU compression utility gzip-win32 - The GNU compression utility (win32 build) Closes: 46787 51162 464455 476031 Changes: gzip (1.3.12-6) unstable; urgency=low . * strip the win32 gzip.exe binary during install, closes: #464455 * patch from Reuben Thomas for the zless.1 man page with pointers to lessfile and lesspipe, which are a better solution than zless in most cases... closes: #46787, #51162 * fix FTBFS when using gcc-4.3, closes: #476031 * remove the preinst since the --assert-support-predepends check should no longer be necessary Checksums-Sha1: 13ebe07f3ae6373dadaeab94007191fc5ee05f80 987 gzip_1.3.12-6.dsc 3cc9e9a3fb1558bbcb7b2f73b5e36cd670a9ff1d 14094 gzip_1.3.12-6.diff.gz db755b9ebf08785b072b3dbf130e3b3d4b286cec 68298 gzip-win32_1.3.12-6_all.deb 0f2a343ac52a243fcadb37f2bae192ccb83c92ac 101816 gzip_1.3.12-6_i386.deb Checksums-Sha256: c7644f9b1c2c2c985365b9522bf40815b4c25df2e02a9bbcc5f0063744a3d45d 987 gzip_1.3.12-6.dsc 2b4037eee920833c85c81be1fc7440d27506945878c2a2c9025dcef36e9df580 14094 gzip_1.3.12-6.diff.gz 40984444014174bc8d67cdae74b2d56eac793094558190e683648f97e0256595 68298 gzip-win32_1.3.12-6_all.deb 0d2787a8f4d2fb4983f9fd9f9d1d182bfce0a62812f815dee8fcb459877e38fa 101816 gzip_1.3.12-6_i386.deb Files: dd5a1ec5b0f09f29c8ae306243cd0187 987 utils required gzip_1.3.12-6.dsc ad4a11d85d80d91104e86273310104b3 14094 utils required gzip_1.3.12-6.diff.gz f54ddfbec199df4813a85d3a016481e6 68298 utils extra gzip-win32_1.3.12-6_all.deb 1588128540ff195bb87d0a0e82531025 101816 utils required gzip_1.3.12-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD4DBQFIBQtZZKfAp/LPAagRAmR7AKCAt7xnPZhkd1BPvMCpV9XjOGTJcgCY2RnU DLwafNOZfv1PtECeSJqHKg== =1LyA -----END PGP SIGNATURE-----
--- End Message ---

