[request-tracker-maintainers] Bug#803021: request-tracker4 uses deprecated find -perm +xxx syntax, please switch to find -perm /+++

Andreas Metzler ametzler at debian.org
Mon Oct 26 07:09:59 UTC 2015


Package: request-tracker4
Version: 4.2.12-3
User: ametzler at debian.org
Usertags: find-perm-plus

Hello,

the request-tracker4 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 at argenau:/tmp/FINDPERM$ grep -r -- '-perm +' request-tracker4-4.2.12/
request-tracker4-4.2.12/Makefile.in:    # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax
request-tracker4-4.2.12/Makefile.in:    ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \
request-tracker4-4.2.12/Makefile:       # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax
request-tracker4-4.2.12/Makefile:       ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \
request-tracker4-4.2.12/.pc/no_testdeps.diff/Makefile.in:       # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax
request-tracker4-4.2.12/.pc/no_testdeps.diff/Makefile.in:       ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \
--------------

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'



More information about the pkg-request-tracker-maintainers mailing list