From 0225edd509d15c40da274159a3759e1103b01f30 Mon Sep 17 00:00:00 2001 From: luoyaoming Date: Tue, 7 May 2024 11:31:53 +0800 Subject: [PATCH] format patches --- debian/patches/fix-Hurd-FTBFS.patch | 12 +++++++--- .../fix-error-running_tests-docs.patch | 22 +++++++++++++------ .../use-local-intersphinx-inventory.patch | 12 +++++++--- 3 files changed, 33 insertions(+), 13 deletions(-) diff --git a/debian/patches/fix-Hurd-FTBFS.patch b/debian/patches/fix-Hurd-FTBFS.patch index c2a922f..e1c8275 100644 --- a/debian/patches/fix-Hurd-FTBFS.patch +++ b/debian/patches/fix-Hurd-FTBFS.patch @@ -1,10 +1,16 @@ -Description: define PATH_MAX if needed - Fix FTBFS for Hurd/i386. -Author: Laszlo Boszormenyi (GCS) +From: "Laszlo Boszormenyi (GCS)" +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 @@ diff --git a/debian/patches/fix-error-running_tests-docs.patch b/debian/patches/fix-error-running_tests-docs.patch index 47f2bad..8884a41 100644 --- a/debian/patches/fix-error-running_tests-docs.patch +++ b/debian/patches/fix-error-running_tests-docs.patch @@ -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 +From: Emanuele Rocca +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. diff --git a/debian/patches/use-local-intersphinx-inventory.patch b/debian/patches/use-local-intersphinx-inventory.patch index 4f00a9d..9755e4a 100644 --- a/debian/patches/use-local-intersphinx-inventory.patch +++ b/debian/patches/use-local-intersphinx-inventory.patch @@ -1,11 +1,17 @@ -Description: use local intersphinx inventory - Use the offline copy under debian/ instead downloading it. -Author: Laszlo Boszormenyi (GCS) +From: "Laszlo Boszormenyi (GCS)" +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 = [