Package: pycurl
Version: 7.19.5.3-1
User: [email protected]
Usertags: find-perm-plus

Hello,

the pycurl 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.

--------------
pycurl_7.19.5.3-1/Makefile

    chgrp $(CHMOD_VERBOSE) -R pycurl $(BUILD_WWW)
        chmod $(CHMOD_VERBOSE) g+r `find $(BUILD_WWW) -perm +400 -print`
        chmod $(CHMOD_VERBOSE) g+w `find $(BUILD_WWW) -perm +200 -print`
        chmod $(CHMOD_VERBOSE) g+s `find $(BUILD_WWW) -type d -print`
##      chmod $(CHMOD_VERBOSE) g+rws `find $(BUILD_WWW) -type d -perm -770 
-print`

PathRank: 1.5498571, Final: 1.6265751
pycurl_7.19.5.3-1/Makefile

rsync-prepare:
    chgrp $(CHMOD_VERBOSE) -R pycurl $(BUILD_WWW)
        chmod $(CHMOD_VERBOSE) g+r `find $(BUILD_WWW) -perm +400 -print`
        chmod $(CHMOD_VERBOSE) g+w `find $(BUILD_WWW) -perm +200 -print`
        chmod $(CHMOD_VERBOSE) g+s `find $(BUILD_WWW) -type d -print`
--------------

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