format patches
This commit is contained in:
parent
abfc593ae4
commit
0225edd509
|
@ -1,10 +1,16 @@
|
||||||
Description: define PATH_MAX if needed
|
From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
|
||||||
Fix FTBFS for Hurd/i386.
|
Date: Tue, 7 May 2024 11:31:53 +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(+)
|
||||||
|
|
||||||
|
diff --git a/deps/libuv/src/unix/internal.h b/deps/libuv/src/unix/internal.h
|
||||||
|
index cee35c2..71ca760 100644
|
||||||
--- a/deps/libuv/src/unix/internal.h
|
--- a/deps/libuv/src/unix/internal.h
|
||||||
+++ b/deps/libuv/src/unix/internal.h
|
+++ b/deps/libuv/src/unix/internal.h
|
||||||
@@ -33,6 +33,10 @@
|
@@ -33,6 +33,10 @@
|
||||||
|
|
|
@ -1,12 +1,20 @@
|
||||||
Description: do not run python -mgevent.tests --help
|
From: Emanuele Rocca <ema@debian.org>
|
||||||
The command fails and results in a error message in the generated HTML.
|
Date: Tue, 7 May 2024 11:31:53 +0800
|
||||||
Additionally, it's a cause for unreproducible builds.
|
Subject: do not run python -mgevent.tests --help
|
||||||
Author: Emanuele Rocca <ema@debian.org>
|
|
||||||
Last-Update: 2022-08-31
|
Last-Update: 2022-08-31
|
||||||
Index: python-gevent/docs/development/running_tests.rst
|
|
||||||
|
The command fails and results in a error message in the generated HTML.
|
||||||
|
Additionally, it's a cause for unreproducible builds.
|
||||||
===================================================================
|
===================================================================
|
||||||
--- python-gevent.orig/docs/development/running_tests.rst
|
---
|
||||||
+++ python-gevent/docs/development/running_tests.rst
|
docs/development/running_tests.rst | 5 -----
|
||||||
|
1 file changed, 5 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/docs/development/running_tests.rst b/docs/development/running_tests.rst
|
||||||
|
index c8b219b..171e9b3 100644
|
||||||
|
--- a/docs/development/running_tests.rst
|
||||||
|
+++ b/docs/development/running_tests.rst
|
||||||
@@ -29,11 +29,6 @@ care of other gevent-specific quirks.
|
@@ -29,11 +29,6 @@ care of other gevent-specific quirks.
|
||||||
remove this module. Notably, on Debian, you will probably need
|
remove this module. Notably, on Debian, you will probably need
|
||||||
``libpythonX.Y-testsuite`` installed to run all the tests.
|
``libpythonX.Y-testsuite`` installed to run all the tests.
|
||||||
|
|
|
@ -1,11 +1,17 @@
|
||||||
Description: use local intersphinx inventory
|
From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
|
||||||
Use the offline copy under debian/ instead downloading it.
|
Date: Tue, 7 May 2024 11:31:52 +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.
|
||||||
---
|
---
|
||||||
|
docs/conf.py | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/docs/conf.py b/docs/conf.py
|
||||||
|
index c758b7a..5e2ba86 100644
|
||||||
--- a/docs/conf.py
|
--- a/docs/conf.py
|
||||||
+++ b/docs/conf.py
|
+++ b/docs/conf.py
|
||||||
@@ -51,7 +51,7 @@ extensions = [
|
@@ -51,7 +51,7 @@ extensions = [
|
||||||
|
|
Loading…
Reference in New Issue