format patches
This commit is contained in:
parent
83c9ba573e
commit
b3349efc26
|
@ -1,12 +1,18 @@
|
|||
Description: define PATH_MAX if needed
|
||||
Fix FTBFS for Hurd/i386.
|
||||
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
|
||||
From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
|
||||
Date: Fri, 25 Nov 2022 16:30:46 +0800
|
||||
Subject: define PATH_MAX if needed
|
||||
|
||||
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
|
||||
+++ python-gevent-1.3.5/deps/libuv/src/unix/internal.h
|
||||
diff --git a/deps/libuv/src/unix/internal.h b/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 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
Description: use local intersphinx inventory
|
||||
Use the offline copy under debian/ instead downloading it.
|
||||
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
|
||||
From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
|
||||
Date: Fri, 25 Nov 2022 16:30:46 +0800
|
||||
Subject: use local intersphinx inventory
|
||||
|
||||
Forwarded: not-needed
|
||||
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
|
||||
+++ b/doc/conf.py
|
||||
@@ -42,7 +42,7 @@ extensions = [
|
||||
|
|
Loading…
Reference in New Issue