From 792d06d032dd7fb0fc03e3f8fe8b6aa5f16235e2 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 19:50:55 -0300 Subject: debian/patches updated --- .../patches/0001-callbacks-included-gstdio.h.patch | 20 -------------------- .../patches/0002-included-syncmanager-header.patch | 20 ++++++++++++++++++++ ...le-benchmark-fft.c-included-cpu_util-header.patch | 2 +- ...hell-syncmanager-included-glib-stdio-header.patch | 20 -------------------- debian/patches/series | 3 +-- 5 files changed, 22 insertions(+), 43 deletions(-) delete mode 100644 debian/patches/0001-callbacks-included-gstdio.h.patch create mode 100644 debian/patches/0002-included-syncmanager-header.patch delete mode 100644 debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch diff --git a/debian/patches/0001-callbacks-included-gstdio.h.patch b/debian/patches/0001-callbacks-included-gstdio.h.patch deleted file mode 100644 index dea28cb8..00000000 --- a/debian/patches/0001-callbacks-included-gstdio.h.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Lucas de Castro Borges -Date: Mon, 22 Apr 2024 02:28:14 -0300 -Subject: callbacks included gstdio.h - ---- - shell/callbacks.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/shell/callbacks.c b/shell/callbacks.c -index e780847..a83618f 100644 ---- a/shell/callbacks.c -+++ b/shell/callbacks.c -@@ -18,6 +18,7 @@ - - #include - #include -+#include - - #include "hardinfo.h" - #include "callbacks.h" diff --git a/debian/patches/0002-included-syncmanager-header.patch b/debian/patches/0002-included-syncmanager-header.patch new file mode 100644 index 00000000..a80fa171 --- /dev/null +++ b/debian/patches/0002-included-syncmanager-header.patch @@ -0,0 +1,20 @@ +From: Lucas de Castro Borges +Date: Mon, 22 Apr 2024 19:50:35 -0300 +Subject: included syncmanager header + +--- + hardinfo2/hardinfo.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c +index 218b429..7c3f2b4 100644 +--- a/hardinfo2/hardinfo.c ++++ b/hardinfo2/hardinfo.c +@@ -21,6 +21,7 @@ + #include + + #include ++#include + #include + #include + #include diff --git a/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch b/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch index 329f76db..39a95906 100644 --- a/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch +++ b/debian/patches/0002-module-benchmark-fft.c-included-cpu_util-header.patch @@ -7,7 +7,7 @@ Subject: module benchmark/fft.c included cpu_util header 1 file changed, 1 insertion(+) diff --git a/modules/benchmark/fft.c b/modules/benchmark/fft.c -index 503a7aa..1e413c0 100644 +index 47acc36..df643fe 100644 --- a/modules/benchmark/fft.c +++ b/modules/benchmark/fft.c @@ -17,6 +17,7 @@ diff --git a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch deleted file mode 100644 index 4bd15b5f..00000000 --- a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Lucas de Castro Borges -Date: Mon, 22 Apr 2024 18:36:27 -0300 -Subject: shell/syncmanager included glib stdio header - ---- - shell/syncmanager.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/shell/syncmanager.c b/shell/syncmanager.c -index 17fdc42..d071994 100644 ---- a/shell/syncmanager.c -+++ b/shell/syncmanager.c -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - - diff --git a/debian/patches/series b/debian/patches/series index f399ab4b..6873736b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -#0001-callbacks-included-gstdio.h.patch 0002-module-benchmark-fft.c-included-cpu_util-header.patch -#0003-shell-syncmanager-included-glib-stdio-header.patch +0002-included-syncmanager-header.patch -- cgit v1.2.3