summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2023-11-02 21:56:43 -0400
committerJames McCoy <jamessan@debian.org>2023-11-02 21:56:43 -0400
commitf5cf49ac104207a657b59ba0d7af4e28d7590f9b (patch)
tree4607930c3a868c28ebd2843336518346ae5d4414
parent8c62bbfb93f04cb58cc26c9cc615274d4aafa0cb (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (11.4) quilt-fixup]
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/x--autogen.sh-export-environment-variabl.patch26
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 3651ff4..442d8e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ examples-compile-instructions
workaround_EINVAL_on_kfreebsd
use-python3-as-the-interpreter-now-for-tests-not-python.patch
swig-py-fix-conditionals-by-swig-version.patch
+x--autogen.sh-export-environment-variabl.patch
diff --git a/debian/patches/x--autogen.sh-export-environment-variabl.patch b/debian/patches/x--autogen.sh-export-environment-variabl.patch
new file mode 100644
index 0000000..c44572a
--- /dev/null
+++ b/debian/patches/x--autogen.sh-export-environment-variabl.patch
@@ -0,0 +1,26 @@
+From: Yasuhito Futatsuki <futatuki@apache.org>
+Date: Sat, 6 Aug 2022 03:44:46 +0000
+X-Dgit-Generated: 1.14.2-5 8c62bbfb93f04cb58cc26c9cc615274d4aafa0cb
+Subject: * autogen.sh: export environment variable "PYTHON", for autoheader and autoconf
+
+Patch by: Vincent Lefevre <vincent-svn {_AT_} vinc17.net>
+ (Tweaked by me.)
+
+git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1903245 13f79535-47bb-0310-9956-ffa450edef68
+Signed-off-by: James McCoy <jamessan@debian.org>
+Closes: #1055242
+
+---
+
+diff --git a/autogen.sh b/autogen.sh
+index 6579daa9e4..cfb8072fce 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -167,6 +167,7 @@ if test -z "$PYTHON"; then
+ echo "to the Python executable, and re-run autogen.sh"
+ exit 1
+ fi
++export PYTHON
+
+ # Compile SWIG headers into standalone C files if we are in release mode
+ if test -n "$RELEASE_MODE"; then