[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096317: apitrace: diff for NMU version 11.1+repack-2.1



Control: tags 1096317 + patch
Control: tags 1096317 + pending

Dear maintainer,

I've prepared an NMU for apitrace (versioned as 11.1+repack-2.1) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for apitrace-11.1+repack apitrace-11.1+repack

 changelog                                 |    7 +++++
 patches/0001-Explicit-header-stdint.patch |   40 ++++++++++++++++++++++++++++++
 patches/series                            |    1 
 3 files changed, 48 insertions(+)

diff -Nru apitrace-11.1+repack/debian/changelog apitrace-11.1+repack/debian/changelog
--- apitrace-11.1+repack/debian/changelog	2025-01-24 17:30:33.000000000 +0200
+++ apitrace-11.1+repack/debian/changelog	2025-09-19 21:12:13.000000000 +0300
@@ -1,3 +1,10 @@
+apitrace (11.1+repack-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with GCC 15. (Closes: #1096317)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 19 Sep 2025 21:12:13 +0300
+
 apitrace (11.1+repack-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru apitrace-11.1+repack/debian/patches/0001-Explicit-header-stdint.patch apitrace-11.1+repack/debian/patches/0001-Explicit-header-stdint.patch
--- apitrace-11.1+repack/debian/patches/0001-Explicit-header-stdint.patch	1970-01-01 02:00:00.000000000 +0200
+++ apitrace-11.1+repack/debian/patches/0001-Explicit-header-stdint.patch	2025-09-19 21:12:13.000000000 +0300
@@ -0,0 +1,40 @@
+From 952bad1469ea747012bdc48c48993bd5f13eec04 Mon Sep 17 00:00:00 2001
+From: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
+Date: Fri, 21 Mar 2025 05:02:23 +0000
+Subject: Explicit header: stdint
+
+Fix building with GCC-15. It no longer includes it by default.
+
+Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
+---
+ frametrim/ft_dependecyobject.hpp | 1 +
+ retrace/metric_writer.cpp        | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/frametrim/ft_dependecyobject.hpp b/frametrim/ft_dependecyobject.hpp
+index 2cd0b768..0f17b601 100644
+--- a/frametrim/ft_dependecyobject.hpp
++++ b/frametrim/ft_dependecyobject.hpp
+@@ -28,6 +28,7 @@
+ #pragma once
+ 
+ #include "ft_tracecall.hpp"
++#include <stdint.h>
+ 
+ namespace frametrim {
+ 
+diff --git a/retrace/metric_writer.cpp b/retrace/metric_writer.cpp
+index e923ed1d..4e4ce748 100644
+--- a/retrace/metric_writer.cpp
++++ b/retrace/metric_writer.cpp
+@@ -24,6 +24,7 @@
+  **************************************************************************/
+ 
+ #include <iostream>
++#include <stdint.h>
+ 
+ #include "metric_writer.hpp"
+ 
+-- 
+2.30.2
+
diff -Nru apitrace-11.1+repack/debian/patches/series apitrace-11.1+repack/debian/patches/series
--- apitrace-11.1+repack/debian/patches/series	2023-09-22 01:42:42.000000000 +0300
+++ apitrace-11.1+repack/debian/patches/series	2025-09-19 21:12:13.000000000 +0300
@@ -6,3 +6,4 @@
 disable-submodule-check.patch
 libproc-2.patch
 waffle-ftbfs.patch
+0001-Explicit-header-stdint.patch

Reply to: