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

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Mon Feb 14 15:21:42 UTC 2011


    Date: Monday, February 14, 2011 @ 15:21:34
  Author: odyx-guest
Revision: 15660

Refresh patches

with new OdyX' style.

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

Modified: packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch	2011-02-14 15:20:58 UTC (rev 15659)
+++ packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch	2011-02-14 15:21:34 UTC (rev 15660)
@@ -3,13 +3,11 @@
 Origin: vendor
 Forwarded: not needed (distribution specific)
 Last-Update: 2010-10-14
-Index: shiboken/data/ShibokenConfig.cmake.in
-===================================================================
---- shiboken.orig/data/ShibokenConfig.cmake.in	2010-10-15 10:59:50.000000000 +0200
-+++ shiboken/data/ShibokenConfig.cmake.in	2010-10-15 11:00:59.000000000 +0200
-@@ -1,11 +1,16 @@
- #  SHIBOKEN_INCLUDE_DIR   - Directories to include to use SHIBOKEN
- #  SHIBOKEN_LIBRARIES     - Files to link against to use SHIBOKEN
+--- a/data/ShibokenConfig.cmake.in
++++ b/data/ShibokenConfig.cmake.in
+@@ -4,13 +4,18 @@
+ #  SHIBOKEN_PYTHON_INTERPRETER - Python interpreter (regular or debug) to be used with the bindings.
+ #  SHIBOKEN_PYTHON_LIBRARIES   - Python libraries (regular or debug) Shiboken is linked against.
  
 +#  Parameters:
 +#  SHIBOKEN_POSTFIX       - Specific postfix
@@ -27,3 +25,5 @@
 -    SET(SHIBOKEN_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX at shiboken@shiboken_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@@CMAKE_SHARED_LIBRARY_SUFFIX@")
 +    SET(SHIBOKEN_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX at shiboken@shiboken_SUFFIX@${SHIBOKEN_POSTFIX}@CMAKE_SHARED_LIBRARY_SUFFIX@")
  endif()
+ SET(SHIBOKEN_PYTHON_INCLUDE_DIR "@SBK_PYTHON_INCLUDE_DIR@")
+ SET(SHIBOKEN_PYTHON_INTERPRETER "@PYTHON_EXECUTABLE@")




More information about the Python-modules-commits mailing list