[Python-modules-commits] r15677 - in packages/shiboken/trunk/debian/patches (2 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Mon Feb 14 15:30:15 UTC 2011


    Date: Monday, February 14, 2011 @ 15:29:56
  Author: odyx-guest
Revision: 15677

Add cmake_selectDefaultPython.patch to select the _default_ python version in ShibokenConfig.cmake

Added:
  packages/shiboken/trunk/debian/patches/cmake_selectDefaultPython.patch
  packages/shiboken/trunk/debian/patches/series

Added: packages/shiboken/trunk/debian/patches/cmake_selectDefaultPython.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/cmake_selectDefaultPython.patch	                        (rev 0)
+++ packages/shiboken/trunk/debian/patches/cmake_selectDefaultPython.patch	2011-02-14 15:29:56 UTC (rev 15677)
@@ -0,0 +1,14 @@
+Description: Use the _default_ Python version as fallback default.
+Author: Didier Raboud <odyx at debian.org>
+Origin: vendor
+Last-Update: 2010-01-24
+--- a/data/ShibokenConfig.cmake.in
++++ b/data/ShibokenConfig.cmake.in
+@@ -1,5 +1,5 @@
+ if (NOT PYTHON_BASENAME)
+-    message(STATUS "Using default python: @PYTHON_BASENAME@")
+-    SET(PYTHON_BASENAME @PYTHON_BASENAME@)
++    message(STATUS "Using default python: @DEFAULT_PYTHON_BASENAME@")
++    SET(PYTHON_BASENAME @DEFAULT_PYTHON_BASENAME@)
+ endif()
+ include(@LIB_INSTALL_DIR@/cmake/Shiboken- at shiboken_VERSION@/ShibokenConfig-${PYTHON_BASENAME}.cmake)

Added: packages/shiboken/trunk/debian/patches/series
===================================================================
--- packages/shiboken/trunk/debian/patches/series	                        (rev 0)
+++ packages/shiboken/trunk/debian/patches/series	2011-02-14 15:29:56 UTC (rev 15677)
@@ -0,0 +1 @@
+cmake_selectDefaultPython.patch




More information about the Python-modules-commits mailing list