aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:40:11 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:40:11 -0300
commit67ee5ec27c7fd54f2ab73f7440f6d235bb9a2e23 (patch)
treeba118f6e44b535f89ab41bbe69d1f9993a3b97d9 /debian
parentd6cdb9bce29f1115b628efbc7d2e6cf90ef7bb9f (diff)
debian/patches updated
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0001-callbacks-included-gstdio.h.patch2
-rw-r--r--debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch19
-rw-r--r--debian/patches/series2
3 files changed, 11 insertions, 12 deletions
diff --git a/debian/patches/0001-callbacks-included-gstdio.h.patch b/debian/patches/0001-callbacks-included-gstdio.h.patch
index 4518b933..dea28cb8 100644
--- a/debian/patches/0001-callbacks-included-gstdio.h.patch
+++ b/debian/patches/0001-callbacks-included-gstdio.h.patch
@@ -7,7 +7,7 @@ Subject: callbacks included gstdio.h
1 file changed, 1 insertion(+)
diff --git a/shell/callbacks.c b/shell/callbacks.c
-index b9c6252..4e067f1 100644
+index e780847..a83618f 100644
--- a/shell/callbacks.c
+++ b/shell/callbacks.c
@@ -18,6 +18,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
index 540382c4..4bd15b5f 100644
--- a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch
+++ b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch
@@ -1,21 +1,20 @@
From: Lucas de Castro Borges <lucas@gnuabordo.com.br>
-Date: Mon, 22 Apr 2024 03:01:23 -0300
+Date: Mon, 22 Apr 2024 18:36:27 -0300
Subject: shell/syncmanager included glib stdio header
---
- shell/syncmanager.c | 2 ++
- 1 file changed, 2 insertions(+)
+ shell/syncmanager.c | 1 +
+ 1 file changed, 1 insertion(+)
diff --git a/shell/syncmanager.c b/shell/syncmanager.c
-index 0f08cf8..92767b4 100644
+index 17fdc42..d071994 100644
--- a/shell/syncmanager.c
+++ b/shell/syncmanager.c
-@@ -26,6 +26,8 @@
+@@ -26,6 +26,7 @@
#include <stdarg.h>
#include <string.h>
-
+ #include <fcntl.h>
+#include <glib/gstdio.h>
-+
- #ifndef SOUP_CHECK_VERSION
- #define SOUP_CHECK_VERSION(a,b,c) 0
- #endif
+ #include <stdio.h>
+
+
diff --git a/debian/patches/series b/debian/patches/series
index e8fd1d7d..68a53ef1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
0001-callbacks-included-gstdio.h.patch
0002-module-benchmark-fft.c-included-cpu_util-header.patch
-#0003-shell-syncmanager-included-glib-stdio-header.patch
+0003-shell-syncmanager-included-glib-stdio-header.patch