Control: tag -1 moreinfo

On Sun, Nov 09, 2014 at 11:30:36PM +0100, Mattia Rizzolo wrote:
> This upload fix an imbortant bug,
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765738
> that renders the program useless in some cases. Note that that patch already 
> got
> included upstream, in the release 105 (see the debian vcs).
> It also tries to fix an ftbfs on a couple of non-release arch, but it seems 
> that
> a patch it's also needed.
> To kid the test suite and fix the ftbfs a simple
> 
> --- a/test_run.sh
> +++ b/test_run.sh
> @@ -9,6 +9,8 @@
>  # COPYING file in the root project directory for full text.
>  #
>  
> +`which strace` || exit 0
> +
>  # Get filename we want to run without path
>  name=`echo $1 | sed 's/.*\/\(libeatmydata\/.*[^\/]*\)$/\1/'`
> 
> is enough.

Are you sure about that?

`which strace` causes strace to print its usage text. I think you mean
something like

  which strace >/dev/null || exit 0

-- 
Jonathan Wiltshire                                      j...@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature

Reply via email to