Control: tags 1013007 + patch
Control: tags 1013007 + pending

Dear maintainer,

I've prepared an NMU for oomd (versioned as 0.5.0-1.2) and uploaded it 
to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru oomd-0.5.0/debian/changelog oomd-0.5.0/debian/changelog
--- oomd-0.5.0/debian/changelog	2022-01-31 21:05:10.000000000 +0200
+++ oomd-0.5.0/debian/changelog	2022-09-06 19:43:35.000000000 +0300
@@ -1,3 +1,10 @@
+oomd (0.5.0-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for FTBFS with gcc 12. (Closes: #1013007)
+
+ -- Adrian Bunk <b...@debian.org>  Tue, 06 Sep 2022 19:43:35 +0300
+
 oomd (0.5.0-1.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru oomd-0.5.0/debian/patches/0001-Resolved-a-compiler-error-due-to-lacking-include-162.patch oomd-0.5.0/debian/patches/0001-Resolved-a-compiler-error-due-to-lacking-include-162.patch
--- oomd-0.5.0/debian/patches/0001-Resolved-a-compiler-error-due-to-lacking-include-162.patch	1970-01-01 02:00:00.000000000 +0200
+++ oomd-0.5.0/debian/patches/0001-Resolved-a-compiler-error-due-to-lacking-include-162.patch	2022-09-06 19:43:09.000000000 +0300
@@ -0,0 +1,44 @@
+From 83a6742f08349fbc93f459228dcc3d1f56eac411 Mon Sep 17 00:00:00 2001
+From: ycitgez <yuhanun.cit...@flatexdegiro.com>
+Date: Tue, 12 Jul 2022 13:20:32 -0700
+Subject: Resolved a compiler error due to lacking include (#162)
+
+Summary:
+Fixed an issue where a missing include causing compiler errors
+
+Also applied clang-format.sh
+
+Issue occured with following compiler and linker:
+```
+C++ compiler for the host machine: ccache c++ (gcc 12.1.1 "c++ (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1)")
+C++ linker for the host machine: c++ ld.bfd 2.37-27
+```
+
+Pull Request resolved: https://github.com/facebookincubator/oomd/pull/162
+
+Reviewed By: brianc118
+
+Differential Revision: D37790605
+
+Pulled By: lnyng
+
+fbshipit-source-id: d42776978b4bc8f7e2f584fde109e6cc3f5bc7d6
+---
+ src/oomd/Log.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/oomd/Log.h b/src/oomd/Log.h
+index 3d2d6ea..0ed5f73 100644
+--- a/src/oomd/Log.h
++++ b/src/oomd/Log.h
+@@ -18,6 +18,7 @@
+ #pragma once
+ 
+ #include <algorithm>
++#include <array>
+ #include <condition_variable>
+ #include <iostream>
+ #include <mutex>
+-- 
+2.30.2
+
diff -Nru oomd-0.5.0/debian/patches/series oomd-0.5.0/debian/patches/series
--- oomd-0.5.0/debian/patches/series	2022-01-31 21:02:45.000000000 +0200
+++ oomd-0.5.0/debian/patches/series	2022-09-06 19:43:34.000000000 +0300
@@ -1 +1,2 @@
 0001-Do-not-install-example-systemd-service.patch
+0001-Resolved-a-compiler-error-due-to-lacking-include-162.patch

Reply via email to