On Fri, 20 Sep 2013, Mats Erik Andersson escribió:

> Package: wmaker
> Version: 0.95.3-2
> Severity: minor
> Tags: patch
> 
> Hello there the shell script "wmaker" uses the flags
> "-mindepth" and "-maxdepth" out-of-order for find(1).
> It results in two unnecessary warnings.
> 
> Best regards,
>   Mats Erik Andersson, DM
> 
> 
> --- usr/bin/wmaker.orig       2012-05-27 00:30:44.000000000 +0200
> +++ usr/bin/wmaker    2013-09-20 12:36:09.000000000 +0200
> @@ -63,7 +63,7 @@
>      if [ -f "$gs_defaults/WMGLOBAL" ] ; then
>          $convertfonts --keep-xlfd "$gs_defaults/WMGLOBAL"
>      fi
> -    find "$wm_styles" -type f -print0 -mindepth 1 -maxdepth 1 |
> +    find "$wm_styles" -mindepth 1 -maxdepth 1 -type f -print0 |
>      xargs -0 -r -n 1 $convertfonts --keep-xlfd
>      touch "$wm_base/.fonts_converted"
>  fi

Hi,

thanks a lot for your patch. This problem is solved in upstream:

http://repo.or.cz/w/wmaker-crm.git/commit/9f694b66b50ff39f906221466e1b1916da56f8a6
http://repo.or.cz/w/wmaker-crm.git/blobdiff/1fb452ea953e0a34142031b04f909dfb8cc1de8f..9f694b66b50ff39f906221466e1b1916da56f8a6:/debian/debianfiles/wmaker

I was on vacations these days and waiting for the new release to upload it. I 
will upload it today.

Thanks a lot for your report.

Best regards,

kix


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to