Your message dated Wed, 20 Nov 2024 16:52:41 +0000
with message-id <[email protected]>
and subject line Bug#1087862: fixed in libjsoncpp 1.9.6-3
has caused the Debian Bug report #1087862,
regarding libjsoncpp: 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 [email protected]
immediately.)


-- 
1087862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087862
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libjsoncpp
Version: 1.9.6-2
Severity: serious
User: [email protected]
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 ---
Source: libjsoncpp
Source-Version: 1.9.6-3
Done: Timo Röhling <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libjsoncpp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Röhling <[email protected]> (supplier of updated libjsoncpp package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 Nov 2024 17:31:58 +0100
Source: libjsoncpp
Architecture: source
Version: 1.9.6-3
Distribution: unstable
Urgency: medium
Maintainer: Timo Röhling <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1084661 1087862
Changes:
 libjsoncpp (1.9.6-3) unstable; urgency=medium
 .
   * Stop using cgi module (Closes: #1084661)
   * Bump cmake_minimum_required() in autopkgtest (Closes: #1087862)
Checksums-Sha1:
 29789cb691eb296325fbfd4570a36ffd388494db 2246 libjsoncpp_1.9.6-3.dsc
 feaeb7eaaf1577ca94c87f18efba6e3d21050f41 8260 libjsoncpp_1.9.6-3.debian.tar.xz
Checksums-Sha256:
 fd8e28f65bd38ebd0cb1830d160626d9e87020171ad14f39f6bfedb1ccc6c64e 2246 
libjsoncpp_1.9.6-3.dsc
 12a9eecbde3e2b6fb815bce4544d3a8180b965ab51ac0f26ea11f33ea963dcbc 8260 
libjsoncpp_1.9.6-3.debian.tar.xz
Files:
 c8ff1d2814f6a2e7260078b4373ca045 2246 libs optional libjsoncpp_1.9.6-3.dsc
 3ca595ede4a992df9c46fd62d6a83cb9 8260 libs optional 
libjsoncpp_1.9.6-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmc+EIQUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQzIxr3RQD9MrzXw/+MylPlRw6GIabLE6fwnQ072lqULfN
ZUl40MitkVjBML7kqlubN5LSn97Prdn5QmrE3jNEm9dPRs3LB67ahS1q+huZ8hJi
EIy+/MElWuqmNRMUzxZCoHLV/XYamTVR9rg8zBxpv8y5mRhv/T31Jmbzw4rrUeK+
n3TMMcfE2FkB0+TGZSJ0a4f7Pp5aTzbCM5MsrX1FT9XCoxB6VSz96lla0q9hoi0n
YpEQPNx9QMZTGcw5u6TGim8khONaZFDsG1rDGuODuxEd40a8tGWPZtoP60+tDQLm
/lKKwddUkGzhMHE12jlCw8UpcrBCJKPRUydIXfBPFrHnDL66hdw4KIc2E5hTzS5F
cC/7mrhpkVvMcjzniTBHIZrHcsBIqL4lN9twNDh0kUZLyS3aH53rkAS90Nwn8Gnt
5+XQIgKRDWGMCg69rzyoGGlM3pI4gJTr8rWIRDlwf+gVAQZ9gOjPmcMKy+83bzWO
2aMWMzvxsgg+s8W45RKUg0EqGBn4hPOG4e/MxFQZbKu65hOlTEanYFEv5V/kyv9s
KL7gd4wOdms9Zxgax/v+QzVAZDKJqInTU7TRAxjr+ckU8hg6uhWjymGz6Hzjr3pr
p3p/r35PjJiSCNPJSs6Y8WxjfnPMAESE3pq+Ds6VGnU32PDSFJeTs81wyL3b+k6e
0pKsAf18Ow35Lbw=
=Js6e
-----END PGP SIGNATURE-----

Attachment: pgpAOFnkH28tu.pgp
Description: PGP signature


--- End Message ---

Reply via email to