Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Refresh patches
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed May 11, 2024
1 parent 6cc80b0 commit 0284f9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/patches/0028-sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ index d7fc7ab..d26b0d0 100644
@ # Build PYC files for the 3 optimization levels (0, 1, 2)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
diff --git a/configure.ac b/configure.ac
index d39eddc..e1d3551 100644
index c612c2e..84d968e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/argparse-no-shutil.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: argparse-no-shutil
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 467e606..945fc05 100644
index 43639b1..d00a970 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -176,9 +176,12 @@ def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/disable-sem-check.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: disable-sem-check
1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index f490de8..d39eddc 100644
index cee7a56..c612c2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5937,12 +5937,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/lib-argparse.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: lib-argparse
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 55bf8cd..467e606 100644
index cdd29d3..43639b1 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -89,7 +89,16 @@
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/link-opt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: link-opt
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8eb9676..f490de8 100644
index 0f1b977..cee7a56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3421,8 +3421,8 @@ then
Expand Down

0 comments on commit 0284f9f

Please sign in to comment.