Your message dated Thu, 16 Sep 2021 16:48:44 +0000
with message-id <[email protected]>
and subject line Bug#994488: fixed in alglib 3.17.0-3
has caused the Debian Bug report #994488,
regarding alglib: autopkgtest regression with CMake 3.19+
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.)
--
994488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994488
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alglib
Version: 3.17.0-2
Tag: patch
Dear maintainer,
the alglib autopkgtest suite fails due to a deprecation warning with
CMake 3.19+ if cmake_minimum_required() requests a version earlier
than 2.8.12. The attached patch bumps the minimum version in
debian/tests to 3.7, which I picked because it is the CMake version
in oldoldstable.
As I am a member of the Science Team, I can also fix and upload this
for you if you are starved for developer time; just give me the
green light.
Cheers
Timo
--
⢀⣴⠾⠻⢶⣦⠀ ╭────────────────────────────────────────────────────╮
⣾⠁⢠⠒⠀⣿⡁ │ Timo Röhling │
⢿⡄⠘⠷⠚⠋⠀ │ 9B03 EBB9 8300 DF97 C2B1 23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄⠀⠀⠀⠀ ╰────────────────────────────────────────────────────╯
diff --git a/debian/tests/build1 b/debian/tests/build1
index 5b21c12..9e49228 100755
--- a/debian/tests/build1
+++ b/debian/tests/build1
@@ -15,7 +15,7 @@ mkdir src
cd src
cat <<EOF > CMakeLists.txt
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.7)
project(demo)
find_package(ALGLIB REQUIRED)
include_directories(\${ALGLIB_INCLUDE_DIRS})
diff --git a/debian/tests/build2 b/debian/tests/build2
index aeb5d7c..fcb67d9 100755
--- a/debian/tests/build2
+++ b/debian/tests/build2
@@ -15,7 +15,7 @@ mkdir src
cd src
cat <<EOF > CMakeLists.txt
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.7)
project(demo)
find_package(ALGLIB REQUIRED)
include_directories(\${ALGLIB_INCLUDE_DIRS})
diff --git a/debian/tests/build3 b/debian/tests/build3
index 1f973d3..6656312 100755
--- a/debian/tests/build3
+++ b/debian/tests/build3
@@ -15,7 +15,7 @@ mkdir src
cd src
cat <<EOF > CMakeLists.txt
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.7)
project(demo)
find_package(ALGLIB REQUIRED)
include_directories(\${ALGLIB_INCLUDE_DIRS})
diff --git a/debian/tests/build4 b/debian/tests/build4
index 630f116..b6de25c 100755
--- a/debian/tests/build4
+++ b/debian/tests/build4
@@ -15,7 +15,7 @@ mkdir src
cd src
cat <<EOF > CMakeLists.txt
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.7)
project(demo)
find_package(ALGLIB REQUIRED)
include_directories(\${ALGLIB_INCLUDE_DIRS})
diff --git a/debian/tests/build5 b/debian/tests/build5
index 659f48c..c715ed6 100755
--- a/debian/tests/build5
+++ b/debian/tests/build5
@@ -15,7 +15,7 @@ mkdir src
cd src
cat <<EOF > CMakeLists.txt
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.7)
project(demo)
find_package(ALGLIB REQUIRED)
include_directories(\${ALGLIB_INCLUDE_DIRS})
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: alglib
Source-Version: 3.17.0-3
Done: Timo Röhling <[email protected]>
We believe that the bug you reported is fixed in the latest version of
alglib, 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 alglib 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: Thu, 16 Sep 2021 18:29:16 +0200
Source: alglib
Architecture: source
Version: 3.17.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 994488
Changes:
alglib (3.17.0-3) unstable; urgency=medium
.
* Team upload.
* [16f7f86] Fix autopkgtest regression with CMake 3.19+ (Closes: #994488)
Checksums-Sha1:
af7abebea78a185a50a94d9a4b966f655f301c26 1974 alglib_3.17.0-3.dsc
3a8f185945ecf60bab0d7d1efae6d713dfbb4dbe 10632 alglib_3.17.0-3.debian.tar.xz
c04c4e3030a21447d43d219a5d2c65a1148754c5 7051 alglib_3.17.0-3_amd64.buildinfo
Checksums-Sha256:
8c1d173a9a1c0790c33e0aea77d744e77840320124c447591d91aa4582443464 1974
alglib_3.17.0-3.dsc
fae8443a6868da69faaf2da6fd31f29ddd2b9c5c329c3bbf1c6cec4fa328fe21 10632
alglib_3.17.0-3.debian.tar.xz
57495bd87e76c935a49771f9fa243920ee2a078eaac77ac2617965b99a358b5d 7051
alglib_3.17.0-3_amd64.buildinfo
Files:
dc3c56aad479b64e5663198bb2ddc734 1974 libs optional alglib_3.17.0-3.dsc
e6ebb7eefb9dc6d80474267e07513983 10632 libs optional
alglib_3.17.0-3.debian.tar.xz
c6b254e4276d5753fe50e4ed51f46da2 7051 libs optional
alglib_3.17.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmFDciAUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQ+C8H+466LVkq5wwA1Fb7c1U4xa1+v0TgdF9qij7Ft/6s
IepTcD8BwiOwByTiDyR+im8injpoMOqWBfbSIYzssm0tqYKON/MdYqsx8/n4wdDD
OC7lA6un8D0z3d90pG/Gd6DI34yPhkwzpOh7rShj/Y9L/6gy//9DaZgGD2/2xiLh
ki4F8n6pv2FPWUsvPQmQ9Lx5Jm+sYL8iHWixAQrzTA++GOd8J+8y0roD2wz23Yu3
RnLzKrAxbK3jAe0tTIXKy+0G6z3qr5xDMjEGjst9Hh1Y5zGaMjzjxN6sNrIc1RV2
gvgd41rKE6YoZ+fJO6+hSCubLnTp5uLcm7aBFJAE7Z7WkwCaHoeFkYk6I2haaHD2
PxI5gOgwZCLFLt3dzuRpROhdDtH6O+BemZGX8OTi7UF9YBUUiRoKnGElhBzDMIEZ
Hy6oi0I8TUysUi6xu6wjB81E66REHmyZ2tiPylYKEDFvE2rUwxn/MUfUbCeO+uyQ
wn6XplPAV7ezOPlWrhWWVXBBajbe7ZdTLZwT
=idKY
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers