From be1647b463c2f8ba699841fb10fc08815c8ca191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Wasserb=C3=A4ch?= Date: Mon, 7 Jun 2010 21:29:05 +0200 Subject: [PATCH] Updated header of debian/patches/FindPython_fix_#569321_and_#580503.diff. --- debian/patches/FindPython_fix_#569321_and_#580503.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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