Your message dated Sun, 27 Dec 2015 17:08:47 +0000
with message-id <[email protected]>
and subject line Bug#808362: Removed package(s) from unstable
has caused the Debian Bug report #711696,
regarding src:chef-server-api: uses deprecated find -perm +0123
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
711696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711696
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 10.12.0-1+rm

Dear submitter,

as the package chef-server-api has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/808362

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to