[pkg-tasktools] Bug#1037606: clog: diff for NMU version 1.3.0-1.1

Sudip Mukherjee sudipm.mukherjee at gmail.com
Fri Jan 5 11:49:06 GMT 2024


Control: tags 1037606 + pending

Dear maintainer,

I've prepared an NMU for clog (versioned as 1.3.0-1.1) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should delay it longer.

Regards.
-- 
Sudip

diff -Nru clog-1.3.0/debian/changelog clog-1.3.0/debian/changelog
--- clog-1.3.0/debian/changelog	2016-07-07 23:14:04.000000000 +0100
+++ clog-1.3.0/debian/changelog	2024-01-05 11:40:11.000000000 +0000
@@ -1,3 +1,11 @@
+clog (1.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc13 by adding a missing include. (Closes: #1037606)
+    - Thanks Mate Kukri and Jonathan Bergh. (LP: #2048084)
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com>  Fri, 05 Jan 2024 11:40:11 +0000
+
 clog (1.3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru clog-1.3.0/debian/patches/json2_cstdint_ftbfs.patch clog-1.3.0/debian/patches/json2_cstdint_ftbfs.patch
--- clog-1.3.0/debian/patches/json2_cstdint_ftbfs.patch	1970-01-01 01:00:00.000000000 +0100
+++ clog-1.3.0/debian/patches/json2_cstdint_ftbfs.patch	2024-01-05 11:40:07.000000000 +0000
@@ -0,0 +1,15 @@
+Description: Fix FTBFS by adding cstdint include to JSON2.h
+Author: Mate Kukri <mate.kukri at canonical.com>
+Last-Update: 2024-01-04
+---
+
+--- a/src/libshared/src/JSON2.h
++++ b/src/libshared/src/JSON2.h
+@@ -27,6 +27,7 @@
+ #ifndef INCLUDED_JSON2
+ #define INCLUDED_JSON2
+ 
++#include <cstdint>
+ #include <string>
+ 
+ class JSON2
diff -Nru clog-1.3.0/debian/patches/series clog-1.3.0/debian/patches/series
--- clog-1.3.0/debian/patches/series	2016-07-07 23:01:34.000000000 +0100
+++ clog-1.3.0/debian/patches/series	2024-01-05 10:55:20.000000000 +0000
@@ -1 +1,2 @@
 FixManMinusSign.diff
+json2_cstdint_ftbfs.patch



More information about the pkg-tasktools-discuss mailing list