Control: tags 1096471 + patch Control: tags 1096471 + pending Dear maintainer,
I've prepared an NMU for cpptraj (versioned as 5.1.0+dfsg-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for cpptraj-5.1.0+dfsg cpptraj-5.1.0+dfsg changelog | 7 +++++++ patches/gcc-15.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru cpptraj-5.1.0+dfsg/debian/changelog cpptraj-5.1.0+dfsg/debian/changelog --- cpptraj-5.1.0+dfsg/debian/changelog 2024-05-13 17:39:49.000000000 +0300 +++ cpptraj-5.1.0+dfsg/debian/changelog 2025-09-21 15:46:04.000000000 +0300 @@ -1,3 +1,10 @@ +cpptraj (5.1.0+dfsg-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096471) + + -- Adrian Bunk <[email protected]> Sun, 21 Sep 2025 15:46:04 +0300 + cpptraj (5.1.0+dfsg-4) unstable; urgency=medium * Stop the build on test failures. diff -Nru cpptraj-5.1.0+dfsg/debian/patches/gcc-15.patch cpptraj-5.1.0+dfsg/debian/patches/gcc-15.patch --- cpptraj-5.1.0+dfsg/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ cpptraj-5.1.0+dfsg/debian/patches/gcc-15.patch 2025-09-21 15:46:04.000000000 +0300 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096471 + +--- cpptraj-5.1.0+dfsg.orig/src/helpme_standalone.h ++++ cpptraj-5.1.0+dfsg/src/helpme_standalone.h +@@ -26,6 +26,7 @@ + #include <array> + #include <cmath> + #include <complex> ++#include <cstdint> + #include <functional> + #include <iostream> + #include <list> diff -Nru cpptraj-5.1.0+dfsg/debian/patches/series cpptraj-5.1.0+dfsg/debian/patches/series --- cpptraj-5.1.0+dfsg/debian/patches/series 2024-05-13 17:39:49.000000000 +0300 +++ cpptraj-5.1.0+dfsg/debian/patches/series 2025-09-21 15:46:04.000000000 +0300 @@ -1,2 +1,3 @@ use-system-libraries.patch skip-failing-test.patch +gcc-15.patch

