Package: perl-cross-debian
Version: 0.0.5
User: [email protected]
Usertags: find-perm-plus

Hello,

the perl-cross-debian 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.

--------------
    perl-cross-debian_0.0.5/patches/debian/rules

        do \
            find $(build)/$$p/usr -type f \
                \( -perm +111 -o -name \*.so\* \) -print | \
                fgrep -v /usr/lib/debug/ | \
                xargs -r dpkg-shlibdeps -S$(srcdir)/$(build)/libperl$(version) \

    PathRank: 1.0734211, Final: 1.1260188
    perl-cross-debian_0.0.5/patches/multiarch/rules

        do \
            find $(build)/$$p/usr -type f \
                \( -perm +111 -o -name \*.so\* \) -print | \
                fgrep -v /usr/lib/debug/ | \
                xargs -r dpkg-shlibdeps -S$(srcdir)/$(build)/libperl$(version) 
2>&1 | \

    PathRank: 1.0734211, Final: 1.1260188
    perl-cross-debian_0.0.5/patches/multiarch/rules.diff

         do \
            find $(build)/$$p/usr -type f \
                \( -perm +111 -o -name \*.so\* \) -print | \
                fgrep -v /usr/lib/debug/ | \
    -           xargs -r dpkg-shlibdeps -S$(srcdir)/$(build)/libperl$(version) \

    PathRank: 1.0734211, Final: 1.1254821
    perl-cross-debian_0.0.5/patches/debian/rules

        # strip
        find $(build)/*/usr/bin $(build)/*/usr/lib -type f \
            \( -name \*.so\* -o -name \*.a -o -perm +111 \) -print | \
            grep -v ^$(build)/perl-debug/ | \
            while read f; \

    PathRank: 1.0734211, Final: 1.1244086
    perl-cross-debian_0.0.5/patches/multiarch/rules

        # strip
        find $(build)/*/usr/bin $(build)/*/usr/lib -type f \
            \( -name \*.so\* -o -name \*.a -o -perm +111 \) -print | \
            grep -v ^$(build)/perl-debug/ | \
            while read f; \

--------------

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