[Pkg-cmake-team] Bug#802826: look for python 3.5

Matthias Klose doko at debian.org
Fri Oct 23 20:44:24 UTC 2015


Package: src:cmake
Version: 3.3.2-1
Severity: important
Tags: sid stretch patch

please look for python 3.5.  This will become a RC issue once python 3.5 becomes 
the default python3 version.


-------------- next part --------------
diff -Nru cmake-3.3.2/debian/changelog cmake-3.3.2/debian/changelog
--- cmake-3.3.2/debian/changelog	2015-09-20 21:36:41.000000000 +0200
+++ cmake-3.3.2/debian/changelog	2015-10-23 22:41:26.000000000 +0200
@@ -1,3 +1,9 @@
+cmake (3.3.2-1ubuntu1) xenial; urgency=medium
+
+  * Search for Python 3.5.
+
+ -- Matthias Klose <doko at ubuntu.com>  Fri, 23 Oct 2015 22:41:08 +0200
+
 cmake (3.3.2-1) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru cmake-3.3.2/debian/patches/search_for_python3.5.diff cmake-3.3.2/debian/patches/search_for_python3.5.diff
--- cmake-3.3.2/debian/patches/search_for_python3.5.diff	1970-01-01 01:00:00.000000000 +0100
+++ cmake-3.3.2/debian/patches/search_for_python3.5.diff	2015-10-23 22:42:10.000000000 +0200
@@ -0,0 +1,13 @@
+Index: b/Modules/FindPythonInterp.cmake
+===================================================================
+--- a/Modules/FindPythonInterp.cmake
++++ b/Modules/FindPythonInterp.cmake
+@@ -51,7 +51,7 @@ unset(_Python_NAMES)
+ 
+ set(_PYTHON1_VERSIONS 1.6 1.5)
+ set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+-set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0)
++set(_PYTHON3_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0)
+ 
+ if(PythonInterp_FIND_VERSION)
+     if(PythonInterp_FIND_VERSION_COUNT GREATER 1)
diff -Nru cmake-3.3.2/debian/patches/series cmake-3.3.2/debian/patches/series
--- cmake-3.3.2/debian/patches/series	2015-09-20 20:54:42.000000000 +0200
+++ cmake-3.3.2/debian/patches/series	2015-10-23 22:41:32.000000000 +0200
@@ -6,3 +6,4 @@
 FindJNI-Add-support-for-x32-architecture-on-Linux.patch
 Features_Extract_strings_from_test_binary_more_reliably.patch
 FindPkgConfig_remove_variable_dereference.patch
+search_for_python3.5.diff


More information about the Pkg-cmake-team mailing list