[neon/kde/powerdevil/Neon/unstable_jammy] debian/patches: try and patch the compile problem

Carlos De Maine null at kde.org
Tue Jul 30 12:31:34 BST 2024


Git commit 6f8d19bc7740b07a9f71c9bc8af02a441d862345 by Carlos De Maine.
Committed on 30/07/2024 at 11:31.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

try and patch the compile problem

A  +12   -0    debian/patches/fix_compile
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/powerdevil/-/commit/6f8d19bc7740b07a9f71c9bc8af02a441d862345

diff --git a/debian/patches/fix_compile b/debian/patches/fix_compile
new file mode 100644
index 0000000..5639726
--- /dev/null
+++ b/debian/patches/fix_compile
@@ -0,0 +1,12 @@
+diff --git a/daemon/controllers/ddcutildisplay.cpp b/daemon/controllers/ddcutildisplay.cpp
+index 18b075a8700bbc3940e18e112d40581597536d73..81b0c7dc9eb719422f404c2534bb97abba791daf 100644
+--- a/daemon/controllers/ddcutildisplay.cpp
++++ b/daemon/controllers/ddcutildisplay.cpp
+@@ -9,6 +9,7 @@
+ 
+ #include <powerdevil_debug.h>
+ 
++#include <algorithm>
+ #include <chrono>
+ 
+ using namespace std::chrono_literals;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1f20611
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_compile
\ No newline at end of file


More information about the Neon-commits mailing list