[Python-modules-commits] r21317 - in packages/shiboken/trunk/debian/patches (1 file)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Fri Apr 20 17:11:18 UTC 2012


    Date: Friday, April 20, 2012 @ 17:11:10
  Author: odyx
Revision: 21317

Refresh patches.

Signed-off-by: Didier Raboud <odyx at debian.org>

Modified:
  packages/shiboken/trunk/debian/patches/pythonversionindep.patch

Modified: packages/shiboken/trunk/debian/patches/pythonversionindep.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/pythonversionindep.patch	2012-04-20 17:10:43 UTC (rev 21316)
+++ packages/shiboken/trunk/debian/patches/pythonversionindep.patch	2012-04-20 17:11:10 UTC (rev 21317)
@@ -1,22 +1,11 @@
 Description: Allow the packaging definitions to pick the desired python version.
 Author: Didier Raboud <odyx at debian.org>
-Last-Update: 2011-10-25
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -31,7 +31,7 @@
-     set(PYTHONINTERP_FOUND ${PYTHON3INTERP_FOUND})
-     set(PYTHON_EXECUTABLE ${PYTHON3_EXECUTABLE})
- else()
--    find_package(PythonLibs 2.6)
-+    find_package(PythonLibs)
-     find_package(PythonInterpWithDebug)
- endif()
- 
+Last-Update: 2012-04-20
 --- a/cmake/Modules/FindPythonInterpWithDebug.cmake
 +++ b/cmake/Modules/FindPythonInterpWithDebug.cmake
 @@ -1,4 +1,4 @@
 -find_program(PYTHON_EXECUTABLE NAMES python2.7 python2.6 python2.5)
 +# find_program(PYTHON_EXECUTABLE NAMES python2.7 python2.6 python2.5)
  
- if(NOT PYTHON_EXECUTABLE)
+ if (NOT PYTHON_EXECUTABLE)
      find_package(PythonInterp REQUIRED)




More information about the Python-modules-commits mailing list