Package: guilt
Version: 0.35-1.2
User: ametz...@debian.org
Usertags: find-perm-plus

Hello,

the guilt package uses find -perm +xxx. This GNU extension
syntax is deprecated and does not work in GNU findutils 4.5.11 and
later. Please change to find -perm /xxx instead.

The new syntax was introduced in 4.2.25 (October 2005) and should
therefore be available on any relevant system.

--------------
ametzler@argenau:/tmp/FINDPERM$ grep -r -- '-perm +' guilt-0.35
guilt-0.35/guilt:       find "`dirname $0`/../lib/guilt" -maxdepth 1 -name 
"guilt-*" -type f -perm +111 2> /dev/null | sed -e "s/.*\\/`basename $0`-//"
guilt-0.35/guilt:       find "`dirname $0`" -maxdepth 1 -name "guilt-*" -type f 
-perm +111 | sed -e "s/.*\\/`basename $0`-//"
guilt-0.35/.pc/drop-dependency-check.patch/guilt:       find "`dirname 
$0`/../lib/guilt" -maxdepth 1 -name "guilt-*" -type f -perm +111 2> /dev/null | 
sed -e "s/.*\\/`basename $0`-//"
guilt-0.35/.pc/drop-dependency-check.patch/guilt:       find "`dirname $0`" 
-maxdepth 1 -name "guilt-*" -type f -perm +111 | sed -e "s/.*\\/`basename 
$0`-//"
--------------

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

Reply via email to