Control: tags 1037688 + patch
Control: tags 1037688 + pending

Dear maintainer,

I've prepared an NMU for heaptrack (versioned as 1.4.0-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru heaptrack-1.4.0/debian/changelog heaptrack-1.4.0/debian/changelog
--- heaptrack-1.4.0/debian/changelog	2022-11-02 20:52:23.000000000 +0530
+++ heaptrack-1.4.0/debian/changelog	2023-09-07 13:48:39.000000000 +0530
@@ -1,3 +1,11 @@
+heaptrack (1.4.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/fix_ftbfs_gcc-13.patch: New. Fix FTBFS with gcc-13.
+    Thanks to Heiko Becker (Closes: #1037688).
+
+ -- Marcos Talau <ta...@debian.org>  Thu, 07 Sep 2023 13:48:39 +0530
+
 heaptrack (1.4.0-2) unstable; urgency=medium
 
   [ Christian Göttsche ]
diff -Nru heaptrack-1.4.0/debian/patches/fix_ftbfs_gcc-13.patch heaptrack-1.4.0/debian/patches/fix_ftbfs_gcc-13.patch
--- heaptrack-1.4.0/debian/patches/fix_ftbfs_gcc-13.patch	1970-01-01 05:30:00.000000000 +0530
+++ heaptrack-1.4.0/debian/patches/fix_ftbfs_gcc-13.patch	2023-09-07 13:48:39.000000000 +0530
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with gcc-13
+Author: Heiko Becker <heiko.bec...@kde.org>
+Bug-Debian: https://bugs.debian.org/1037688
+Last-Update: 2023-09-07
+
+--- heaptrack-1.4.0.orig/src/util/linereader.h
++++ heaptrack-1.4.0/src/util/linereader.h
+@@ -7,6 +7,7 @@
+ #ifndef LINEREADER_H
+ #define LINEREADER_H
+ 
++#include <cstdint>
+ #include <istream>
+ #include <string>
+ 
diff -Nru heaptrack-1.4.0/debian/patches/series heaptrack-1.4.0/debian/patches/series
--- heaptrack-1.4.0/debian/patches/series	2022-11-02 01:13:51.000000000 +0530
+++ heaptrack-1.4.0/debian/patches/series	2023-09-07 13:48:39.000000000 +0530
@@ -1 +1,2 @@
 disable_unreliable_tests.patch
+fix_ftbfs_gcc-13.patch

Reply via email to