r5504 - in packages/trunk/boson/debian: . patches

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Sat Jan 26 01:03:16 UTC 2008


Author: goneri-guest
Date: 2008-01-26 01:03:16 +0000 (Sat, 26 Jan 2008)
New Revision: 5504

Modified:
   packages/trunk/boson/debian/changelog
   packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff
Log:
+  * changes avoid_libpython-detection-error.diff to use cmake own
+    python detection script


Modified: packages/trunk/boson/debian/changelog
===================================================================
--- packages/trunk/boson/debian/changelog	2008-01-24 21:27:40 UTC (rev 5503)
+++ packages/trunk/boson/debian/changelog	2008-01-26 01:03:16 UTC (rev 5504)
@@ -2,6 +2,8 @@
 
   [ Gonéri Le Bouder ]
   * Add patch for boson-bounit.desktop - Add categories and comments
+  * changes avoid_libpython-detection-error.diff to use cmake own
+    python detection script
 
   [ Eddy Petrișor ]
   * remove myself from the Uploaders list
@@ -15,7 +17,7 @@
   * Remove homepage field from package description
   * Bump standards version to 3.7.3
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:35 +0000
+ -- Goneri Le Bouder <goneri at rulezlan.org>  Sat, 26 Jan 2008 02:01:31 +0100
 
 boson (0.13-2) unstable; urgency=low
 

Modified: packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff
===================================================================
--- packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff	2008-01-24 21:27:40 UTC (rev 5503)
+++ packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff	2008-01-26 01:03:16 UTC (rev 5504)
@@ -1,12 +1,11 @@
-Index: boson-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake
+Index: boson-code-0.13/boson/gameengine/script/CMakeLists.txt
 ===================================================================
---- boson-0.13.orig/cmake/modules/boson/FindBosonPythonLibs.cmake	2007-06-28 22:36:53.000000000 +0000
-+++ boson-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake	2007-06-28 22:37:13.000000000 +0000
-@@ -72,6 +72,6 @@
+--- boson-code-0.13.orig/boson/gameengine/script/CMakeLists.txt	2008-01-26 02:00:24.000000000 +0100
++++ boson-code-0.13/boson/gameengine/script/CMakeLists.txt	2008-01-26 02:00:28.000000000 +0100
+@@ -1,5 +1,5 @@
+ #find_package(PythonLibs REQUIRED)
+-find_package(BosonPythonLibs REQUIRED)
++find_package(PythonLibs REQUIRED)
  
- 	# PYTHON_LIBRARY is used for the cache entry only
- 	# PYTHON_LIBRARIES is meant to be public
--	set(PYTHON_LIBRARIES ${PYTHON_LIBRARY} ${_python_dependency_libs})
-+	set(PYTHON_LIBRARIES ${PYTHON_LIBRARY})
- ENDIF (NOT PYTHON_LIBRARY)
- 
+ include_directories(
+ 	${CMAKE_SOURCE_DIR}/bodebug




More information about the Pkg-games-commits mailing list