[Python-modules-commits] r28726 - in packages/shiboken/trunk/debian/patches (3 files)
odyx at users.alioth.debian.org
odyx at users.alioth.debian.org
Thu May 1 15:56:39 UTC 2014
Date: Thursday, May 1, 2014 @ 15:56:38
Author: odyx
Revision: 28726
Refresh patches
- Drop no-refcounting-extension patch, deprecated by upstream changes
Modified:
packages/shiboken/trunk/debian/patches/pythonversionindep.patch
packages/shiboken/trunk/debian/patches/series
Deleted:
packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch
Deleted: packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch 2014-05-01 05:08:42 UTC (rev 28725)
+++ packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch 2014-05-01 15:56:38 UTC (rev 28726)
@@ -1,16 +0,0 @@
-Description: disable refcounting extension, removed in Sphinx 1.2
-Author: Dmitry Shachnev <mitya57 at ubuntu.com>
-Forwarded: no
-Last-Update: 2014-02-19
-
---- a/doc/conf.py.in
-+++ b/doc/conf.py.in
-@@ -22,7 +22,7 @@
-
- # Add any Sphinx extension module names here, as strings. They can be extensions
- # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
--extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.refcounting', 'sphinx.ext.coverage']
-+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.coverage']
-
- rst_epilog = """
- .. |project| replace:: Shiboken
Modified: packages/shiboken/trunk/debian/patches/pythonversionindep.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/pythonversionindep.patch 2014-05-01 05:08:42 UTC (rev 28725)
+++ packages/shiboken/trunk/debian/patches/pythonversionindep.patch 2014-05-01 15:56:38 UTC (rev 28726)
@@ -1,6 +1,6 @@
Description: Allow the packaging definitions to pick the desired python version and compilation flags in both Python2 and Python3.
Author: Didier Raboud <odyx at debian.org>
-Last-Update: 2013-06-12
+Last-Update: 2014-04-30
--- a/cmake/Modules/FindPythonInterpWithDebug.cmake
+++ b/cmake/Modules/FindPythonInterpWithDebug.cmake
@@ -1,4 +1,4 @@
@@ -34,7 +34,7 @@
# Search for the python framework on Apple.
# CMAKE_FIND_FRAMEWORKS(Python)
--FOREACH(_CURRENT_VERSION 3.2 3.1 3.0)
+-FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION ${CMAKE_USE_PYTHON_VERSION})
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
Modified: packages/shiboken/trunk/debian/patches/series
===================================================================
--- packages/shiboken/trunk/debian/patches/series 2014-05-01 05:08:42 UTC (rev 28725)
+++ packages/shiboken/trunk/debian/patches/series 2014-05-01 15:56:38 UTC (rev 28726)
@@ -6,4 +6,3 @@
memleak-instead-crash.patch
fix_py3_expect.patch
pkg-config-depend-on-python.patch
-no-refcounting-extension.patch
More information about the Python-modules-commits
mailing list