[Python-modules-commits] r15684 - in packages/pyside/trunk/debian/patches (3 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Mon Feb 14 16:49:39 UTC 2011


    Date: Monday, February 14, 2011 @ 16:49:32
  Author: odyx-guest
Revision: 15684

Refresh patches.

Modified:
  packages/pyside/trunk/debian/patches/lessBuildVerbosity.patch
  packages/pyside/trunk/debian/patches/libPythonVersionPostfix.patch
  packages/pyside/trunk/debian/patches/usePySpecificShiboken.patch

Modified: packages/pyside/trunk/debian/patches/lessBuildVerbosity.patch
===================================================================
--- packages/pyside/trunk/debian/patches/lessBuildVerbosity.patch	2011-02-14 16:49:16 UTC (rev 15683)
+++ packages/pyside/trunk/debian/patches/lessBuildVerbosity.patch	2011-02-14 16:49:32 UTC (rev 15684)
@@ -3,12 +3,10 @@
 Origin: vendor
 Forwarded: http://bugs.openbossa.org/249
 Last-Update: 2010-08-04
-Index: pyside/CMakeLists.txt
-===================================================================
---- pyside.orig/CMakeLists.txt	2010-10-15 09:08:52.000000000 +0200
-+++ pyside/CMakeLists.txt	2010-10-15 09:08:56.000000000 +0200
-@@ -178,7 +178,7 @@
-     set(PYSIDE_PYTHON_LIBRARIES "-undefined dynamic_lookup")
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -145,7 +145,7 @@
+     endif()
  endif()
  
 -set(GENERATOR_EXTRA_FLAGS --generatorSet=/usr/lib/generatorrunner/shiboken_generator${SHIBOKEN_POSTFIX}.so --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic)

Modified: packages/pyside/trunk/debian/patches/libPythonVersionPostfix.patch
===================================================================
--- packages/pyside/trunk/debian/patches/libPythonVersionPostfix.patch	2011-02-14 16:49:16 UTC (rev 15683)
+++ packages/pyside/trunk/debian/patches/libPythonVersionPostfix.patch	2011-02-14 16:49:32 UTC (rev 15684)
@@ -5,12 +5,10 @@
 Forwarded: no (not wanted / needed)
 Last-Update: 2010-08-04
 
-Index: pyside/libpyside/CMakeLists.txt
-===================================================================
---- pyside.orig/libpyside/CMakeLists.txt	2010-10-15 09:09:03.000000000 +0200
-+++ pyside/libpyside/CMakeLists.txt	2010-10-15 09:09:05.000000000 +0200
-@@ -10,6 +10,11 @@
- pyside.cpp
+--- a/libpyside/CMakeLists.txt
++++ b/libpyside/CMakeLists.txt
+@@ -11,6 +11,11 @@
+     pyside.cpp
  )
  
 +SET(OLD_CMAKE_DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
@@ -20,8 +18,8 @@
 +
  include_directories(${CMAKE_CURRENT_SOURCE_DIR}
                      ${SHIBOKEN_INCLUDE_DIR}
-                     ${PYTHON_INCLUDE_PATH}
-@@ -66,3 +71,8 @@
+                     ${SHIBOKEN_PYTHON_INCLUDE_DIR}
+@@ -67,3 +72,8 @@
          DESTINATION "${LIB_INSTALL_DIR}/cmake/PySide-${BINDING_API_VERSION}")
  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/PySideConfigVersion.cmake"
          DESTINATION "${LIB_INSTALL_DIR}/cmake/PySide-${BINDING_API_VERSION}")

Modified: packages/pyside/trunk/debian/patches/usePySpecificShiboken.patch
===================================================================
--- packages/pyside/trunk/debian/patches/usePySpecificShiboken.patch	2011-02-14 16:49:16 UTC (rev 15683)
+++ packages/pyside/trunk/debian/patches/usePySpecificShiboken.patch	2011-02-14 16:49:32 UTC (rev 15684)
@@ -3,12 +3,10 @@
 Origin: vendor
 Forwarded: not needed, distro-specific
 Last-Update: 2010-08-04
-Index: pyside/CMakeLists.txt
-===================================================================
---- pyside.orig/CMakeLists.txt	2010-10-13 15:00:50.000000000 +0200
-+++ pyside/CMakeLists.txt	2010-10-15 09:07:56.000000000 +0200
-@@ -178,7 +178,7 @@
-     set(PYSIDE_PYTHON_LIBRARIES "-undefined dynamic_lookup")
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -145,7 +145,7 @@
+     endif()
  endif()
  
 -set(GENERATOR_EXTRA_FLAGS --generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic)




More information about the Python-modules-commits mailing list