Package: nsis
Version: 2.48-2
User: ametz...@debian.org
Usertags: find-perm-plus

Hello,

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

--------------
nsis_2.48-2/debian/rules

    # Remove executable flag from data files
        find "$(CURDIR)/debian/nsis-common$(DATADIR)" \
                -type f -perm +111 -exec chmod a-x {} \;
        # Fix permissions for plugin API header and library files
ifdef XGCC_W32_PATH

PathRank: 1.348122, Final: 1.41418
nsis_2.48-2/debian/rules

ifdef XGCC_W32_PATH
    find "$(CURDIR)/debian/nsis-pluginapi$(XGCC_W32_PATH)" \
                -type f -perm +111 -exec chmod a-x {} \;
endif

PathRank: 1.348122, Final: 1.41418
nsis_2.48-1/debian/rules

ifdef XGCC_W32_PATH
    find "$(CURDIR)/debian/nsis-pluginapi$(XGCC_W32_PATH)" \
                -type f -perm +111 -exec chmod a-x {} \;
endif

PathRank: 1.348122, Final: 1.41418
nsis_2.48-1/debian/rules

    dh_fixperms
        find "$(CURDIR)/debian/nsis/$(SYSCONF)" \
                -type f -perm +111 -exec chmod a-x {} \;
override_dh_auto_install-indep:

PathRank: 1.348122, Final: 1.41418
nsis_2.48-1/debian/rules

    # Remove executable flag from data files
        find "$(CURDIR)/debian/nsis-common$(DATADIR)" \
                -type f -perm +111 -exec chmod a-x {} \;
        # Fix permissions for plugin API header and library files
ifdef XGCC_W32_PATH

PathRank: 1.348122, Final: 1.41418
nsis_2.46-10.1/debian/rules

ifdef XGCC_W32_PATH
    find "$(CURDIR)/debian/nsis-pluginapi$(XGCC_W32_PATH)" \
                -type f -perm +111 -exec chmod a-x {} \;
endif

PathRank: 1.348122, Final: 1.41418
nsis_2.46-10.1/debian/rules

    dh_fixperms
        find "$(CURDIR)/debian/nsis/$(SYSCONF)" \
                -type f -perm +111 -exec chmod a-x {} \;
override_dh_auto_install-indep:

PathRank: 1.348122, Final: 1.41418
nsis_2.46-10.1/debian/rules

    # Remove executable flag from data files
        find "$(CURDIR)/debian/nsis-common$(DATADIR)" \
                -type f -perm +111 -exec chmod a-x {} \;
        # Fix permissions for plugin API header and library files
ifdef XGCC_W32_PATH

PathRank: 1.348122, Final: 1.41418
nsis_2.48-2/debian/rules

    dh_fixperms
        find "$(CURDIR)/debian/nsis/$(SYSCONF)" \
                -type f -perm +111 -exec chmod a-x {} \;
override_dh_auto_install-indep:
--------------

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