[Python-modules-commits] r27967 - in packages/shiboken/trunk/debian/patches (2 files)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Thu Feb 27 20:20:34 UTC 2014


    Date: Thursday, February 27, 2014 @ 20:20:33
  Author: odyx
Revision: 27967

Drop refcounting extension, removed in Sphinx 1.2

Closes: #735835

Added:
  packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch
Modified:
  packages/shiboken/trunk/debian/patches/series

Added: packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch	                        (rev 0)
+++ packages/shiboken/trunk/debian/patches/no-refcounting-extension.patch	2014-02-27 20:20:33 UTC (rev 27967)
@@ -0,0 +1,16 @@
+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/series
===================================================================
--- packages/shiboken/trunk/debian/patches/series	2014-02-27 18:47:28 UTC (rev 27966)
+++ packages/shiboken/trunk/debian/patches/series	2014-02-27 20:20:33 UTC (rev 27967)
@@ -6,3 +6,4 @@
 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