diffstat for fastjet-3.4.0+dfsg fastjet-3.4.0+dfsg

 changelog            |    7 +++++++
 patches/gcc-15.patch |   16 ++++++++++++++++
 patches/series       |    1 +
 3 files changed, 24 insertions(+)

diff -Nru fastjet-3.4.0+dfsg/debian/changelog fastjet-3.4.0+dfsg/debian/changelog
--- fastjet-3.4.0+dfsg/debian/changelog	2022-03-09 12:39:54.000000000 +0200
+++ fastjet-3.4.0+dfsg/debian/changelog	2025-09-22 21:05:10.000000000 +0300
@@ -1,3 +1,10 @@
+fastjet (3.4.0+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with GCC 15. (Closes: #1096611)
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 22 Sep 2025 21:05:10 +0300
+
 fastjet (3.4.0+dfsg-1) unstable; urgency=medium
 
   * Use Debian packages siscone and drop code copy
diff -Nru fastjet-3.4.0+dfsg/debian/patches/gcc-15.patch fastjet-3.4.0+dfsg/debian/patches/gcc-15.patch
--- fastjet-3.4.0+dfsg/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ fastjet-3.4.0+dfsg/debian/patches/gcc-15.patch	2025-09-22 21:05:10.000000000 +0300
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1096611
+Origin: upstream, 3.5.1
+
+--- fastjet-3.4.0+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp
++++ fastjet-3.4.0+dfsg/plugins/D0RunIICone/ProtoJet.hpp
+@@ -195,7 +195,7 @@ void ProtoJet<Item>::NowStable() {
+ 
+ template<class Item>
+ void ProtoJet<Item>::print(std::ostream& os) const {
+-  os<<"y phi Et = ("<<_y<<", "<<_phi<<", "<<this->_Et<<")"<<std::endl;
++  os<<"y phi pT = ("<<_y<<", "<<_phi<<", "<<this->_pT<<")"<<std::endl;
+   os<< " members= " << std::endl;
+   typename std::list<const Item*>::const_iterator i;
+   for(i = _LItems.begin(); i != _LItems.end(); ++i)
diff -Nru fastjet-3.4.0+dfsg/debian/patches/series fastjet-3.4.0+dfsg/debian/patches/series
--- fastjet-3.4.0+dfsg/debian/patches/series	2022-03-09 12:39:54.000000000 +0200
+++ fastjet-3.4.0+dfsg/debian/patches/series	2025-09-22 21:05:10.000000000 +0300
@@ -4,3 +4,4 @@
 libfastjetplugins-links-gfortran.patch
 reproducible-builds
 use_debian_packaged_siscone.patch
+gcc-15.patch
