diffstat for fis-gtm-7.1-006 fis-gtm-7.1-006

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

diff -Nru fis-gtm-7.1-006/debian/changelog fis-gtm-7.1-006/debian/changelog
--- fis-gtm-7.1-006/debian/changelog	2025-02-22 22:27:23.000000000 +0200
+++ fis-gtm-7.1-006/debian/changelog	2025-09-25 20:07:29.000000000 +0300
@@ -1,3 +1,10 @@
+fis-gtm (7.1-006-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with GCC 15. (Closes: #1096634)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 25 Sep 2025 20:07:29 +0300
+
 fis-gtm (7.1-006-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru fis-gtm-7.1-006/debian/patches/gcc-15.patch fis-gtm-7.1-006/debian/patches/gcc-15.patch
--- fis-gtm-7.1-006/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ fis-gtm-7.1-006/debian/patches/gcc-15.patch	2025-09-25 20:07:29.000000000 +0300
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1096634
+Origin: upstream, 7.1-008
+
+--- fis-gtm-7.1-006.orig/sr_unix/trigger_source_read_andor_verify.c
++++ fis-gtm-7.1-006/sr_unix/trigger_source_read_andor_verify.c
+@@ -317,7 +317,7 @@ STATICFNDEF int trigger_source_raov(mstr
+ 	mstr			gbl, xecute_buff;
+ 	mval			trig_index;
+ 	rhdtyp			*rtn_vector;
+-	rtn_tabent		*rttabent;
++	rtn_tabent		*rttabent = rtn_names_end + 1;
+ 	sgm_info		*save_sgm_info_ptr;
+ 	jnlpool_addrs_ptr_t	save_jnlpool;
+ 	sgmnt_addrs		*csa, *regcsa;
diff -Nru fis-gtm-7.1-006/debian/patches/series fis-gtm-7.1-006/debian/patches/series
--- fis-gtm-7.1-006/debian/patches/series	2025-02-22 22:27:23.000000000 +0200
+++ fis-gtm-7.1-006/debian/patches/series	2025-09-25 20:07:29.000000000 +0300
@@ -1,3 +1,4 @@
 upstream_disable_autorelink
 upstream_donot_deploy_all_encryption_libs
 do-not-use_libgcrypt-config.diff
+gcc-15.patch
