Control: tags 957499 + patch
Control: tags 957499 + pending
--

Dear maintainer,

I've prepared an NMU for logtools (versioned as 0.13e+nmu1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

--
Regards
Sudip

diff -Nru logtools-0.13e/changes.txt logtools-0.13e+nmu1/changes.txt
--- logtools-0.13e/changes.txt  2016-12-25 15:11:11.000000000 +0000
+++ logtools-0.13e+nmu1/changes.txt     2020-12-16 20:22:13.000000000 +0000
@@ -1,3 +1,11 @@
+logtools (0.13e+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957499)
+    - Add the missing header files.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Wed, 16 Dec 2020 20:22:13 
+0000
+
 logtools (0.13e) unstable; urgency=medium
 
   * Fixes build problems with latest STL. Closes: #849126
diff -Nru logtools-0.13e/clfdomainsplit.cpp 
logtools-0.13e+nmu1/clfdomainsplit.cpp
--- logtools-0.13e/clfdomainsplit.cpp   2016-12-25 15:08:38.000000000 +0000
+++ logtools-0.13e+nmu1/clfdomainsplit.cpp      2020-12-16 20:13:55.000000000 
+0000
@@ -6,6 +6,7 @@
 #include <cstring>
 #include <vector>
 #include <ctype.h>
+#include <string>
 #include "logtools.h"
 
 using namespace std;
diff -Nru logtools-0.13e/clfmerge.cpp logtools-0.13e+nmu1/clfmerge.cpp
--- logtools-0.13e/clfmerge.cpp 2016-12-25 14:50:06.000000000 +0000
+++ logtools-0.13e+nmu1/clfmerge.cpp    2020-12-16 20:12:02.000000000 +0000
@@ -5,6 +5,7 @@
 #include <cstring>
 #include <unistd.h>
 #include <ctype.h>
+#include <string>
 
 #include "logtools.h"
 
diff -Nru logtools-0.13e/debian/changelog logtools-0.13e+nmu1/debian/changelog
--- logtools-0.13e/debian/changelog     2016-12-25 15:11:11.000000000 +0000
+++ logtools-0.13e+nmu1/debian/changelog        2020-12-16 20:22:13.000000000 
+0000
@@ -1,3 +1,11 @@
+logtools (0.13e+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957499)
+    - Add the missing header files.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Wed, 16 Dec 2020 20:22:13 
+0000
+
 logtools (0.13e) unstable; urgency=medium
 
   * Fixes build problems with latest STL. Closes: #849126

Reply via email to