[Pkg-gnupg-commit] [gpgme] 01/10: force-build python 3.5 now that python3 is 3.6 in unstable

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Dec 4 23:19:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit bc32512e70cfa62ceb45d40d55da7583301a25c5
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Oct 25 18:49:58 2017 -0400

    force-build python 3.5 now that python3 is 3.6 in unstable
    
    This is to address https://bugs.debian.org/866555 -- it's ongoing
    maintenance work to track the versions of available python, though :/
---
 .../0045-Try-to-find-python-3.5-as-well.patch}                      | 6 +++---
 debian/patches/series                                               | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/python-3.6/0045-Try-to-find-python-3.6-as-well.patch b/debian/patches/python-3.5/0045-Try-to-find-python-3.5-as-well.patch
similarity index 89%
rename from debian/patches/python-3.6/0045-Try-to-find-python-3.6-as-well.patch
rename to debian/patches/python-3.5/0045-Try-to-find-python-3.5-as-well.patch
index 202d817..df5243d 100644
--- a/debian/patches/python-3.6/0045-Try-to-find-python-3.6-as-well.patch
+++ b/debian/patches/python-3.5/0045-Try-to-find-python-3.5-as-well.patch
@@ -1,6 +1,6 @@
 From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
 Date: Thu, 17 Aug 2017 21:57:43 -0400
-Subject: Try to find python 3.6 as well
+Subject: Try to find python 3.5 as well
 
 ---
  configure.ac | 22 ++++++++++++++++++++++
@@ -15,7 +15,7 @@ index 794e0d9..510aae1 100644
  		fi
  	    ], :)
 +
-+	    # Reset everything, so that we can look for Python 3.6.
++	    # Reset everything, so that we can look for Python 3.5.
 +	    unset PYTHON
 +	    unset PYTHON_VERSION
 +	    unset PYTHON_CPPFLAGS
@@ -29,7 +29,7 @@ index 794e0d9..510aae1 100644
 +	    unset am_cv_python_platform
 +	    unset am_cv_python_pythondir
 +	    unset am_cv_python_pyexecdir
-+	    AM_PATH_PYTHON([3.6], [
++	    AM_PATH_PYTHON([3.5], [
 +		AX_PYTHON_DEVEL
 +		if test "$PYTHON_VERSION"; then
 +			PYTHONS="$(echo $PYTHONS $PYTHON)"
diff --git a/debian/patches/series b/debian/patches/series
index 5161ee2..53abc67 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -42,7 +42,7 @@
 0042-doc-Add-more-tofu-documentation.patch
 0043-doc-Clarify-import-keys-operation.patch
 0044-doc-Clarify-import-keys-operation-further.patch
-python-3.6/0045-Try-to-find-python-3.6-as-well.patch
+python-3.5/0045-Try-to-find-python-3.5-as-well.patch
 0046-python-Improve-keylist-test.patch
 0047-python-Support-parallel-build-in-tests.patch
 0048-Fix-a-couple-of-bugs-pointed-out-by-clang-compiler-w.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list