[Python-modules-commits] r13725 - in packages/shiboken/trunk/debian (3 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Jun 30 14:45:20 UTC 2010


    Date: Wednesday, June 30, 2010 @ 14:45:05
  Author: odyx-guest
Revision: 13725

Add allowCustomShibokenPostfix.patch to allow choice of python-specific
version.

Added:
  packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch
Modified:
  packages/shiboken/trunk/debian/changelog
  packages/shiboken/trunk/debian/patches/series

Modified: packages/shiboken/trunk/debian/changelog
===================================================================
--- packages/shiboken/trunk/debian/changelog	2010-06-30 13:34:22 UTC (rev 13724)
+++ packages/shiboken/trunk/debian/changelog	2010-06-30 14:45:05 UTC (rev 13725)
@@ -1,11 +1,14 @@
 shiboken (0.3.2-3) UNRELEASED; urgency=low
 
+  * Add allowCustomShibokenPostfix.patch to allow choice of python-specific
+    version.
+
   * Remove custom cmake files in favour of cmake-data's.
     - Remove debian/cmake/*.
     - Bump cmake B-D to 2.8.2
     - Adapt debian/rules.
 
- -- Didier Raboud <didier at raboud.com>  Wed, 30 Jun 2010 15:02:41 +0200
+ -- Didier Raboud <didier at raboud.com>  Wed, 30 Jun 2010 15:59:05 +0200
 
 shiboken (0.3.2-2) unstable; urgency=low
 

Added: packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch	                        (rev 0)
+++ packages/shiboken/trunk/debian/patches/allowCustomShibokenPostfix.patch	2010-06-30 14:45:05 UTC (rev 13725)
@@ -0,0 +1,21 @@
+Description: Allow to specify the postfix when looking for shiboken.
+Author: Didier Raboud <didier at raboud.com>
+Origin: vendor
+Forwarded: not needed (distribution specific)
+Last-Update: 2010-06-30
+Index: shiboken/libshiboken/ShibokenConfig.cmake.in
+===================================================================
+--- shiboken.orig/libshiboken/ShibokenConfig.cmake.in	2010-06-30 16:29:25.000000000 +0200
++++ shiboken/libshiboken/ShibokenConfig.cmake.in	2010-06-30 16:40:38.000000000 +0200
+@@ -1,5 +1,10 @@
+ #  SHIBOKEN_INCLUDE_DIR   - Directories to include to use SHIBOKEN
+ #  SHIBOKEN_LIBRARIES     - Files to link against to use SHIBOKEN
+ 
++#  Parameters:
++#  SHIBOKEN_POSTFIX       - Specific postfix
++#                           (e.g. -py26   for the python 2.6 specific version;
++#                                 -py26_d for the python 2.6 with -DPy_DEBUG specific version )
++
+ SET(SHIBOKEN_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/shiboken")
+-SET(SHIBOKEN_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX at shiboken@CMAKE_SHARED_LIBRARY_SUFFIX@")
++SET(SHIBOKEN_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX at shiboken${SHIBOKEN_POSTFIX}@CMAKE_SHARED_LIBRARY_SUFFIX@")

Modified: packages/shiboken/trunk/debian/patches/series
===================================================================
--- packages/shiboken/trunk/debian/patches/series	2010-06-30 13:34:22 UTC (rev 13724)
+++ packages/shiboken/trunk/debian/patches/series	2010-06-30 14:45:05 UTC (rev 13725)
@@ -2,3 +2,4 @@
 u_2f7c242_fidDebugBuild.patch
 use_original_sparsehash.patch
 fix_tests.patch
+allowCustomShibokenPostfix.patch




More information about the Python-modules-commits mailing list