format patches
This commit is contained in:
parent
abfc593ae4
commit
0225edd509
|
@ -1,10 +1,16 @@
|
|||
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: Tue, 7 May 2024 11:31:53 +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(+)
|
||||
|
||||
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
|
||||
+++ b/deps/libuv/src/unix/internal.h
|
||||
@@ -33,6 +33,10 @@
|
||||
|
|
|
@ -1,12 +1,20 @@
|
|||
Description: do not run python -mgevent.tests --help
|
||||
The command fails and results in a error message in the generated HTML.
|
||||
Additionally, it's a cause for unreproducible builds.
|
||||
Author: Emanuele Rocca <ema@debian.org>
|
||||
From: Emanuele Rocca <ema@debian.org>
|
||||
Date: Tue, 7 May 2024 11:31:53 +0800
|
||||
Subject: do not run python -mgevent.tests --help
|
||||
|
||||
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.
|
||||
remove this module. Notably, on Debian, you will probably need
|
||||
``libpythonX.Y-testsuite`` installed to run all the tests.
|
||||
|
|
|
@ -1,11 +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: Tue, 7 May 2024 11:31:52 +0800
|
||||
Subject: use local intersphinx inventory
|
||||
|
||||
Forwarded: not-needed
|
||||
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
|
||||
+++ b/docs/conf.py
|
||||
@@ -51,7 +51,7 @@ extensions = [
|
||||
|
|
Loading…
Reference in New Issue