On 2012-06-28 Peter Makholm wrote:
> This bug has been marked as fixed in experimental for more than two
> years without being fixed in unstable.
> Is there a change that we will see an upload to unstable containing the
> fix some time in the future?
unstable/stable has upstream's stable releas
This bug has been marked as fixed in experimental for more than two
years without being fixed in unstable.
Is there a change that we will see an upload to unstable containing the
fix some time in the future?
//Peter Makholm
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.or
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Adam Borowski on 3/31/2009 1:40 AM:
> http://savannah.gnu.org/bugs/?19593
>
> Instead of tweaking the docs -- or perhaps in addition to -- let's think how
> to fix the behaviour. What about doing a dup() on the directory, and
> comparing
On Tue, Mar 31, 2009 at 07:31:50AM +0200, Uwe Kleine-König wrote:
> On Thu, Jul 03, 2008 at 09:01:21AM +0100, James Youngman wrote:
> > What scripts are broken by this restriction that didn't already have a
> > bug?
When I run mp3gain -a for starters.
> > I'm very surprised by this. The + forms
Hi James,
On Thu, Jul 03, 2008 at 09:01:21AM +0100, James Youngman wrote:
> I'm very surprised by this. The + forms of -exec* do not guarantee
> to use any particular number of command-line arguments per exec, and
> AFAIK haven't ever guaranteed that. What scripts are broken by this
> restrict
On Thu, Jul 3, 2008 at 1:41 AM, Adam Borowski <[EMAIL PROTECTED]> wrote:
> Package: findutils
> Version: 4.4.0-2
> Severity: important
>
> The current version of "find" in unstable will invoke the command
> specified in "-execdir +" once for every file found -- as if it was
> -execdir \;.
>
> Shoul
Package: findutils
Version: 4.4.0-2
Severity: important
The current version of "find" in unstable will invoke the command
specified in "-execdir +" once for every file found -- as if it was
-execdir \;.
Should be:
find -execdir echo '{}' +
./abc ./def ./ghi
Is:
find -execdir echo '{}' +
./abc
./
7 matches
Mail list logo