Package: frontaccounting
Version: 2.3.21-1
User: [email protected]
Usertags: find-perm-plus

Hello,

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

--------------
frontaccounting_2.3.21-1/debian/rules

    set -e; \
        mv -f 
debian/frontaccounting/usr/share/frontaccounting/config.default.php 
debian/frontaccounting/etc/frontaccounting/config.php ;\
        find debian/ -type f -and -perm +111 -and -name \*.php -print0 | xargs 
-0ri chmod uog-x '{}'
binary-indep: build install
--------------

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