Your message dated Fri, 7 Feb 2025 16:17:27 +0100
with message-id 
<CAFPSYgpH3X3RR5Oa+WnJ+mtJCEhsvf3V=hvz1gmjnsp_b9u...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #1087857,
regarding urdfdom: autopkgtest regression due to new CMake deprecation warning
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 ow...@bugs.debian.org
immediately.)


-- 
1087857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: urdfdom
Version: 3.0.1-1
Severity: serious
User: cm...@packages.debian.org
Usertags: cmake-3.31

Dear maintainer,

your package has an autopkgtest regression with CMake 3.31. CMake has
deprecated backwards compatibility for versions earlier than 3.10,
which causes cmake_minimum_required() and/or cmake_policy() to emit a
warning on stderr, thereby causing your autopkgtest to fail. The
tests should be unaffected otherwise.

To avoid this warning from cmake_minimum_required() you have two
options:

1. Bump the minimum required version to at least 3.10. For reference,
the CMake version in oldstable is 3.18 and in oldoldstable is 3.13.

2. Add a maximum version with the ... operator. For example, instead
of cmake_minimum_required(VERSION 3.7) use
cmake_minimum_required(VERSION 3.7...3.31).

In either case, please verify that the requested policy profile is
compatible with your package. This is very likely the case you have a
non-trivial autopkgtest which passes after the change.

--- End Message ---
--- Begin Message ---
Fixed after the uploading of 4.0.0-3.

--- End Message ---

Reply via email to