Your message dated Tue, 4 Sep 2012 12:13:17 +0200 (CEST)
with message-id <[email protected]>
and subject line Re: Bug#685639: unzip: Make zipgrep use grep, not egrep
has caused the Debian Bug report #685639,
regarding unzip: Make zipgrep use grep, not egrep
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.)
--
685639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685639
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: unzip
Version: 6.0-4ubuntu1
Severity: wishlist
Please make zipgrep use grep, not egrep: in Debian it is not necessary
to insist on egrep, which is just an alias for grep, and moreover
prevents many grep switches from being used. I have tried simply
making a copy of zipgrep and s/egrep/grep/, and it works beautifully.
I guess this is not applicable upstream, but it's very useful in Debian.
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-29-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages unzip depends on:
ii libbz2-1.0 1.0.6-1
ii libc6 2.15-0ubuntu10
unzip recommends no packages.
Versions of packages unzip suggests:
ii zip 3.0-4
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, 22 Aug 2012, Reuben Thomas wrote:
> Package: unzip
> Version: 6.0-4ubuntu1
> Severity: wishlist
>
> Please make zipgrep use grep, not egrep: in Debian it is not necessary
> to insist on egrep, which is just an alias for grep,
> and moreover prevents many grep switches from being used.
egrep is not an alias for grep, it is equivalent to "grep -E", which
is not exactly the same.
> I have tried simply
> making a copy of zipgrep and s/egrep/grep/, and it works beautifully.
>
> I guess this is not applicable upstream, but it's very useful in Debian.
If it's not applicable upstream, modifying the Debian version will
break compatibility with other distributions. Sorry, I don't think
that's a good idea.
--- End Message ---