Author: goneri-guest
Date: 2007-06-28 22:33:58 +0000 (Thu, 28 Jun 2007)
New Revision: 3106

Added:
   packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff
Modified:
   packages/trunk/boson/debian/changelog
   packages/trunk/boson/debian/patches/series
Log:
  * add FindBosonPythonLibs.cmake, a workaround for a libpython detection
      error



Modified: packages/trunk/boson/debian/changelog
===================================================================
--- packages/trunk/boson/debian/changelog       2007-06-28 22:24:01 UTC (rev 
3105)
+++ packages/trunk/boson/debian/changelog       2007-06-28 22:33:58 UTC (rev 
3106)
@@ -9,6 +9,8 @@
   * debian/rules:
     - call cmake during the configure step
     - other minor changes
+  * add FindBosonPythonLibs.cmake, a workaround for a libpython detection
+    error
 
  -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Thu, 28 Jun 2007 19:11:17 +0200 
 

Added: packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff
===================================================================
--- packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff    
                        (rev 0)
+++ packages/trunk/boson/debian/patches/avoid_libpython-detection-error.diff    
2007-06-28 22:33:58 UTC (rev 3106)
@@ -0,0 +1,12 @@
+Index: boson-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake
+===================================================================
+--- 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 @@
+ 
+       # 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)
+ 

Modified: packages/trunk/boson/debian/patches/series
===================================================================
--- packages/trunk/boson/debian/patches/series  2007-06-28 22:24:01 UTC (rev 
3105)
+++ packages/trunk/boson/debian/patches/series  2007-06-28 22:33:58 UTC (rev 
3106)
@@ -1,3 +1,4 @@
 boson_0_13_upstream_fixes.diff
 fix_gcc-4.2.diff
 fix_UTS_RELEASE_location.diff
+avoid_libpython-detection-error.diff


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to