diff --git a/debian/patches/FindPython_fix_#569321_and_#580503.diff b/debian/patches/FindPython_fix_#569321_and_#580503.diff index 2ab681486..a6488e802 100644 --- a/debian/patches/FindPython_fix_#569321_and_#580503.diff +++ b/debian/patches/FindPython_fix_#569321_and_#580503.diff @@ -2,15 +2,15 @@ From: Kai Wasserbäch Description: Make the Python CMake scripts more versatile in version handling. The FindPython{Interp,Libs}.cmake scripts need to cater for a set version or, failing that, in Debian, set the default version for Python in Debian. + As a last resort we still try a list of hardcoded values. . This patch addresses both issues. (Closes: #569321, #580503) . - Parts of this patch were sent upstream (the "request a specific version" part). - The part for requesting a specific version was written by Didier Raboud - . + Parts of this patch were based on Didier Raboud's patch for + #569321. Last-Update: 2010-06-07 Origin: vendor -Forwarded: yes +Forwarded: http://public.kitware.com/Bug/view.php?id=10279 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake