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 <bunk@debian.org>  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 <bunk@debian.org>
+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
