[DRE-maint] Bug#711696: src:chef-server-api: uses deprecated find -perm +0123
Adam Borowski
kilobyte at angband.pl
Sat Jun 8 19:31:27 UTC 2013
Package: src:chef-server-api
Version: 10.12.0-1
Severity: normal
Tags: patch
Hi!
An incoming version of findutils drops the syntax of find -perm +0123,
which contradicts POSIX and thus has been deprecated since 2005. The
replacement is -perm /0123.
Your package uses this in one place in debian/rules:
please replace
find debian/chef-server-api -type f -perm +755 -exec chmod 644 {} \;
with
find debian/chef-server-api -type f -perm /755 -exec chmod 644 {} \;
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.9.4-x32 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
More information about the Pkg-ruby-extras-maintainers
mailing list