format patches
This commit is contained in:
parent
83c9ba573e
commit
b3349efc26
|
@ -1,12 +1,18 @@
|
||||||
Description: define PATH_MAX if needed
|
From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
|
||||||
Fix FTBFS for Hurd/i386.
|
Date: Fri, 25 Nov 2022 16:30:46 +0800
|
||||||
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
|
Subject: define PATH_MAX if needed
|
||||||
|
|
||||||
Last-Update: 2018-07-22
|
Last-Update: 2018-07-22
|
||||||
|
|
||||||
|
Fix FTBFS for Hurd/i386.
|
||||||
---
|
---
|
||||||
|
deps/libuv/src/unix/internal.h | 4 ++++
|
||||||
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
--- python-gevent-1.3.5.orig/deps/libuv/src/unix/internal.h
|
diff --git a/deps/libuv/src/unix/internal.h b/deps/libuv/src/unix/internal.h
|
||||||
+++ python-gevent-1.3.5/deps/libuv/src/unix/internal.h
|
index 72d8da8..f043aa6 100644
|
||||||
|
--- a/deps/libuv/src/unix/internal.h
|
||||||
|
+++ b/deps/libuv/src/unix/internal.h
|
||||||
@@ -31,6 +31,10 @@
|
@@ -31,6 +31,10 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
Description: use local intersphinx inventory
|
From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
|
||||||
Use the offline copy under debian/ instead downloading it.
|
Date: Fri, 25 Nov 2022 16:30:46 +0800
|
||||||
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
|
Subject: use local intersphinx inventory
|
||||||
|
|
||||||
Forwarded: not-needed
|
Forwarded: not-needed
|
||||||
Last-Update: 2015-01-05
|
Last-Update: 2015-01-05
|
||||||
|
|
||||||
|
Use the offline copy under debian/ instead downloading it.
|
||||||
---
|
---
|
||||||
|
doc/conf.py | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
Index: b/doc/conf.py
|
diff --git a/doc/conf.py b/doc/conf.py
|
||||||
===================================================================
|
index 31d5c2f..0c0d4c6 100644
|
||||||
--- a/doc/conf.py
|
--- a/doc/conf.py
|
||||||
+++ b/doc/conf.py
|
+++ b/doc/conf.py
|
||||||
@@ -42,7 +42,7 @@ extensions = [
|
@@ -42,7 +42,7 @@ extensions = [
|
||||||
|
|
Loading…
Reference in New Issue