Processed: Re: Bug#375506: dpkg --search needs more escaping

2007-07-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tag 375506 - patch Bug#375506: dpkg --search needs more escaping Tags were: patch Tags removed: patch thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs

Bug#375506: dpkg --search needs more escaping

2007-07-02 Thread Justin Pryzby
On Mon, Jul 02, 2007 at 06:16:31PM +0200, Frank Lichtenheld wrote: tag 375506 - patch thanks On Wed, Jul 05, 2006 at 05:41:54PM +1000, Brendan O'Dea wrote: On Sat, Jul 01, 2006 at 07:07:11PM +0200, Nicolas François wrote: On Thu, Jun 29, 2006 at 05:43:48PM +1000, Brendan O'Dea wrote:

Bug#375506: dpkg --search needs more escaping

2007-07-02 Thread Frank Lichtenheld
tag 375506 - patch thanks On Wed, Jul 05, 2006 at 05:41:54PM +1000, Brendan O'Dea wrote: On Sat, Jul 01, 2006 at 07:07:11PM +0200, Nicolas François wrote: On Thu, Jun 29, 2006 at 05:43:48PM +1000, Brendan O'Dea wrote: We could do something similar for --search (see patch following),

Bug#375506: dpkg --search needs more escaping

2007-07-02 Thread Frank Lichtenheld
On Mon, Jul 02, 2007 at 12:23:33PM -0400, Justin Pryzby wrote: On Mon, Jul 02, 2007 at 06:16:31PM +0200, Frank Lichtenheld wrote: Just for the record, I would opose both patches on the ground of very confusing and undefined behaviour. Also, if this is not intended to work, it's okay to close

Processed: Re: Bug#375506: dpkg --search needs more escaping

2006-07-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tags 375506 patch Bug#375506: dpkg --search needs more escaping There were no tags set. Tags added: patch thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs

Bug#375506: dpkg --search needs more escaping

2006-07-01 Thread Nicolas François
tags 375506 patch thanks On Thu, Jun 29, 2006 at 05:43:48PM +1000, Brendan O'Dea wrote: The shell handles glob expansion failure by falling back to using the literal value. We could do something similar for --search (see patch following), although note that while this means that '-S

Bug#375506: dpkg --search needs more escaping

2006-06-29 Thread Brendan O'Dea
On Tue, Jun 27, 2006 at 03:00:46PM -0400, Justin Pryzby wrote: I'd forgotten or didn't know that dpkg-query did globs. Should a pattern with '[' without a closing ']' be treated as invalid? I guess since the shell doesn't, fnmatch doesn't, so dpkg can't... Is this correct? The shell handles

Bug#375506: dpkg --search needs more escaping

2006-06-28 Thread Justin Pryzby
On Mon, Jun 26, 2006 at 09:46:53PM +0200, Nicolas François wrote: Hello, On Mon, Jun 26, 2006 at 09:53:38AM -0400, Justin Pryzby wrote: $ dpkg -S /usr/bin/[ dpkg: /usr/bin/[ not found. $ dpkg -S /usr/bin/\\[ coreutils: /usr/bin/[ coreutils.list:/usr/bin/[ Justin, can you

Bug#375506: dpkg --search needs more escaping

2006-06-26 Thread Justin Pryzby
Package: dpkg Version: 1.13.21 Severity: normal $ dpkg -S /usr/bin/[ dpkg: /usr/bin/[ not found. $ dpkg -S /usr/bin/\\[ coreutils: /usr/bin/[ coreutils.list:/usr/bin/[ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375506: dpkg --search needs more escaping

2006-06-26 Thread Nicolas François
Hello, On Mon, Jun 26, 2006 at 09:53:38AM -0400, Justin Pryzby wrote: $ dpkg -S /usr/bin/[ dpkg: /usr/bin/[ not found. $ dpkg -S /usr/bin/\\[ coreutils: /usr/bin/[ coreutils.list:/usr/bin/[ Justin, can you look at #365271. It is the same issue. I don't think dpkg can do much in this